Package org.apache.iotdb.mpp.rpc.thrift
Class TPushSingleTopicMetaReq
- java.lang.Object
-
- org.apache.iotdb.mpp.rpc.thrift.TPushSingleTopicMetaReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TPushSingleTopicMetaReq>,org.apache.thrift.TBase<TPushSingleTopicMetaReq,TPushSingleTopicMetaReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-06-27") public class TPushSingleTopicMetaReq extends Object implements org.apache.thrift.TBase<TPushSingleTopicMetaReq,TPushSingleTopicMetaReq._Fields>, Serializable, Cloneable, Comparable<TPushSingleTopicMetaReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTPushSingleTopicMetaReq._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<TPushSingleTopicMetaReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapByteBuffertopicMetaStringtopicNameToDrop
-
Constructor Summary
Constructors Constructor Description TPushSingleTopicMetaReq()TPushSingleTopicMetaReq(TPushSingleTopicMetaReq other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferbufferForTopicMeta()voidclear()intcompareTo(TPushSingleTopicMetaReq other)TPushSingleTopicMetaReqdeepCopy()booleanequals(Object that)booleanequals(TPushSingleTopicMetaReq that)TPushSingleTopicMetaReq._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TPushSingleTopicMetaReq._Fields field)byte[]getTopicMeta()StringgetTopicNameToDrop()inthashCode()booleanisSet(TPushSingleTopicMetaReq._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetTopicMeta()Returns true if field topicMeta is set (has been assigned a value) and false otherwisebooleanisSetTopicNameToDrop()Returns true if field topicNameToDrop is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TPushSingleTopicMetaReq._Fields field, Object value)TPushSingleTopicMetaReqsetTopicMeta(byte[] topicMeta)TPushSingleTopicMetaReqsetTopicMeta(ByteBuffer topicMeta)voidsetTopicMetaIsSet(boolean value)TPushSingleTopicMetaReqsetTopicNameToDrop(String topicNameToDrop)voidsetTopicNameToDropIsSet(boolean value)StringtoString()voidunsetTopicMeta()voidunsetTopicNameToDrop()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
topicMeta
public ByteBuffer topicMeta
-
topicNameToDrop
public String topicNameToDrop
-
metaDataMap
public static final Map<TPushSingleTopicMetaReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TPushSingleTopicMetaReq
public TPushSingleTopicMetaReq()
-
TPushSingleTopicMetaReq
public TPushSingleTopicMetaReq(TPushSingleTopicMetaReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TPushSingleTopicMetaReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TPushSingleTopicMetaReq,TPushSingleTopicMetaReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TPushSingleTopicMetaReq,TPushSingleTopicMetaReq._Fields>
-
getTopicMeta
public byte[] getTopicMeta()
-
bufferForTopicMeta
public ByteBuffer bufferForTopicMeta()
-
setTopicMeta
public TPushSingleTopicMetaReq setTopicMeta(byte[] topicMeta)
-
setTopicMeta
public TPushSingleTopicMetaReq setTopicMeta(ByteBuffer topicMeta)
-
unsetTopicMeta
public void unsetTopicMeta()
-
isSetTopicMeta
public boolean isSetTopicMeta()
Returns true if field topicMeta is set (has been assigned a value) and false otherwise
-
setTopicMetaIsSet
public void setTopicMetaIsSet(boolean value)
-
getTopicNameToDrop
public String getTopicNameToDrop()
-
setTopicNameToDrop
public TPushSingleTopicMetaReq setTopicNameToDrop(String topicNameToDrop)
-
unsetTopicNameToDrop
public void unsetTopicNameToDrop()
-
isSetTopicNameToDrop
public boolean isSetTopicNameToDrop()
Returns true if field topicNameToDrop is set (has been assigned a value) and false otherwise
-
setTopicNameToDropIsSet
public void setTopicNameToDropIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TPushSingleTopicMetaReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TPushSingleTopicMetaReq,TPushSingleTopicMetaReq._Fields>
-
getFieldValue
public Object getFieldValue(TPushSingleTopicMetaReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TPushSingleTopicMetaReq,TPushSingleTopicMetaReq._Fields>
-
isSet
public boolean isSet(TPushSingleTopicMetaReq._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<TPushSingleTopicMetaReq,TPushSingleTopicMetaReq._Fields>
-
equals
public boolean equals(TPushSingleTopicMetaReq that)
-
compareTo
public int compareTo(TPushSingleTopicMetaReq other)
- Specified by:
compareToin interfaceComparable<TPushSingleTopicMetaReq>
-
fieldForId
public TPushSingleTopicMetaReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TPushSingleTopicMetaReq,TPushSingleTopicMetaReq._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
-
-