Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TGetDataBlockRequest
-
Packages that use TGetDataBlockRequest Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TGetDataBlockRequest in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TGetDataBlockRequest Modifier and Type Field Description TGetDataBlockRequestMPPDataExchangeService.getDataBlock_args. reqMethods in org.apache.iotdb.mpp.rpc.thrift that return TGetDataBlockRequest Modifier and Type Method Description TGetDataBlockRequestTGetDataBlockRequest. deepCopy()TGetDataBlockRequestMPPDataExchangeService.getDataBlock_args. getReq()TGetDataBlockRequestTGetDataBlockRequest. setEndSequenceId(int endSequenceId)TGetDataBlockRequestTGetDataBlockRequest. setIndex(int index)TGetDataBlockRequestTGetDataBlockRequest. setSourceFragmentInstanceId(TFragmentInstanceId sourceFragmentInstanceId)TGetDataBlockRequestTGetDataBlockRequest. setStartSequenceId(int startSequenceId)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TGetDataBlockRequest Modifier and Type Method Description intTGetDataBlockRequest. compareTo(TGetDataBlockRequest other)booleanTGetDataBlockRequest. equals(TGetDataBlockRequest that)voidMPPDataExchangeService.AsyncClient. getDataBlock(TGetDataBlockRequest req, org.apache.thrift.async.AsyncMethodCallback<TGetDataBlockResponse> resultHandler)voidMPPDataExchangeService.AsyncIface. getDataBlock(TGetDataBlockRequest req, org.apache.thrift.async.AsyncMethodCallback<TGetDataBlockResponse> resultHandler)TGetDataBlockResponseMPPDataExchangeService.Client. getDataBlock(TGetDataBlockRequest req)TGetDataBlockResponseMPPDataExchangeService.Iface. getDataBlock(TGetDataBlockRequest req)voidMPPDataExchangeService.Client. send_getDataBlock(TGetDataBlockRequest req)MPPDataExchangeService.getDataBlock_argsMPPDataExchangeService.getDataBlock_args. setReq(TGetDataBlockRequest req)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TGetDataBlockRequest Constructor Description getDataBlock_args(TGetDataBlockRequest req)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)TGetDataBlockRequest(TGetDataBlockRequest other)Performs a deep copy on other.
-