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