Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TSendSinglePlanNodeResp
-
Packages that use TSendSinglePlanNodeResp Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TSendSinglePlanNodeResp in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift with type parameters of type TSendSinglePlanNodeResp Modifier and Type Field Description List<TSendSinglePlanNodeResp>TSendBatchPlanNodeResp. responsesMethods in org.apache.iotdb.mpp.rpc.thrift that return TSendSinglePlanNodeResp Modifier and Type Method Description TSendSinglePlanNodeRespTSendSinglePlanNodeResp. deepCopy()TSendSinglePlanNodeRespTSendSinglePlanNodeResp. setAccepted(boolean accepted)TSendSinglePlanNodeRespTSendSinglePlanNodeResp. setMessage(String message)TSendSinglePlanNodeRespTSendSinglePlanNodeResp. setStatus(TSStatus status)Methods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TSendSinglePlanNodeResp Modifier and Type Method Description List<TSendSinglePlanNodeResp>TSendBatchPlanNodeResp. getResponses()Iterator<TSendSinglePlanNodeResp>TSendBatchPlanNodeResp. getResponsesIterator()Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TSendSinglePlanNodeResp Modifier and Type Method Description voidTSendBatchPlanNodeResp. addToResponses(TSendSinglePlanNodeResp elem)intTSendSinglePlanNodeResp. compareTo(TSendSinglePlanNodeResp other)booleanTSendSinglePlanNodeResp. equals(TSendSinglePlanNodeResp that)Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TSendSinglePlanNodeResp Modifier and Type Method Description TSendBatchPlanNodeRespTSendBatchPlanNodeResp. setResponses(List<TSendSinglePlanNodeResp> responses)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TSendSinglePlanNodeResp Constructor Description TSendSinglePlanNodeResp(TSendSinglePlanNodeResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TSendSinglePlanNodeResp Constructor Description TSendBatchPlanNodeResp(List<TSendSinglePlanNodeResp> responses)
-