Class TCLIService.AsyncProcessor.GetTypeInfo<I extends TCLIService.AsyncIface>
- java.lang.Object
-
- org.apache.thrift.AsyncProcessFunction<I,TCLIService.GetTypeInfo_args,TGetTypeInfoResp>
-
- com.databricks.jdbc.model.client.thrift.generated.TCLIService.AsyncProcessor.GetTypeInfo<I>
-
- Enclosing class:
- TCLIService.AsyncProcessor<I extends TCLIService.AsyncIface>
public static class TCLIService.AsyncProcessor.GetTypeInfo<I extends TCLIService.AsyncIface> extends org.apache.thrift.AsyncProcessFunction<I,TCLIService.GetTypeInfo_args,TGetTypeInfoResp>
-
-
Constructor Summary
Constructors Constructor Description GetTypeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TCLIService.GetTypeInfo_argsgetEmptyArgsInstance()org.apache.thrift.async.AsyncMethodCallback<TGetTypeInfoResp>getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)protected booleanisOneway()voidstart(I iface, TCLIService.GetTypeInfo_args args, org.apache.thrift.async.AsyncMethodCallback<TGetTypeInfoResp> resultHandler)
-
-
-
Method Detail
-
getEmptyArgsInstance
public TCLIService.GetTypeInfo_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstancein classorg.apache.thrift.AsyncProcessFunction<I extends TCLIService.AsyncIface,TCLIService.GetTypeInfo_args,TGetTypeInfoResp>
-
getResultHandler
public org.apache.thrift.async.AsyncMethodCallback<TGetTypeInfoResp> getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
- Specified by:
getResultHandlerin classorg.apache.thrift.AsyncProcessFunction<I extends TCLIService.AsyncIface,TCLIService.GetTypeInfo_args,TGetTypeInfoResp>
-
isOneway
protected boolean isOneway()
- Specified by:
isOnewayin classorg.apache.thrift.AsyncProcessFunction<I extends TCLIService.AsyncIface,TCLIService.GetTypeInfo_args,TGetTypeInfoResp>
-
start
public void start(I iface, TCLIService.GetTypeInfo_args args, org.apache.thrift.async.AsyncMethodCallback<TGetTypeInfoResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
startin classorg.apache.thrift.AsyncProcessFunction<I extends TCLIService.AsyncIface,TCLIService.GetTypeInfo_args,TGetTypeInfoResp>- Throws:
org.apache.thrift.TException
-
-