Class TGetSeriesSlotListReq
- java.lang.Object
-
- org.apache.iotdb.confignode.rpc.thrift.TGetSeriesSlotListReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TGetSeriesSlotListReq>,org.apache.thrift.TBase<TGetSeriesSlotListReq,TGetSeriesSlotListReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-04-19") public class TGetSeriesSlotListReq extends Object implements org.apache.thrift.TBase<TGetSeriesSlotListReq,TGetSeriesSlotListReq._Fields>, Serializable, Cloneable, Comparable<TGetSeriesSlotListReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTGetSeriesSlotListReq._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description Stringdatabasestatic Map<TGetSeriesSlotListReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapTConsensusGroupTypetype
-
Constructor Summary
Constructors Constructor Description TGetSeriesSlotListReq()TGetSeriesSlotListReq(String database, TConsensusGroupType type)TGetSeriesSlotListReq(TGetSeriesSlotListReq other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TGetSeriesSlotListReq other)TGetSeriesSlotListReqdeepCopy()booleanequals(Object that)booleanequals(TGetSeriesSlotListReq that)TGetSeriesSlotListReq._FieldsfieldForId(int fieldId)StringgetDatabase()ObjectgetFieldValue(TGetSeriesSlotListReq._Fields field)TConsensusGroupTypegetType()inthashCode()booleanisSet(TGetSeriesSlotListReq._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetDatabase()Returns true if field database is set (has been assigned a value) and false otherwisebooleanisSetType()Returns true if field type is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)TGetSeriesSlotListReqsetDatabase(String database)voidsetDatabaseIsSet(boolean value)voidsetFieldValue(TGetSeriesSlotListReq._Fields field, Object value)TGetSeriesSlotListReqsetType(TConsensusGroupType type)voidsetTypeIsSet(boolean value)StringtoString()voidunsetDatabase()voidunsetType()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
database
public String database
-
type
public TConsensusGroupType type
- See Also:
TConsensusGroupType
-
metaDataMap
public static final Map<TGetSeriesSlotListReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TGetSeriesSlotListReq
public TGetSeriesSlotListReq()
-
TGetSeriesSlotListReq
public TGetSeriesSlotListReq(String database, TConsensusGroupType type)
-
TGetSeriesSlotListReq
public TGetSeriesSlotListReq(TGetSeriesSlotListReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TGetSeriesSlotListReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TGetSeriesSlotListReq,TGetSeriesSlotListReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TGetSeriesSlotListReq,TGetSeriesSlotListReq._Fields>
-
getDatabase
public String getDatabase()
-
setDatabase
public TGetSeriesSlotListReq setDatabase(String database)
-
unsetDatabase
public void unsetDatabase()
-
isSetDatabase
public boolean isSetDatabase()
Returns true if field database is set (has been assigned a value) and false otherwise
-
setDatabaseIsSet
public void setDatabaseIsSet(boolean value)
-
getType
public TConsensusGroupType getType()
- See Also:
TConsensusGroupType
-
setType
public TGetSeriesSlotListReq setType(TConsensusGroupType type)
- See Also:
TConsensusGroupType
-
unsetType
public void unsetType()
-
isSetType
public boolean isSetType()
Returns true if field type is set (has been assigned a value) and false otherwise
-
setTypeIsSet
public void setTypeIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TGetSeriesSlotListReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TGetSeriesSlotListReq,TGetSeriesSlotListReq._Fields>
-
getFieldValue
public Object getFieldValue(TGetSeriesSlotListReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TGetSeriesSlotListReq,TGetSeriesSlotListReq._Fields>
-
isSet
public boolean isSet(TGetSeriesSlotListReq._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<TGetSeriesSlotListReq,TGetSeriesSlotListReq._Fields>
-
equals
public boolean equals(TGetSeriesSlotListReq that)
-
compareTo
public int compareTo(TGetSeriesSlotListReq other)
- Specified by:
compareToin interfaceComparable<TGetSeriesSlotListReq>
-
fieldForId
public TGetSeriesSlotListReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TGetSeriesSlotListReq,TGetSeriesSlotListReq._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
-
-