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