Uses of Class
org.apache.iotdb.service.rpc.thrift.IClientRPCService.executeUpdateStatementV2_args
-
Packages that use IClientRPCService.executeUpdateStatementV2_args Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of IClientRPCService.executeUpdateStatementV2_args in org.apache.iotdb.service.rpc.thrift
Methods in org.apache.iotdb.service.rpc.thrift that return IClientRPCService.executeUpdateStatementV2_args Modifier and Type Method Description IClientRPCService.executeUpdateStatementV2_argsIClientRPCService.executeUpdateStatementV2_args. deepCopy()IClientRPCService.executeUpdateStatementV2_argsIClientRPCService.AsyncProcessor.executeUpdateStatementV2. getEmptyArgsInstance()IClientRPCService.executeUpdateStatementV2_argsIClientRPCService.Processor.executeUpdateStatementV2. getEmptyArgsInstance()IClientRPCService.executeUpdateStatementV2_argsIClientRPCService.executeUpdateStatementV2_args. setReq(TSExecuteStatementReq req)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type IClientRPCService.executeUpdateStatementV2_args Modifier and Type Method Description intIClientRPCService.executeUpdateStatementV2_args. compareTo(IClientRPCService.executeUpdateStatementV2_args other)booleanIClientRPCService.executeUpdateStatementV2_args. equals(IClientRPCService.executeUpdateStatementV2_args that)IClientRPCService.executeUpdateStatementV2_resultIClientRPCService.Processor.executeUpdateStatementV2. getResult(I iface, IClientRPCService.executeUpdateStatementV2_args args)voidIClientRPCService.AsyncProcessor.executeUpdateStatementV2. start(I iface, IClientRPCService.executeUpdateStatementV2_args args, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type IClientRPCService.executeUpdateStatementV2_args Constructor Description executeUpdateStatementV2_args(IClientRPCService.executeUpdateStatementV2_args other)Performs a deep copy on other.
-