Package org.apache.iotdb.mpp.rpc.thrift
Class TSendBatchPlanNodeReq
- java.lang.Object
-
- org.apache.iotdb.mpp.rpc.thrift.TSendBatchPlanNodeReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TSendBatchPlanNodeReq>,org.apache.thrift.TBase<TSendBatchPlanNodeReq,TSendBatchPlanNodeReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2023-12-27") public class TSendBatchPlanNodeReq extends Object implements org.apache.thrift.TBase<TSendBatchPlanNodeReq,TSendBatchPlanNodeReq._Fields>, Serializable, Cloneable, Comparable<TSendBatchPlanNodeReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTSendBatchPlanNodeReq._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description static Map<TSendBatchPlanNodeReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapList<TSendSinglePlanNodeReq>requests
-
Constructor Summary
Constructors Constructor Description TSendBatchPlanNodeReq()TSendBatchPlanNodeReq(List<TSendSinglePlanNodeReq> requests)TSendBatchPlanNodeReq(TSendBatchPlanNodeReq other)Performs a deep copy on other.
-
Method Summary
-
-
-
Field Detail
-
requests
public List<TSendSinglePlanNodeReq> requests
-
metaDataMap
public static final Map<TSendBatchPlanNodeReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TSendBatchPlanNodeReq
public TSendBatchPlanNodeReq()
-
TSendBatchPlanNodeReq
public TSendBatchPlanNodeReq(List<TSendSinglePlanNodeReq> requests)
-
TSendBatchPlanNodeReq
public TSendBatchPlanNodeReq(TSendBatchPlanNodeReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TSendBatchPlanNodeReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TSendBatchPlanNodeReq,TSendBatchPlanNodeReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TSendBatchPlanNodeReq,TSendBatchPlanNodeReq._Fields>
-
getRequestsSize
public int getRequestsSize()
-
getRequestsIterator
public Iterator<TSendSinglePlanNodeReq> getRequestsIterator()
-
addToRequests
public void addToRequests(TSendSinglePlanNodeReq elem)
-
getRequests
public List<TSendSinglePlanNodeReq> getRequests()
-
setRequests
public TSendBatchPlanNodeReq setRequests(List<TSendSinglePlanNodeReq> requests)
-
unsetRequests
public void unsetRequests()
-
isSetRequests
public boolean isSetRequests()
Returns true if field requests is set (has been assigned a value) and false otherwise
-
setRequestsIsSet
public void setRequestsIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TSendBatchPlanNodeReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TSendBatchPlanNodeReq,TSendBatchPlanNodeReq._Fields>
-
getFieldValue
public Object getFieldValue(TSendBatchPlanNodeReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TSendBatchPlanNodeReq,TSendBatchPlanNodeReq._Fields>
-
isSet
public boolean isSet(TSendBatchPlanNodeReq._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<TSendBatchPlanNodeReq,TSendBatchPlanNodeReq._Fields>
-
equals
public boolean equals(TSendBatchPlanNodeReq that)
-
compareTo
public int compareTo(TSendBatchPlanNodeReq other)
- Specified by:
compareToin interfaceComparable<TSendBatchPlanNodeReq>
-
fieldForId
public TSendBatchPlanNodeReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TSendBatchPlanNodeReq,TSendBatchPlanNodeReq._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-