Uses of Class
org.apache.iotdb.service.rpc.thrift.TSLastDataQueryReq
-
Packages that use TSLastDataQueryReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSLastDataQueryReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSLastDataQueryReq Modifier and Type Field Description TSLastDataQueryReqIClientRPCService.executeLastDataQuery_args. reqTSLastDataQueryReqIClientRPCService.executeLastDataQueryV2_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSLastDataQueryReq Modifier and Type Method Description TSLastDataQueryReqTSLastDataQueryReq. deepCopy()TSLastDataQueryReqIClientRPCService.executeLastDataQuery_args. getReq()TSLastDataQueryReqIClientRPCService.executeLastDataQueryV2_args. getReq()TSLastDataQueryReqTSLastDataQueryReq. setEnableRedirectQuery(boolean enableRedirectQuery)TSLastDataQueryReqTSLastDataQueryReq. setFetchSize(int fetchSize)TSLastDataQueryReqTSLastDataQueryReq. setJdbcQuery(boolean jdbcQuery)TSLastDataQueryReqTSLastDataQueryReq. setLegalPathNodes(boolean legalPathNodes)TSLastDataQueryReqTSLastDataQueryReq. setPaths(List<String> paths)TSLastDataQueryReqTSLastDataQueryReq. setSessionId(long sessionId)TSLastDataQueryReqTSLastDataQueryReq. setStatementId(long statementId)TSLastDataQueryReqTSLastDataQueryReq. setTime(long time)TSLastDataQueryReqTSLastDataQueryReq. setTimeout(long timeout)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSLastDataQueryReq Modifier and Type Method Description intTSLastDataQueryReq. compareTo(TSLastDataQueryReq other)booleanTSLastDataQueryReq. equals(TSLastDataQueryReq that)voidIClientRPCService.AsyncClient. executeLastDataQuery(TSLastDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidIClientRPCService.AsyncIface. executeLastDataQuery(TSLastDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)TSExecuteStatementRespIClientRPCService.Client. executeLastDataQuery(TSLastDataQueryReq req)TSExecuteStatementRespIClientRPCService.Iface. executeLastDataQuery(TSLastDataQueryReq req)voidIClientRPCService.AsyncClient. executeLastDataQueryV2(TSLastDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidIClientRPCService.AsyncIface. executeLastDataQueryV2(TSLastDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)TSExecuteStatementRespIClientRPCService.Client. executeLastDataQueryV2(TSLastDataQueryReq req)TSExecuteStatementRespIClientRPCService.Iface. executeLastDataQueryV2(TSLastDataQueryReq req)voidIClientRPCService.Client. send_executeLastDataQuery(TSLastDataQueryReq req)voidIClientRPCService.Client. send_executeLastDataQueryV2(TSLastDataQueryReq req)IClientRPCService.executeLastDataQuery_argsIClientRPCService.executeLastDataQuery_args. setReq(TSLastDataQueryReq req)IClientRPCService.executeLastDataQueryV2_argsIClientRPCService.executeLastDataQueryV2_args. setReq(TSLastDataQueryReq req)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSLastDataQueryReq Constructor Description executeLastDataQuery_args(TSLastDataQueryReq req)executeLastDataQuery_call(TSLastDataQueryReq 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)executeLastDataQueryV2_args(TSLastDataQueryReq req)executeLastDataQueryV2_call(TSLastDataQueryReq 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)TSLastDataQueryReq(TSLastDataQueryReq other)Performs a deep copy on other.
-