Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TGetDataBlockResponse
-
Packages that use TGetDataBlockResponse Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TGetDataBlockResponse in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TGetDataBlockResponse Modifier and Type Field Description TGetDataBlockResponseMPPDataExchangeService.getDataBlock_result. successMethods in org.apache.iotdb.mpp.rpc.thrift that return TGetDataBlockResponse Modifier and Type Method Description TGetDataBlockResponseTGetDataBlockResponse. deepCopy()TGetDataBlockResponseMPPDataExchangeService.Client. getDataBlock(TGetDataBlockRequest req)TGetDataBlockResponseMPPDataExchangeService.Iface. getDataBlock(TGetDataBlockRequest req)TGetDataBlockResponseMPPDataExchangeService.AsyncClient.getDataBlock_call. getResult()TGetDataBlockResponseMPPDataExchangeService.getDataBlock_result. getSuccess()TGetDataBlockResponseMPPDataExchangeService.Client. recv_getDataBlock()TGetDataBlockResponseTGetDataBlockResponse. setTsBlocks(List<ByteBuffer> tsBlocks)Methods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TGetDataBlockResponse Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TGetDataBlockResponse>MPPDataExchangeService.AsyncProcessor.getDataBlock. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TGetDataBlockResponse Modifier and Type Method Description intTGetDataBlockResponse. compareTo(TGetDataBlockResponse other)booleanTGetDataBlockResponse. equals(TGetDataBlockResponse that)MPPDataExchangeService.getDataBlock_resultMPPDataExchangeService.getDataBlock_result. setSuccess(TGetDataBlockResponse success)Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TGetDataBlockResponse Modifier and Type Method Description voidMPPDataExchangeService.AsyncClient. getDataBlock(TGetDataBlockRequest req, org.apache.thrift.async.AsyncMethodCallback<TGetDataBlockResponse> resultHandler)voidMPPDataExchangeService.AsyncIface. getDataBlock(TGetDataBlockRequest req, org.apache.thrift.async.AsyncMethodCallback<TGetDataBlockResponse> resultHandler)voidMPPDataExchangeService.AsyncProcessor.getDataBlock. start(I iface, MPPDataExchangeService.getDataBlock_args args, org.apache.thrift.async.AsyncMethodCallback<TGetDataBlockResponse> resultHandler)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TGetDataBlockResponse Constructor Description getDataBlock_result(TGetDataBlockResponse success)TGetDataBlockResponse(TGetDataBlockResponse other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TGetDataBlockResponse Constructor Description getDataBlock_call(TGetDataBlockRequest req, org.apache.thrift.async.AsyncMethodCallback<TGetDataBlockResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-