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