Package org.apache.iotdb.mpp.rpc.thrift
Class TSendFragmentInstanceReq
- java.lang.Object
-
- org.apache.iotdb.mpp.rpc.thrift.TSendFragmentInstanceReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TSendFragmentInstanceReq>,org.apache.thrift.TBase<TSendFragmentInstanceReq,TSendFragmentInstanceReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2023-12-27") public class TSendFragmentInstanceReq extends Object implements org.apache.thrift.TBase<TSendFragmentInstanceReq,TSendFragmentInstanceReq._Fields>, Serializable, Cloneable, Comparable<TSendFragmentInstanceReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTSendFragmentInstanceReq._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description TConsensusGroupIdconsensusGroupIdTFragmentInstancefragmentInstancestatic Map<TSendFragmentInstanceReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMap
-
Constructor Summary
Constructors Constructor Description TSendFragmentInstanceReq()TSendFragmentInstanceReq(TFragmentInstance fragmentInstance)TSendFragmentInstanceReq(TSendFragmentInstanceReq other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TSendFragmentInstanceReq other)TSendFragmentInstanceReqdeepCopy()booleanequals(Object that)booleanequals(TSendFragmentInstanceReq that)TSendFragmentInstanceReq._FieldsfieldForId(int fieldId)TConsensusGroupIdgetConsensusGroupId()ObjectgetFieldValue(TSendFragmentInstanceReq._Fields field)TFragmentInstancegetFragmentInstance()inthashCode()booleanisSet(TSendFragmentInstanceReq._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 otherwisebooleanisSetFragmentInstance()Returns true if field fragmentInstance is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)TSendFragmentInstanceReqsetConsensusGroupId(TConsensusGroupId consensusGroupId)voidsetConsensusGroupIdIsSet(boolean value)voidsetFieldValue(TSendFragmentInstanceReq._Fields field, Object value)TSendFragmentInstanceReqsetFragmentInstance(TFragmentInstance fragmentInstance)voidsetFragmentInstanceIsSet(boolean value)StringtoString()voidunsetConsensusGroupId()voidunsetFragmentInstance()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
fragmentInstance
public TFragmentInstance fragmentInstance
-
consensusGroupId
public TConsensusGroupId consensusGroupId
-
metaDataMap
public static final Map<TSendFragmentInstanceReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TSendFragmentInstanceReq
public TSendFragmentInstanceReq()
-
TSendFragmentInstanceReq
public TSendFragmentInstanceReq(TFragmentInstance fragmentInstance)
-
TSendFragmentInstanceReq
public TSendFragmentInstanceReq(TSendFragmentInstanceReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TSendFragmentInstanceReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TSendFragmentInstanceReq,TSendFragmentInstanceReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TSendFragmentInstanceReq,TSendFragmentInstanceReq._Fields>
-
getFragmentInstance
public TFragmentInstance getFragmentInstance()
-
setFragmentInstance
public TSendFragmentInstanceReq setFragmentInstance(TFragmentInstance fragmentInstance)
-
unsetFragmentInstance
public void unsetFragmentInstance()
-
isSetFragmentInstance
public boolean isSetFragmentInstance()
Returns true if field fragmentInstance is set (has been assigned a value) and false otherwise
-
setFragmentInstanceIsSet
public void setFragmentInstanceIsSet(boolean value)
-
getConsensusGroupId
public TConsensusGroupId getConsensusGroupId()
-
setConsensusGroupId
public TSendFragmentInstanceReq 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(TSendFragmentInstanceReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TSendFragmentInstanceReq,TSendFragmentInstanceReq._Fields>
-
getFieldValue
public Object getFieldValue(TSendFragmentInstanceReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TSendFragmentInstanceReq,TSendFragmentInstanceReq._Fields>
-
isSet
public boolean isSet(TSendFragmentInstanceReq._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<TSendFragmentInstanceReq,TSendFragmentInstanceReq._Fields>
-
equals
public boolean equals(TSendFragmentInstanceReq that)
-
compareTo
public int compareTo(TSendFragmentInstanceReq other)
- Specified by:
compareToin interfaceComparable<TSendFragmentInstanceReq>
-
fieldForId
public TSendFragmentInstanceReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TSendFragmentInstanceReq,TSendFragmentInstanceReq._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
-
-