Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceInfoResp
-
Packages that use TFragmentInstanceInfoResp Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TFragmentInstanceInfoResp in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TFragmentInstanceInfoResp Modifier and Type Field Description TFragmentInstanceInfoRespIDataNodeRPCService.fetchFragmentInstanceInfo_result. successMethods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TFragmentInstanceInfoResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TFragmentInstanceInfoResp>IDataNodeRPCService.AsyncProcessor.fetchFragmentInstanceInfo. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TFragmentInstanceInfoResp Modifier and Type Method Description intTFragmentInstanceInfoResp. compareTo(TFragmentInstanceInfoResp other)booleanTFragmentInstanceInfoResp. equals(TFragmentInstanceInfoResp that)IDataNodeRPCService.fetchFragmentInstanceInfo_resultIDataNodeRPCService.fetchFragmentInstanceInfo_result. setSuccess(TFragmentInstanceInfoResp success)Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TFragmentInstanceInfoResp Modifier and Type Method Description voidIDataNodeRPCService.AsyncClient. fetchFragmentInstanceInfo(TFetchFragmentInstanceInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TFragmentInstanceInfoResp> resultHandler)voidIDataNodeRPCService.AsyncIface. fetchFragmentInstanceInfo(TFetchFragmentInstanceInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TFragmentInstanceInfoResp> resultHandler)voidIDataNodeRPCService.AsyncProcessor.fetchFragmentInstanceInfo. start(I iface, IDataNodeRPCService.fetchFragmentInstanceInfo_args args, org.apache.thrift.async.AsyncMethodCallback<TFragmentInstanceInfoResp> resultHandler)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TFragmentInstanceInfoResp Constructor Description fetchFragmentInstanceInfo_result(TFragmentInstanceInfoResp success)TFragmentInstanceInfoResp(TFragmentInstanceInfoResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TFragmentInstanceInfoResp Constructor Description 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)
-