Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TFetchFragmentInstanceInfoReq
-
Packages that use TFetchFragmentInstanceInfoReq Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TFetchFragmentInstanceInfoReq in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TFetchFragmentInstanceInfoReq Modifier and Type Field Description TFetchFragmentInstanceInfoReqIDataNodeRPCService.fetchFragmentInstanceInfo_args. reqMethods in org.apache.iotdb.mpp.rpc.thrift that return TFetchFragmentInstanceInfoReq Modifier and Type Method Description TFetchFragmentInstanceInfoReqTFetchFragmentInstanceInfoReq. deepCopy()TFetchFragmentInstanceInfoReqIDataNodeRPCService.fetchFragmentInstanceInfo_args. getReq()TFetchFragmentInstanceInfoReqTFetchFragmentInstanceInfoReq. setFragmentInstanceId(TFragmentInstanceId fragmentInstanceId)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TFetchFragmentInstanceInfoReq Constructor Description fetchFragmentInstanceInfo_args(TFetchFragmentInstanceInfoReq req)fetchFragmentInstanceInfo_call(TFetchFragmentInstanceInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TFragmentInstanceInfoResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TFetchFragmentInstanceInfoReq(TFetchFragmentInstanceInfoReq other)Performs a deep copy on other.
-