Class TFlushReq
- java.lang.Object
-
- org.apache.iotdb.common.rpc.thrift.TFlushReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TFlushReq>,org.apache.thrift.TBase<TFlushReq,TFlushReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2023-12-27") public class TFlushReq extends Object implements org.apache.thrift.TBase<TFlushReq,TFlushReq._Fields>, Serializable, Cloneable, Comparable<TFlushReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTFlushReq._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description StringisSeqstatic Map<TFlushReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapList<String>storageGroups
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToStorageGroups(String elem)voidclear()intcompareTo(TFlushReq other)TFlushReqdeepCopy()booleanequals(Object that)booleanequals(TFlushReq that)TFlushReq._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TFlushReq._Fields field)StringgetIsSeq()List<String>getStorageGroups()Iterator<String>getStorageGroupsIterator()intgetStorageGroupsSize()inthashCode()booleanisSet(TFlushReq._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetIsSeq()Returns true if field isSeq is set (has been assigned a value) and false otherwisebooleanisSetStorageGroups()Returns true if field storageGroups is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TFlushReq._Fields field, Object value)TFlushReqsetIsSeq(String isSeq)voidsetIsSeqIsSet(boolean value)TFlushReqsetStorageGroups(List<String> storageGroups)voidsetStorageGroupsIsSet(boolean value)StringtoString()voidunsetIsSeq()voidunsetStorageGroups()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
isSeq
public String isSeq
-
metaDataMap
public static final Map<TFlushReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TFlushReq
public TFlushReq()
-
TFlushReq
public TFlushReq(TFlushReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TFlushReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TFlushReq,TFlushReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TFlushReq,TFlushReq._Fields>
-
getIsSeq
public String getIsSeq()
-
unsetIsSeq
public void unsetIsSeq()
-
isSetIsSeq
public boolean isSetIsSeq()
Returns true if field isSeq is set (has been assigned a value) and false otherwise
-
setIsSeqIsSet
public void setIsSeqIsSet(boolean value)
-
getStorageGroupsSize
public int getStorageGroupsSize()
-
addToStorageGroups
public void addToStorageGroups(String elem)
-
unsetStorageGroups
public void unsetStorageGroups()
-
isSetStorageGroups
public boolean isSetStorageGroups()
Returns true if field storageGroups is set (has been assigned a value) and false otherwise
-
setStorageGroupsIsSet
public void setStorageGroupsIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TFlushReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TFlushReq,TFlushReq._Fields>
-
getFieldValue
public Object getFieldValue(TFlushReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TFlushReq,TFlushReq._Fields>
-
isSet
public boolean isSet(TFlushReq._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<TFlushReq,TFlushReq._Fields>
-
equals
public boolean equals(TFlushReq that)
-
compareTo
public int compareTo(TFlushReq other)
- Specified by:
compareToin interfaceComparable<TFlushReq>
-
fieldForId
public TFlushReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TFlushReq,TFlushReq._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
-
-