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