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