Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TSendFragmentInstanceResp
-
Packages that use TSendFragmentInstanceResp Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TSendFragmentInstanceResp in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TSendFragmentInstanceResp Modifier and Type Field Description TSendFragmentInstanceRespIDataNodeRPCService.sendFragmentInstance_result. successMethods in org.apache.iotdb.mpp.rpc.thrift that return TSendFragmentInstanceResp Modifier and Type Method Description TSendFragmentInstanceRespTSendFragmentInstanceResp. deepCopy()TSendFragmentInstanceRespIDataNodeRPCService.AsyncClient.sendFragmentInstance_call. getResult()TSendFragmentInstanceRespIDataNodeRPCService.sendFragmentInstance_result. getSuccess()TSendFragmentInstanceRespIDataNodeRPCService.Client. recv_sendFragmentInstance()TSendFragmentInstanceRespIDataNodeRPCService.Client. sendFragmentInstance(TSendFragmentInstanceReq req)TSendFragmentInstanceRespIDataNodeRPCService.Iface. sendFragmentInstance(TSendFragmentInstanceReq req)dispatch FragmentInstance to remote node for query requestTSendFragmentInstanceRespTSendFragmentInstanceResp. setAccepted(boolean accepted)TSendFragmentInstanceRespTSendFragmentInstanceResp. setMessage(String message)Methods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TSendFragmentInstanceResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TSendFragmentInstanceResp>IDataNodeRPCService.AsyncProcessor.sendFragmentInstance. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TSendFragmentInstanceResp Modifier and Type Method Description intTSendFragmentInstanceResp. compareTo(TSendFragmentInstanceResp other)booleanTSendFragmentInstanceResp. equals(TSendFragmentInstanceResp that)IDataNodeRPCService.sendFragmentInstance_resultIDataNodeRPCService.sendFragmentInstance_result. setSuccess(TSendFragmentInstanceResp success)Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TSendFragmentInstanceResp Modifier and Type Method Description voidIDataNodeRPCService.AsyncClient. sendFragmentInstance(TSendFragmentInstanceReq req, org.apache.thrift.async.AsyncMethodCallback<TSendFragmentInstanceResp> resultHandler)voidIDataNodeRPCService.AsyncIface. sendFragmentInstance(TSendFragmentInstanceReq req, org.apache.thrift.async.AsyncMethodCallback<TSendFragmentInstanceResp> resultHandler)voidIDataNodeRPCService.AsyncProcessor.sendFragmentInstance. start(I iface, IDataNodeRPCService.sendFragmentInstance_args args, org.apache.thrift.async.AsyncMethodCallback<TSendFragmentInstanceResp> resultHandler)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TSendFragmentInstanceResp Constructor Description sendFragmentInstance_result(TSendFragmentInstanceResp success)TSendFragmentInstanceResp(TSendFragmentInstanceResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TSendFragmentInstanceResp Constructor Description sendFragmentInstance_call(TSendFragmentInstanceReq req, org.apache.thrift.async.AsyncMethodCallback<TSendFragmentInstanceResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-