Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TSendBatchPlanNodeResp
-
Packages that use TSendBatchPlanNodeResp Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TSendBatchPlanNodeResp in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TSendBatchPlanNodeResp Modifier and Type Field Description TSendBatchPlanNodeRespIDataNodeRPCService.sendBatchPlanNode_result. successMethods in org.apache.iotdb.mpp.rpc.thrift that return TSendBatchPlanNodeResp Modifier and Type Method Description TSendBatchPlanNodeRespTSendBatchPlanNodeResp. deepCopy()TSendBatchPlanNodeRespIDataNodeRPCService.AsyncClient.sendBatchPlanNode_call. getResult()TSendBatchPlanNodeRespIDataNodeRPCService.sendBatchPlanNode_result. getSuccess()TSendBatchPlanNodeRespIDataNodeRPCService.Client. recv_sendBatchPlanNode()TSendBatchPlanNodeRespIDataNodeRPCService.Client. sendBatchPlanNode(TSendBatchPlanNodeReq req)TSendBatchPlanNodeRespIDataNodeRPCService.Iface. sendBatchPlanNode(TSendBatchPlanNodeReq req)dispatch PlanNodes in batches to remote node for write request in order to save resourceTSendBatchPlanNodeRespTSendBatchPlanNodeResp. setResponses(List<TSendSinglePlanNodeResp> responses)Methods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TSendBatchPlanNodeResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TSendBatchPlanNodeResp>IDataNodeRPCService.AsyncProcessor.sendBatchPlanNode. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TSendBatchPlanNodeResp Modifier and Type Method Description intTSendBatchPlanNodeResp. compareTo(TSendBatchPlanNodeResp other)booleanTSendBatchPlanNodeResp. equals(TSendBatchPlanNodeResp that)IDataNodeRPCService.sendBatchPlanNode_resultIDataNodeRPCService.sendBatchPlanNode_result. setSuccess(TSendBatchPlanNodeResp success)Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TSendBatchPlanNodeResp Modifier and Type Method Description voidIDataNodeRPCService.AsyncClient. sendBatchPlanNode(TSendBatchPlanNodeReq req, org.apache.thrift.async.AsyncMethodCallback<TSendBatchPlanNodeResp> resultHandler)voidIDataNodeRPCService.AsyncIface. sendBatchPlanNode(TSendBatchPlanNodeReq req, org.apache.thrift.async.AsyncMethodCallback<TSendBatchPlanNodeResp> resultHandler)voidIDataNodeRPCService.AsyncProcessor.sendBatchPlanNode. start(I iface, IDataNodeRPCService.sendBatchPlanNode_args args, org.apache.thrift.async.AsyncMethodCallback<TSendBatchPlanNodeResp> resultHandler)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TSendBatchPlanNodeResp Constructor Description sendBatchPlanNode_result(TSendBatchPlanNodeResp success)TSendBatchPlanNodeResp(TSendBatchPlanNodeResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TSendBatchPlanNodeResp Constructor Description sendBatchPlanNode_call(TSendBatchPlanNodeReq req, org.apache.thrift.async.AsyncMethodCallback<TSendBatchPlanNodeResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-