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