Package org.apache.iotdb.mpp.rpc.thrift
Class IDataNodeRPCService.AsyncProcessor.fetchFragmentInstanceInfo<I extends IDataNodeRPCService.AsyncIface>
- java.lang.Object
-
- org.apache.thrift.AsyncProcessFunction<I,IDataNodeRPCService.fetchFragmentInstanceInfo_args,TFragmentInstanceInfoResp>
-
- org.apache.iotdb.mpp.rpc.thrift.IDataNodeRPCService.AsyncProcessor.fetchFragmentInstanceInfo<I>
-
- Enclosing class:
- IDataNodeRPCService.AsyncProcessor<I extends IDataNodeRPCService.AsyncIface>
public static class IDataNodeRPCService.AsyncProcessor.fetchFragmentInstanceInfo<I extends IDataNodeRPCService.AsyncIface> extends org.apache.thrift.AsyncProcessFunction<I,IDataNodeRPCService.fetchFragmentInstanceInfo_args,TFragmentInstanceInfoResp>
-
-
Constructor Summary
Constructors Constructor Description fetchFragmentInstanceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDataNodeRPCService.fetchFragmentInstanceInfo_argsgetEmptyArgsInstance()org.apache.thrift.async.AsyncMethodCallback<TFragmentInstanceInfoResp>getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)protected booleanisOneway()voidstart(I iface, IDataNodeRPCService.fetchFragmentInstanceInfo_args args, org.apache.thrift.async.AsyncMethodCallback<TFragmentInstanceInfoResp> resultHandler)
-
-
-
Method Detail
-
getEmptyArgsInstance
public IDataNodeRPCService.fetchFragmentInstanceInfo_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstancein classorg.apache.thrift.AsyncProcessFunction<I extends IDataNodeRPCService.AsyncIface,IDataNodeRPCService.fetchFragmentInstanceInfo_args,TFragmentInstanceInfoResp>
-
getResultHandler
public org.apache.thrift.async.AsyncMethodCallback<TFragmentInstanceInfoResp> getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
- Specified by:
getResultHandlerin classorg.apache.thrift.AsyncProcessFunction<I extends IDataNodeRPCService.AsyncIface,IDataNodeRPCService.fetchFragmentInstanceInfo_args,TFragmentInstanceInfoResp>
-
isOneway
protected boolean isOneway()
- Specified by:
isOnewayin classorg.apache.thrift.AsyncProcessFunction<I extends IDataNodeRPCService.AsyncIface,IDataNodeRPCService.fetchFragmentInstanceInfo_args,TFragmentInstanceInfoResp>
-
start
public void start(I iface, IDataNodeRPCService.fetchFragmentInstanceInfo_args args, org.apache.thrift.async.AsyncMethodCallback<TFragmentInstanceInfoResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
startin classorg.apache.thrift.AsyncProcessFunction<I extends IDataNodeRPCService.AsyncIface,IDataNodeRPCService.fetchFragmentInstanceInfo_args,TFragmentInstanceInfoResp>- Throws:
org.apache.thrift.TException
-
-