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