Uses of Class
org.apache.iotdb.service.rpc.thrift.TSFetchResultsResp
-
Packages that use TSFetchResultsResp Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSFetchResultsResp in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSFetchResultsResp Modifier and Type Field Description TSFetchResultsRespIClientRPCService.fetchResults_result. successTSFetchResultsRespIClientRPCService.fetchResultsV2_result. successMethods in org.apache.iotdb.service.rpc.thrift that return TSFetchResultsResp Modifier and Type Method Description TSFetchResultsRespTSFetchResultsResp. deepCopy()TSFetchResultsRespIClientRPCService.Client. fetchResults(TSFetchResultsReq req)TSFetchResultsRespIClientRPCService.Iface. fetchResults(TSFetchResultsReq req)TSFetchResultsRespIClientRPCService.Client. fetchResultsV2(TSFetchResultsReq req)TSFetchResultsRespIClientRPCService.Iface. fetchResultsV2(TSFetchResultsReq req)TSFetchResultsRespIClientRPCService.AsyncClient.fetchResults_call. getResult()TSFetchResultsRespIClientRPCService.AsyncClient.fetchResultsV2_call. getResult()TSFetchResultsRespIClientRPCService.fetchResults_result. getSuccess()TSFetchResultsRespIClientRPCService.fetchResultsV2_result. getSuccess()TSFetchResultsRespIClientRPCService.Client. recv_fetchResults()TSFetchResultsRespIClientRPCService.Client. recv_fetchResultsV2()TSFetchResultsRespTSFetchResultsResp. setHasResultSet(boolean hasResultSet)TSFetchResultsRespTSFetchResultsResp. setIsAlign(boolean isAlign)TSFetchResultsRespTSFetchResultsResp. setMoreData(boolean moreData)TSFetchResultsRespTSFetchResultsResp. setNonAlignQueryDataSet(TSQueryNonAlignDataSet nonAlignQueryDataSet)TSFetchResultsRespTSFetchResultsResp. setQueryDataSet(TSQueryDataSet queryDataSet)TSFetchResultsRespTSFetchResultsResp. setQueryResult(List<ByteBuffer> queryResult)TSFetchResultsRespTSFetchResultsResp. setStatus(TSStatus status)Methods in org.apache.iotdb.service.rpc.thrift that return types with arguments of type TSFetchResultsResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TSFetchResultsResp>IClientRPCService.AsyncProcessor.fetchResults. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<TSFetchResultsResp>IClientRPCService.AsyncProcessor.fetchResultsV2. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSFetchResultsResp Modifier and Type Method Description intTSFetchResultsResp. compareTo(TSFetchResultsResp other)booleanTSFetchResultsResp. equals(TSFetchResultsResp that)IClientRPCService.fetchResults_resultIClientRPCService.fetchResults_result. setSuccess(TSFetchResultsResp success)IClientRPCService.fetchResultsV2_resultIClientRPCService.fetchResultsV2_result. setSuccess(TSFetchResultsResp success)Method parameters in org.apache.iotdb.service.rpc.thrift with type arguments of type TSFetchResultsResp Modifier and Type Method Description voidIClientRPCService.AsyncClient. fetchResults(TSFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TSFetchResultsResp> resultHandler)voidIClientRPCService.AsyncIface. fetchResults(TSFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TSFetchResultsResp> resultHandler)voidIClientRPCService.AsyncClient. fetchResultsV2(TSFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TSFetchResultsResp> resultHandler)voidIClientRPCService.AsyncIface. fetchResultsV2(TSFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TSFetchResultsResp> resultHandler)voidIClientRPCService.AsyncProcessor.fetchResults. start(I iface, IClientRPCService.fetchResults_args args, org.apache.thrift.async.AsyncMethodCallback<TSFetchResultsResp> resultHandler)voidIClientRPCService.AsyncProcessor.fetchResultsV2. start(I iface, IClientRPCService.fetchResultsV2_args args, org.apache.thrift.async.AsyncMethodCallback<TSFetchResultsResp> resultHandler)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSFetchResultsResp Constructor Description fetchResults_result(TSFetchResultsResp success)fetchResultsV2_result(TSFetchResultsResp success)TSFetchResultsResp(TSFetchResultsResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.service.rpc.thrift with type arguments of type TSFetchResultsResp Constructor Description fetchResults_call(TSFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TSFetchResultsResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)fetchResultsV2_call(TSFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TSFetchResultsResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-