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