Package org.apache.iotdb.mpp.rpc.thrift
Class TInvalidateCacheReq
- java.lang.Object
-
- org.apache.iotdb.mpp.rpc.thrift.TInvalidateCacheReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TInvalidateCacheReq>,org.apache.thrift.TBase<TInvalidateCacheReq,TInvalidateCacheReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2023-12-27") public class TInvalidateCacheReq extends Object implements org.apache.thrift.TBase<TInvalidateCacheReq,TInvalidateCacheReq._Fields>, Serializable, Cloneable, Comparable<TInvalidateCacheReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTInvalidateCacheReq._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description StringfullPathstatic Map<TInvalidateCacheReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapbooleanstorageGroup
-
Constructor Summary
Constructors Constructor Description TInvalidateCacheReq()TInvalidateCacheReq(boolean storageGroup, String fullPath)TInvalidateCacheReq(TInvalidateCacheReq other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TInvalidateCacheReq other)TInvalidateCacheReqdeepCopy()booleanequals(Object that)booleanequals(TInvalidateCacheReq that)TInvalidateCacheReq._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TInvalidateCacheReq._Fields field)StringgetFullPath()inthashCode()booleanisSet(TInvalidateCacheReq._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetFullPath()Returns true if field fullPath is set (has been assigned a value) and false otherwisebooleanisSetStorageGroup()Returns true if field storageGroup is set (has been assigned a value) and false otherwisebooleanisStorageGroup()voidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TInvalidateCacheReq._Fields field, Object value)TInvalidateCacheReqsetFullPath(String fullPath)voidsetFullPathIsSet(boolean value)TInvalidateCacheReqsetStorageGroup(boolean storageGroup)voidsetStorageGroupIsSet(boolean value)StringtoString()voidunsetFullPath()voidunsetStorageGroup()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
storageGroup
public boolean storageGroup
-
fullPath
public String fullPath
-
metaDataMap
public static final Map<TInvalidateCacheReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TInvalidateCacheReq
public TInvalidateCacheReq()
-
TInvalidateCacheReq
public TInvalidateCacheReq(boolean storageGroup, String fullPath)
-
TInvalidateCacheReq
public TInvalidateCacheReq(TInvalidateCacheReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TInvalidateCacheReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TInvalidateCacheReq,TInvalidateCacheReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TInvalidateCacheReq,TInvalidateCacheReq._Fields>
-
isStorageGroup
public boolean isStorageGroup()
-
setStorageGroup
public TInvalidateCacheReq setStorageGroup(boolean storageGroup)
-
unsetStorageGroup
public void unsetStorageGroup()
-
isSetStorageGroup
public boolean isSetStorageGroup()
Returns true if field storageGroup is set (has been assigned a value) and false otherwise
-
setStorageGroupIsSet
public void setStorageGroupIsSet(boolean value)
-
getFullPath
public String getFullPath()
-
setFullPath
public TInvalidateCacheReq setFullPath(String fullPath)
-
unsetFullPath
public void unsetFullPath()
-
isSetFullPath
public boolean isSetFullPath()
Returns true if field fullPath is set (has been assigned a value) and false otherwise
-
setFullPathIsSet
public void setFullPathIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TInvalidateCacheReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TInvalidateCacheReq,TInvalidateCacheReq._Fields>
-
getFieldValue
public Object getFieldValue(TInvalidateCacheReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TInvalidateCacheReq,TInvalidateCacheReq._Fields>
-
isSet
public boolean isSet(TInvalidateCacheReq._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<TInvalidateCacheReq,TInvalidateCacheReq._Fields>
-
equals
public boolean equals(TInvalidateCacheReq that)
-
compareTo
public int compareTo(TInvalidateCacheReq other)
- Specified by:
compareToin interfaceComparable<TInvalidateCacheReq>
-
fieldForId
public TInvalidateCacheReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TInvalidateCacheReq,TInvalidateCacheReq._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
-
-