Package org.apache.iotdb.mpp.rpc.thrift
Class TInvalidateMatchedSchemaCacheReq
- java.lang.Object
-
- org.apache.iotdb.mpp.rpc.thrift.TInvalidateMatchedSchemaCacheReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TInvalidateMatchedSchemaCacheReq>,org.apache.thrift.TBase<TInvalidateMatchedSchemaCacheReq,TInvalidateMatchedSchemaCacheReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2023-12-27") public class TInvalidateMatchedSchemaCacheReq extends Object implements org.apache.thrift.TBase<TInvalidateMatchedSchemaCacheReq,TInvalidateMatchedSchemaCacheReq._Fields>, Serializable, Cloneable, Comparable<TInvalidateMatchedSchemaCacheReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTInvalidateMatchedSchemaCacheReq._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<TInvalidateMatchedSchemaCacheReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapByteBufferpathPatternTree
-
Constructor Summary
Constructors Constructor Description TInvalidateMatchedSchemaCacheReq()TInvalidateMatchedSchemaCacheReq(ByteBuffer pathPatternTree)TInvalidateMatchedSchemaCacheReq(TInvalidateMatchedSchemaCacheReq other)Performs a deep copy on other.
-
Method Summary
-
-
-
Field Detail
-
pathPatternTree
public ByteBuffer pathPatternTree
-
metaDataMap
public static final Map<TInvalidateMatchedSchemaCacheReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TInvalidateMatchedSchemaCacheReq
public TInvalidateMatchedSchemaCacheReq()
-
TInvalidateMatchedSchemaCacheReq
public TInvalidateMatchedSchemaCacheReq(ByteBuffer pathPatternTree)
-
TInvalidateMatchedSchemaCacheReq
public TInvalidateMatchedSchemaCacheReq(TInvalidateMatchedSchemaCacheReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TInvalidateMatchedSchemaCacheReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TInvalidateMatchedSchemaCacheReq,TInvalidateMatchedSchemaCacheReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TInvalidateMatchedSchemaCacheReq,TInvalidateMatchedSchemaCacheReq._Fields>
-
getPathPatternTree
public byte[] getPathPatternTree()
-
bufferForPathPatternTree
public ByteBuffer bufferForPathPatternTree()
-
setPathPatternTree
public TInvalidateMatchedSchemaCacheReq setPathPatternTree(byte[] pathPatternTree)
-
setPathPatternTree
public TInvalidateMatchedSchemaCacheReq setPathPatternTree(ByteBuffer pathPatternTree)
-
unsetPathPatternTree
public void unsetPathPatternTree()
-
isSetPathPatternTree
public boolean isSetPathPatternTree()
Returns true if field pathPatternTree is set (has been assigned a value) and false otherwise
-
setPathPatternTreeIsSet
public void setPathPatternTreeIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TInvalidateMatchedSchemaCacheReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TInvalidateMatchedSchemaCacheReq,TInvalidateMatchedSchemaCacheReq._Fields>
-
getFieldValue
public Object getFieldValue(TInvalidateMatchedSchemaCacheReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TInvalidateMatchedSchemaCacheReq,TInvalidateMatchedSchemaCacheReq._Fields>
-
isSet
public boolean isSet(TInvalidateMatchedSchemaCacheReq._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<TInvalidateMatchedSchemaCacheReq,TInvalidateMatchedSchemaCacheReq._Fields>
-
equals
public boolean equals(TInvalidateMatchedSchemaCacheReq that)
-
compareTo
public int compareTo(TInvalidateMatchedSchemaCacheReq other)
- Specified by:
compareToin interfaceComparable<TInvalidateMatchedSchemaCacheReq>
-
fieldForId
public TInvalidateMatchedSchemaCacheReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TInvalidateMatchedSchemaCacheReq,TInvalidateMatchedSchemaCacheReq._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
-
-