Uses of Class
org.apache.iotdb.service.rpc.thrift.TSAggregationQueryReq
-
Packages that use TSAggregationQueryReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSAggregationQueryReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSAggregationQueryReq Modifier and Type Field Description TSAggregationQueryReqIClientRPCService.executeAggregationQuery_args. reqTSAggregationQueryReqIClientRPCService.executeAggregationQueryV2_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSAggregationQueryReq Modifier and Type Method Description TSAggregationQueryReqTSAggregationQueryReq. deepCopy()TSAggregationQueryReqIClientRPCService.executeAggregationQuery_args. getReq()TSAggregationQueryReqIClientRPCService.executeAggregationQueryV2_args. getReq()TSAggregationQueryReqTSAggregationQueryReq. setAggregations(List<TAggregationType> aggregations)TSAggregationQueryReqTSAggregationQueryReq. setEndTime(long endTime)TSAggregationQueryReqTSAggregationQueryReq. setFetchSize(int fetchSize)TSAggregationQueryReqTSAggregationQueryReq. setInterval(long interval)TSAggregationQueryReqTSAggregationQueryReq. setLegalPathNodes(boolean legalPathNodes)TSAggregationQueryReqTSAggregationQueryReq. setPaths(List<String> paths)TSAggregationQueryReqTSAggregationQueryReq. setSessionId(long sessionId)TSAggregationQueryReqTSAggregationQueryReq. setSlidingStep(long slidingStep)TSAggregationQueryReqTSAggregationQueryReq. setStartTime(long startTime)TSAggregationQueryReqTSAggregationQueryReq. setStatementId(long statementId)TSAggregationQueryReqTSAggregationQueryReq. setTimeout(long timeout)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSAggregationQueryReq Constructor Description executeAggregationQuery_args(TSAggregationQueryReq req)executeAggregationQuery_call(TSAggregationQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)executeAggregationQueryV2_args(TSAggregationQueryReq req)executeAggregationQueryV2_call(TSAggregationQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TSAggregationQueryReq(TSAggregationQueryReq other)Performs a deep copy on other.
-