Package org.apache.iotdb.mpp.rpc.thrift
Class MPPDataExchangeService.Processor.onNewDataBlockEvent<I extends MPPDataExchangeService.Iface>
- java.lang.Object
-
- org.apache.thrift.ProcessFunction<I,MPPDataExchangeService.onNewDataBlockEvent_args>
-
- org.apache.iotdb.mpp.rpc.thrift.MPPDataExchangeService.Processor.onNewDataBlockEvent<I>
-
- Enclosing class:
- MPPDataExchangeService.Processor<I extends MPPDataExchangeService.Iface>
public static class MPPDataExchangeService.Processor.onNewDataBlockEvent<I extends MPPDataExchangeService.Iface> extends org.apache.thrift.ProcessFunction<I,MPPDataExchangeService.onNewDataBlockEvent_args>
-
-
Constructor Summary
Constructors Constructor Description onNewDataBlockEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MPPDataExchangeService.onNewDataBlockEvent_argsgetEmptyArgsInstance()MPPDataExchangeService.onNewDataBlockEvent_resultgetResult(I iface, MPPDataExchangeService.onNewDataBlockEvent_args args)protected booleanisOneway()protected booleanrethrowUnhandledExceptions()
-
-
-
Method Detail
-
getEmptyArgsInstance
public MPPDataExchangeService.onNewDataBlockEvent_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstancein classorg.apache.thrift.ProcessFunction<I extends MPPDataExchangeService.Iface,MPPDataExchangeService.onNewDataBlockEvent_args>
-
isOneway
protected boolean isOneway()
- Specified by:
isOnewayin classorg.apache.thrift.ProcessFunction<I extends MPPDataExchangeService.Iface,MPPDataExchangeService.onNewDataBlockEvent_args>
-
rethrowUnhandledExceptions
protected boolean rethrowUnhandledExceptions()
- Overrides:
rethrowUnhandledExceptionsin classorg.apache.thrift.ProcessFunction<I extends MPPDataExchangeService.Iface,MPPDataExchangeService.onNewDataBlockEvent_args>
-
getResult
public MPPDataExchangeService.onNewDataBlockEvent_result getResult(I iface, MPPDataExchangeService.onNewDataBlockEvent_args args) throws org.apache.thrift.TException
- Specified by:
getResultin classorg.apache.thrift.ProcessFunction<I extends MPPDataExchangeService.Iface,MPPDataExchangeService.onNewDataBlockEvent_args>- Throws:
org.apache.thrift.TException
-
-