Package org.apache.iotdb.mpp.rpc.thrift
Class TUpdateConfigNodeGroupReq
- java.lang.Object
-
- org.apache.iotdb.mpp.rpc.thrift.TUpdateConfigNodeGroupReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TUpdateConfigNodeGroupReq>,org.apache.thrift.TBase<TUpdateConfigNodeGroupReq,TUpdateConfigNodeGroupReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2023-12-27") public class TUpdateConfigNodeGroupReq extends Object implements org.apache.thrift.TBase<TUpdateConfigNodeGroupReq,TUpdateConfigNodeGroupReq._Fields>, Serializable, Cloneable, Comparable<TUpdateConfigNodeGroupReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTUpdateConfigNodeGroupReq._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description List<TConfigNodeLocation>configNodeLocationsstatic Map<TUpdateConfigNodeGroupReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMap
-
Constructor Summary
Constructors Constructor Description TUpdateConfigNodeGroupReq()TUpdateConfigNodeGroupReq(List<TConfigNodeLocation> configNodeLocations)TUpdateConfigNodeGroupReq(TUpdateConfigNodeGroupReq other)Performs a deep copy on other.
-
Method Summary
-
-
-
Field Detail
-
configNodeLocations
public List<TConfigNodeLocation> configNodeLocations
-
metaDataMap
public static final Map<TUpdateConfigNodeGroupReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TUpdateConfigNodeGroupReq
public TUpdateConfigNodeGroupReq()
-
TUpdateConfigNodeGroupReq
public TUpdateConfigNodeGroupReq(List<TConfigNodeLocation> configNodeLocations)
-
TUpdateConfigNodeGroupReq
public TUpdateConfigNodeGroupReq(TUpdateConfigNodeGroupReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TUpdateConfigNodeGroupReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TUpdateConfigNodeGroupReq,TUpdateConfigNodeGroupReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TUpdateConfigNodeGroupReq,TUpdateConfigNodeGroupReq._Fields>
-
getConfigNodeLocationsSize
public int getConfigNodeLocationsSize()
-
getConfigNodeLocationsIterator
public Iterator<TConfigNodeLocation> getConfigNodeLocationsIterator()
-
addToConfigNodeLocations
public void addToConfigNodeLocations(TConfigNodeLocation elem)
-
getConfigNodeLocations
public List<TConfigNodeLocation> getConfigNodeLocations()
-
setConfigNodeLocations
public TUpdateConfigNodeGroupReq setConfigNodeLocations(List<TConfigNodeLocation> configNodeLocations)
-
unsetConfigNodeLocations
public void unsetConfigNodeLocations()
-
isSetConfigNodeLocations
public boolean isSetConfigNodeLocations()
Returns true if field configNodeLocations is set (has been assigned a value) and false otherwise
-
setConfigNodeLocationsIsSet
public void setConfigNodeLocationsIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TUpdateConfigNodeGroupReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TUpdateConfigNodeGroupReq,TUpdateConfigNodeGroupReq._Fields>
-
getFieldValue
public Object getFieldValue(TUpdateConfigNodeGroupReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TUpdateConfigNodeGroupReq,TUpdateConfigNodeGroupReq._Fields>
-
isSet
public boolean isSet(TUpdateConfigNodeGroupReq._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<TUpdateConfigNodeGroupReq,TUpdateConfigNodeGroupReq._Fields>
-
equals
public boolean equals(TUpdateConfigNodeGroupReq that)
-
compareTo
public int compareTo(TUpdateConfigNodeGroupReq other)
- Specified by:
compareToin interfaceComparable<TUpdateConfigNodeGroupReq>
-
fieldForId
public TUpdateConfigNodeGroupReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TUpdateConfigNodeGroupReq,TUpdateConfigNodeGroupReq._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
-
-