Uses of Class
org.apache.iotdb.service.rpc.thrift.TSFastLastDataQueryForOneDeviceReq
-
Packages that use TSFastLastDataQueryForOneDeviceReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSFastLastDataQueryForOneDeviceReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSFastLastDataQueryForOneDeviceReq Modifier and Type Field Description TSFastLastDataQueryForOneDeviceReqIClientRPCService.executeFastLastDataQueryForOneDeviceV2_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSFastLastDataQueryForOneDeviceReq Modifier and Type Method Description TSFastLastDataQueryForOneDeviceReqTSFastLastDataQueryForOneDeviceReq. deepCopy()TSFastLastDataQueryForOneDeviceReqIClientRPCService.executeFastLastDataQueryForOneDeviceV2_args. getReq()TSFastLastDataQueryForOneDeviceReqTSFastLastDataQueryForOneDeviceReq. setDb(String db)TSFastLastDataQueryForOneDeviceReqTSFastLastDataQueryForOneDeviceReq. setDeviceId(String deviceId)TSFastLastDataQueryForOneDeviceReqTSFastLastDataQueryForOneDeviceReq. setEnableRedirectQuery(boolean enableRedirectQuery)TSFastLastDataQueryForOneDeviceReqTSFastLastDataQueryForOneDeviceReq. setFetchSize(int fetchSize)TSFastLastDataQueryForOneDeviceReqTSFastLastDataQueryForOneDeviceReq. setJdbcQuery(boolean jdbcQuery)TSFastLastDataQueryForOneDeviceReqTSFastLastDataQueryForOneDeviceReq. setLegalPathNodes(boolean legalPathNodes)TSFastLastDataQueryForOneDeviceReqTSFastLastDataQueryForOneDeviceReq. setSensors(List<String> sensors)TSFastLastDataQueryForOneDeviceReqTSFastLastDataQueryForOneDeviceReq. setSessionId(long sessionId)TSFastLastDataQueryForOneDeviceReqTSFastLastDataQueryForOneDeviceReq. setStatementId(long statementId)TSFastLastDataQueryForOneDeviceReqTSFastLastDataQueryForOneDeviceReq. setTimeout(long timeout)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSFastLastDataQueryForOneDeviceReq Constructor Description executeFastLastDataQueryForOneDeviceV2_args(TSFastLastDataQueryForOneDeviceReq req)executeFastLastDataQueryForOneDeviceV2_call(TSFastLastDataQueryForOneDeviceReq 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)TSFastLastDataQueryForOneDeviceReq(TSFastLastDataQueryForOneDeviceReq other)Performs a deep copy on other.
-