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