Class TTimeSlotList
- java.lang.Object
-
- org.apache.iotdb.confignode.rpc.thrift.TTimeSlotList
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TTimeSlotList>,org.apache.thrift.TBase<TTimeSlotList,TTimeSlotList._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-04-19") public class TTimeSlotList extends Object implements org.apache.thrift.TBase<TTimeSlotList,TTimeSlotList._Fields>, Serializable, Cloneable, Comparable<TTimeSlotList>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTTimeSlotList._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<TTimeSlotList._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapbooleanneedLeftAllbooleanneedRightAllList<TTimePartitionSlot>timePartitionSlots
-
Constructor Summary
Constructors Constructor Description TTimeSlotList()TTimeSlotList(List<TTimePartitionSlot> timePartitionSlots, boolean needLeftAll, boolean needRightAll)TTimeSlotList(TTimeSlotList other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToTimePartitionSlots(TTimePartitionSlot elem)voidclear()intcompareTo(TTimeSlotList other)TTimeSlotListdeepCopy()booleanequals(Object that)booleanequals(TTimeSlotList that)TTimeSlotList._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TTimeSlotList._Fields field)List<TTimePartitionSlot>getTimePartitionSlots()Iterator<TTimePartitionSlot>getTimePartitionSlotsIterator()intgetTimePartitionSlotsSize()inthashCode()booleanisNeedLeftAll()booleanisNeedRightAll()booleanisSet(TTimeSlotList._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetNeedLeftAll()Returns true if field needLeftAll is set (has been assigned a value) and false otherwisebooleanisSetNeedRightAll()Returns true if field needRightAll is set (has been assigned a value) and false otherwisebooleanisSetTimePartitionSlots()Returns true if field timePartitionSlots is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TTimeSlotList._Fields field, Object value)TTimeSlotListsetNeedLeftAll(boolean needLeftAll)voidsetNeedLeftAllIsSet(boolean value)TTimeSlotListsetNeedRightAll(boolean needRightAll)voidsetNeedRightAllIsSet(boolean value)TTimeSlotListsetTimePartitionSlots(List<TTimePartitionSlot> timePartitionSlots)voidsetTimePartitionSlotsIsSet(boolean value)StringtoString()voidunsetNeedLeftAll()voidunsetNeedRightAll()voidunsetTimePartitionSlots()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
timePartitionSlots
public List<TTimePartitionSlot> timePartitionSlots
-
needLeftAll
public boolean needLeftAll
-
needRightAll
public boolean needRightAll
-
metaDataMap
public static final Map<TTimeSlotList._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TTimeSlotList
public TTimeSlotList()
-
TTimeSlotList
public TTimeSlotList(List<TTimePartitionSlot> timePartitionSlots, boolean needLeftAll, boolean needRightAll)
-
TTimeSlotList
public TTimeSlotList(TTimeSlotList other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TTimeSlotList deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TTimeSlotList,TTimeSlotList._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TTimeSlotList,TTimeSlotList._Fields>
-
getTimePartitionSlotsSize
public int getTimePartitionSlotsSize()
-
getTimePartitionSlotsIterator
public Iterator<TTimePartitionSlot> getTimePartitionSlotsIterator()
-
addToTimePartitionSlots
public void addToTimePartitionSlots(TTimePartitionSlot elem)
-
getTimePartitionSlots
public List<TTimePartitionSlot> getTimePartitionSlots()
-
setTimePartitionSlots
public TTimeSlotList setTimePartitionSlots(List<TTimePartitionSlot> timePartitionSlots)
-
unsetTimePartitionSlots
public void unsetTimePartitionSlots()
-
isSetTimePartitionSlots
public boolean isSetTimePartitionSlots()
Returns true if field timePartitionSlots is set (has been assigned a value) and false otherwise
-
setTimePartitionSlotsIsSet
public void setTimePartitionSlotsIsSet(boolean value)
-
isNeedLeftAll
public boolean isNeedLeftAll()
-
setNeedLeftAll
public TTimeSlotList setNeedLeftAll(boolean needLeftAll)
-
unsetNeedLeftAll
public void unsetNeedLeftAll()
-
isSetNeedLeftAll
public boolean isSetNeedLeftAll()
Returns true if field needLeftAll is set (has been assigned a value) and false otherwise
-
setNeedLeftAllIsSet
public void setNeedLeftAllIsSet(boolean value)
-
isNeedRightAll
public boolean isNeedRightAll()
-
setNeedRightAll
public TTimeSlotList setNeedRightAll(boolean needRightAll)
-
unsetNeedRightAll
public void unsetNeedRightAll()
-
isSetNeedRightAll
public boolean isSetNeedRightAll()
Returns true if field needRightAll is set (has been assigned a value) and false otherwise
-
setNeedRightAllIsSet
public void setNeedRightAllIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TTimeSlotList._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TTimeSlotList,TTimeSlotList._Fields>
-
getFieldValue
public Object getFieldValue(TTimeSlotList._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TTimeSlotList,TTimeSlotList._Fields>
-
isSet
public boolean isSet(TTimeSlotList._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<TTimeSlotList,TTimeSlotList._Fields>
-
equals
public boolean equals(TTimeSlotList that)
-
compareTo
public int compareTo(TTimeSlotList other)
- Specified by:
compareToin interfaceComparable<TTimeSlotList>
-
fieldForId
public TTimeSlotList._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TTimeSlotList,TTimeSlotList._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
-
-