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="2024-06-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 booleanisGeneratedByPipestatic 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToSchemaRegionIdList(TConsensusGroupId elem)ByteBufferbufferForPathPatternTree()voidclear()intcompareTo(TDeleteViewSchemaReq other)TDeleteViewSchemaReqdeepCopy()booleanequals(Object that)booleanequals(TDeleteViewSchemaReq that)TDeleteViewSchemaReq._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TDeleteViewSchemaReq._Fields field)byte[]getPathPatternTree()List<TConsensusGroupId>getSchemaRegionIdList()Iterator<TConsensusGroupId>getSchemaRegionIdListIterator()intgetSchemaRegionIdListSize()inthashCode()booleanisIsGeneratedByPipe()booleanisSet(TDeleteViewSchemaReq._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetIsGeneratedByPipe()Returns true if field isGeneratedByPipe is set (has been assigned a value) and false otherwisebooleanisSetPathPatternTree()Returns true if field pathPatternTree is set (has been assigned a value) and false otherwisebooleanisSetSchemaRegionIdList()Returns true if field schemaRegionIdList is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TDeleteViewSchemaReq._Fields field, Object value)TDeleteViewSchemaReqsetIsGeneratedByPipe(boolean isGeneratedByPipe)voidsetIsGeneratedByPipeIsSet(boolean value)TDeleteViewSchemaReqsetPathPatternTree(byte[] pathPatternTree)TDeleteViewSchemaReqsetPathPatternTree(ByteBuffer pathPatternTree)voidsetPathPatternTreeIsSet(boolean value)TDeleteViewSchemaReqsetSchemaRegionIdList(List<TConsensusGroupId> schemaRegionIdList)voidsetSchemaRegionIdListIsSet(boolean value)StringtoString()voidunsetIsGeneratedByPipe()voidunsetPathPatternTree()voidunsetSchemaRegionIdList()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
schemaRegionIdList
public List<TConsensusGroupId> schemaRegionIdList
-
pathPatternTree
public ByteBuffer pathPatternTree
-
isGeneratedByPipe
public boolean isGeneratedByPipe
-
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)
-
isIsGeneratedByPipe
public boolean isIsGeneratedByPipe()
-
setIsGeneratedByPipe
public TDeleteViewSchemaReq setIsGeneratedByPipe(boolean isGeneratedByPipe)
-
unsetIsGeneratedByPipe
public void unsetIsGeneratedByPipe()
-
isSetIsGeneratedByPipe
public boolean isSetIsGeneratedByPipe()
Returns true if field isGeneratedByPipe is set (has been assigned a value) and false otherwise
-
setIsGeneratedByPipeIsSet
public void setIsGeneratedByPipeIsSet(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
-
-