Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TSendSinglePlanNodeReq
-
Packages that use TSendSinglePlanNodeReq Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TSendSinglePlanNodeReq in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift with type parameters of type TSendSinglePlanNodeReq Modifier and Type Field Description List<TSendSinglePlanNodeReq>TSendBatchPlanNodeReq. requestsMethods in org.apache.iotdb.mpp.rpc.thrift that return TSendSinglePlanNodeReq Modifier and Type Method Description TSendSinglePlanNodeReqTSendSinglePlanNodeReq. deepCopy()TSendSinglePlanNodeReqTSendSinglePlanNodeReq. setConsensusGroupId(TConsensusGroupId consensusGroupId)TSendSinglePlanNodeReqTSendSinglePlanNodeReq. setPlanNode(TPlanNode planNode)Methods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TSendSinglePlanNodeReq Modifier and Type Method Description List<TSendSinglePlanNodeReq>TSendBatchPlanNodeReq. getRequests()Iterator<TSendSinglePlanNodeReq>TSendBatchPlanNodeReq. getRequestsIterator()Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TSendSinglePlanNodeReq Modifier and Type Method Description voidTSendBatchPlanNodeReq. addToRequests(TSendSinglePlanNodeReq elem)intTSendSinglePlanNodeReq. compareTo(TSendSinglePlanNodeReq other)booleanTSendSinglePlanNodeReq. equals(TSendSinglePlanNodeReq that)Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TSendSinglePlanNodeReq Modifier and Type Method Description TSendBatchPlanNodeReqTSendBatchPlanNodeReq. setRequests(List<TSendSinglePlanNodeReq> requests)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TSendSinglePlanNodeReq Constructor Description TSendSinglePlanNodeReq(TSendSinglePlanNodeReq other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TSendSinglePlanNodeReq Constructor Description TSendBatchPlanNodeReq(List<TSendSinglePlanNodeReq> requests)
-