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