Class TCLIService.Processor.OpenSession<I extends TCLIService.Iface>
- java.lang.Object
-
- org.apache.thrift.ProcessFunction<I,TCLIService.OpenSession_args>
-
- com.databricks.jdbc.model.client.thrift.generated.TCLIService.Processor.OpenSession<I>
-
- Enclosing class:
- TCLIService.Processor<I extends TCLIService.Iface>
public static class TCLIService.Processor.OpenSession<I extends TCLIService.Iface> extends org.apache.thrift.ProcessFunction<I,TCLIService.OpenSession_args>
-
-
Constructor Summary
Constructors Constructor Description OpenSession()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TCLIService.OpenSession_argsgetEmptyArgsInstance()TCLIService.OpenSession_resultgetResult(I iface, TCLIService.OpenSession_args args)protected booleanisOneway()protected booleanrethrowUnhandledExceptions()
-
-
-
Method Detail
-
getEmptyArgsInstance
public TCLIService.OpenSession_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstancein classorg.apache.thrift.ProcessFunction<I extends TCLIService.Iface,TCLIService.OpenSession_args>
-
isOneway
protected boolean isOneway()
- Specified by:
isOnewayin classorg.apache.thrift.ProcessFunction<I extends TCLIService.Iface,TCLIService.OpenSession_args>
-
rethrowUnhandledExceptions
protected boolean rethrowUnhandledExceptions()
- Overrides:
rethrowUnhandledExceptionsin classorg.apache.thrift.ProcessFunction<I extends TCLIService.Iface,TCLIService.OpenSession_args>
-
getResult
public TCLIService.OpenSession_result getResult(I iface, TCLIService.OpenSession_args args) throws org.apache.thrift.TException
- Specified by:
getResultin classorg.apache.thrift.ProcessFunction<I extends TCLIService.Iface,TCLIService.OpenSession_args>- Throws:
org.apache.thrift.TException
-
-