Package org.apache.iotdb.mpp.rpc.thrift
Class TSendSinglePlanNodeReq
- java.lang.Object
-
- org.apache.iotdb.mpp.rpc.thrift.TSendSinglePlanNodeReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TSendSinglePlanNodeReq>,org.apache.thrift.TBase<TSendSinglePlanNodeReq,TSendSinglePlanNodeReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2023-12-27") public class TSendSinglePlanNodeReq extends Object implements org.apache.thrift.TBase<TSendSinglePlanNodeReq,TSendSinglePlanNodeReq._Fields>, Serializable, Cloneable, Comparable<TSendSinglePlanNodeReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTSendSinglePlanNodeReq._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description TConsensusGroupIdconsensusGroupIdstatic Map<TSendSinglePlanNodeReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapTPlanNodeplanNode
-
Constructor Summary
Constructors Constructor Description TSendSinglePlanNodeReq()TSendSinglePlanNodeReq(TPlanNode planNode, TConsensusGroupId consensusGroupId)TSendSinglePlanNodeReq(TSendSinglePlanNodeReq other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TSendSinglePlanNodeReq other)TSendSinglePlanNodeReqdeepCopy()booleanequals(Object that)booleanequals(TSendSinglePlanNodeReq that)TSendSinglePlanNodeReq._FieldsfieldForId(int fieldId)TConsensusGroupIdgetConsensusGroupId()ObjectgetFieldValue(TSendSinglePlanNodeReq._Fields field)TPlanNodegetPlanNode()inthashCode()booleanisSet(TSendSinglePlanNodeReq._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetConsensusGroupId()Returns true if field consensusGroupId is set (has been assigned a value) and false otherwisebooleanisSetPlanNode()Returns true if field planNode is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)TSendSinglePlanNodeReqsetConsensusGroupId(TConsensusGroupId consensusGroupId)voidsetConsensusGroupIdIsSet(boolean value)voidsetFieldValue(TSendSinglePlanNodeReq._Fields field, Object value)TSendSinglePlanNodeReqsetPlanNode(TPlanNode planNode)voidsetPlanNodeIsSet(boolean value)StringtoString()voidunsetConsensusGroupId()voidunsetPlanNode()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
planNode
public TPlanNode planNode
-
consensusGroupId
public TConsensusGroupId consensusGroupId
-
metaDataMap
public static final Map<TSendSinglePlanNodeReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TSendSinglePlanNodeReq
public TSendSinglePlanNodeReq()
-
TSendSinglePlanNodeReq
public TSendSinglePlanNodeReq(TPlanNode planNode, TConsensusGroupId consensusGroupId)
-
TSendSinglePlanNodeReq
public TSendSinglePlanNodeReq(TSendSinglePlanNodeReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TSendSinglePlanNodeReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TSendSinglePlanNodeReq,TSendSinglePlanNodeReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TSendSinglePlanNodeReq,TSendSinglePlanNodeReq._Fields>
-
getPlanNode
public TPlanNode getPlanNode()
-
setPlanNode
public TSendSinglePlanNodeReq setPlanNode(TPlanNode planNode)
-
unsetPlanNode
public void unsetPlanNode()
-
isSetPlanNode
public boolean isSetPlanNode()
Returns true if field planNode is set (has been assigned a value) and false otherwise
-
setPlanNodeIsSet
public void setPlanNodeIsSet(boolean value)
-
getConsensusGroupId
public TConsensusGroupId getConsensusGroupId()
-
setConsensusGroupId
public TSendSinglePlanNodeReq setConsensusGroupId(TConsensusGroupId consensusGroupId)
-
unsetConsensusGroupId
public void unsetConsensusGroupId()
-
isSetConsensusGroupId
public boolean isSetConsensusGroupId()
Returns true if field consensusGroupId is set (has been assigned a value) and false otherwise
-
setConsensusGroupIdIsSet
public void setConsensusGroupIdIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TSendSinglePlanNodeReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TSendSinglePlanNodeReq,TSendSinglePlanNodeReq._Fields>
-
getFieldValue
public Object getFieldValue(TSendSinglePlanNodeReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TSendSinglePlanNodeReq,TSendSinglePlanNodeReq._Fields>
-
isSet
public boolean isSet(TSendSinglePlanNodeReq._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<TSendSinglePlanNodeReq,TSendSinglePlanNodeReq._Fields>
-
equals
public boolean equals(TSendSinglePlanNodeReq that)
-
compareTo
public int compareTo(TSendSinglePlanNodeReq other)
- Specified by:
compareToin interfaceComparable<TSendSinglePlanNodeReq>
-
fieldForId
public TSendSinglePlanNodeReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TSendSinglePlanNodeReq,TSendSinglePlanNodeReq._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
-
-