Package org.apache.iotdb.mpp.rpc.thrift
Class TFetchSchemaBlackListResp
- java.lang.Object
-
- org.apache.iotdb.mpp.rpc.thrift.TFetchSchemaBlackListResp
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TFetchSchemaBlackListResp>,org.apache.thrift.TBase<TFetchSchemaBlackListResp,TFetchSchemaBlackListResp._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2023-12-27") public class TFetchSchemaBlackListResp extends Object implements org.apache.thrift.TBase<TFetchSchemaBlackListResp,TFetchSchemaBlackListResp._Fields>, Serializable, Cloneable, Comparable<TFetchSchemaBlackListResp>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTFetchSchemaBlackListResp._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<TFetchSchemaBlackListResp._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapByteBufferpathPatternTreeTSStatusstatus
-
Constructor Summary
Constructors Constructor Description TFetchSchemaBlackListResp()TFetchSchemaBlackListResp(TSStatus status, ByteBuffer pathPatternTree)TFetchSchemaBlackListResp(TFetchSchemaBlackListResp other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferbufferForPathPatternTree()voidclear()intcompareTo(TFetchSchemaBlackListResp other)TFetchSchemaBlackListRespdeepCopy()booleanequals(Object that)booleanequals(TFetchSchemaBlackListResp that)TFetchSchemaBlackListResp._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TFetchSchemaBlackListResp._Fields field)byte[]getPathPatternTree()TSStatusgetStatus()inthashCode()booleanisSet(TFetchSchemaBlackListResp._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetPathPatternTree()Returns true if field pathPatternTree is set (has been assigned a value) and false otherwisebooleanisSetStatus()Returns true if field status is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TFetchSchemaBlackListResp._Fields field, Object value)TFetchSchemaBlackListRespsetPathPatternTree(byte[] pathPatternTree)TFetchSchemaBlackListRespsetPathPatternTree(ByteBuffer pathPatternTree)voidsetPathPatternTreeIsSet(boolean value)TFetchSchemaBlackListRespsetStatus(TSStatus status)voidsetStatusIsSet(boolean value)StringtoString()voidunsetPathPatternTree()voidunsetStatus()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
status
public TSStatus status
-
pathPatternTree
public ByteBuffer pathPatternTree
-
metaDataMap
public static final Map<TFetchSchemaBlackListResp._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TFetchSchemaBlackListResp
public TFetchSchemaBlackListResp()
-
TFetchSchemaBlackListResp
public TFetchSchemaBlackListResp(TSStatus status, ByteBuffer pathPatternTree)
-
TFetchSchemaBlackListResp
public TFetchSchemaBlackListResp(TFetchSchemaBlackListResp other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TFetchSchemaBlackListResp deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TFetchSchemaBlackListResp,TFetchSchemaBlackListResp._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TFetchSchemaBlackListResp,TFetchSchemaBlackListResp._Fields>
-
getStatus
public TSStatus getStatus()
-
setStatus
public TFetchSchemaBlackListResp setStatus(TSStatus status)
-
unsetStatus
public void unsetStatus()
-
isSetStatus
public boolean isSetStatus()
Returns true if field status is set (has been assigned a value) and false otherwise
-
setStatusIsSet
public void setStatusIsSet(boolean value)
-
getPathPatternTree
public byte[] getPathPatternTree()
-
bufferForPathPatternTree
public ByteBuffer bufferForPathPatternTree()
-
setPathPatternTree
public TFetchSchemaBlackListResp setPathPatternTree(byte[] pathPatternTree)
-
setPathPatternTree
public TFetchSchemaBlackListResp 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(TFetchSchemaBlackListResp._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TFetchSchemaBlackListResp,TFetchSchemaBlackListResp._Fields>
-
getFieldValue
public Object getFieldValue(TFetchSchemaBlackListResp._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TFetchSchemaBlackListResp,TFetchSchemaBlackListResp._Fields>
-
isSet
public boolean isSet(TFetchSchemaBlackListResp._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<TFetchSchemaBlackListResp,TFetchSchemaBlackListResp._Fields>
-
equals
public boolean equals(TFetchSchemaBlackListResp that)
-
compareTo
public int compareTo(TFetchSchemaBlackListResp other)
- Specified by:
compareToin interfaceComparable<TFetchSchemaBlackListResp>
-
fieldForId
public TFetchSchemaBlackListResp._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TFetchSchemaBlackListResp,TFetchSchemaBlackListResp._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
-
-