Uses of Class
org.apache.iotdb.service.rpc.thrift.TSRawDataQueryReq
-
Packages that use TSRawDataQueryReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSRawDataQueryReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSRawDataQueryReq Modifier and Type Field Description TSRawDataQueryReqIClientRPCService.executeRawDataQuery_args. reqTSRawDataQueryReqIClientRPCService.executeRawDataQueryV2_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSRawDataQueryReq Modifier and Type Method Description TSRawDataQueryReqTSRawDataQueryReq. deepCopy()TSRawDataQueryReqIClientRPCService.executeRawDataQuery_args. getReq()TSRawDataQueryReqIClientRPCService.executeRawDataQueryV2_args. getReq()TSRawDataQueryReqTSRawDataQueryReq. setEnableRedirectQuery(boolean enableRedirectQuery)TSRawDataQueryReqTSRawDataQueryReq. setEndTime(long endTime)TSRawDataQueryReqTSRawDataQueryReq. setFetchSize(int fetchSize)TSRawDataQueryReqTSRawDataQueryReq. setJdbcQuery(boolean jdbcQuery)TSRawDataQueryReqTSRawDataQueryReq. setLegalPathNodes(boolean legalPathNodes)TSRawDataQueryReqTSRawDataQueryReq. setPaths(List<String> paths)TSRawDataQueryReqTSRawDataQueryReq. setSessionId(long sessionId)TSRawDataQueryReqTSRawDataQueryReq. setStartTime(long startTime)TSRawDataQueryReqTSRawDataQueryReq. setStatementId(long statementId)TSRawDataQueryReqTSRawDataQueryReq. setTimeout(long timeout)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSRawDataQueryReq Modifier and Type Method Description intTSRawDataQueryReq. compareTo(TSRawDataQueryReq other)booleanTSRawDataQueryReq. equals(TSRawDataQueryReq that)voidIClientRPCService.AsyncClient. executeRawDataQuery(TSRawDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidIClientRPCService.AsyncIface. executeRawDataQuery(TSRawDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)TSExecuteStatementRespIClientRPCService.Client. executeRawDataQuery(TSRawDataQueryReq req)TSExecuteStatementRespIClientRPCService.Iface. executeRawDataQuery(TSRawDataQueryReq req)voidIClientRPCService.AsyncClient. executeRawDataQueryV2(TSRawDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidIClientRPCService.AsyncIface. executeRawDataQueryV2(TSRawDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)TSExecuteStatementRespIClientRPCService.Client. executeRawDataQueryV2(TSRawDataQueryReq req)TSExecuteStatementRespIClientRPCService.Iface. executeRawDataQueryV2(TSRawDataQueryReq req)voidIClientRPCService.Client. send_executeRawDataQuery(TSRawDataQueryReq req)voidIClientRPCService.Client. send_executeRawDataQueryV2(TSRawDataQueryReq req)IClientRPCService.executeRawDataQuery_argsIClientRPCService.executeRawDataQuery_args. setReq(TSRawDataQueryReq req)IClientRPCService.executeRawDataQueryV2_argsIClientRPCService.executeRawDataQueryV2_args. setReq(TSRawDataQueryReq req)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSRawDataQueryReq Constructor Description executeRawDataQuery_args(TSRawDataQueryReq req)executeRawDataQuery_call(TSRawDataQueryReq 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)executeRawDataQueryV2_args(TSRawDataQueryReq req)executeRawDataQueryV2_call(TSRawDataQueryReq 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)TSRawDataQueryReq(TSRawDataQueryReq other)Performs a deep copy on other.
-