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