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