Package org.apache.iotdb.mpp.rpc.thrift
Class TPipeHeartbeatResp
- java.lang.Object
-
- org.apache.iotdb.mpp.rpc.thrift.TPipeHeartbeatResp
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TPipeHeartbeatResp>,org.apache.thrift.TBase<TPipeHeartbeatResp,TPipeHeartbeatResp._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2023-12-27") public class TPipeHeartbeatResp extends Object implements org.apache.thrift.TBase<TPipeHeartbeatResp,TPipeHeartbeatResp._Fields>, Serializable, Cloneable, Comparable<TPipeHeartbeatResp>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTPipeHeartbeatResp._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<TPipeHeartbeatResp._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapList<ByteBuffer>pipeMetaList
-
Constructor Summary
Constructors Constructor Description TPipeHeartbeatResp()TPipeHeartbeatResp(List<ByteBuffer> pipeMetaList)TPipeHeartbeatResp(TPipeHeartbeatResp other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToPipeMetaList(ByteBuffer elem)voidclear()intcompareTo(TPipeHeartbeatResp other)TPipeHeartbeatRespdeepCopy()booleanequals(Object that)booleanequals(TPipeHeartbeatResp that)TPipeHeartbeatResp._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TPipeHeartbeatResp._Fields field)List<ByteBuffer>getPipeMetaList()Iterator<ByteBuffer>getPipeMetaListIterator()intgetPipeMetaListSize()inthashCode()booleanisSet(TPipeHeartbeatResp._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetPipeMetaList()Returns true if field pipeMetaList is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TPipeHeartbeatResp._Fields field, Object value)TPipeHeartbeatRespsetPipeMetaList(List<ByteBuffer> pipeMetaList)voidsetPipeMetaListIsSet(boolean value)StringtoString()voidunsetPipeMetaList()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
pipeMetaList
public List<ByteBuffer> pipeMetaList
-
metaDataMap
public static final Map<TPipeHeartbeatResp._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TPipeHeartbeatResp
public TPipeHeartbeatResp()
-
TPipeHeartbeatResp
public TPipeHeartbeatResp(List<ByteBuffer> pipeMetaList)
-
TPipeHeartbeatResp
public TPipeHeartbeatResp(TPipeHeartbeatResp other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TPipeHeartbeatResp deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TPipeHeartbeatResp,TPipeHeartbeatResp._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TPipeHeartbeatResp,TPipeHeartbeatResp._Fields>
-
getPipeMetaListSize
public int getPipeMetaListSize()
-
getPipeMetaListIterator
public Iterator<ByteBuffer> getPipeMetaListIterator()
-
addToPipeMetaList
public void addToPipeMetaList(ByteBuffer elem)
-
getPipeMetaList
public List<ByteBuffer> getPipeMetaList()
-
setPipeMetaList
public TPipeHeartbeatResp setPipeMetaList(List<ByteBuffer> pipeMetaList)
-
unsetPipeMetaList
public void unsetPipeMetaList()
-
isSetPipeMetaList
public boolean isSetPipeMetaList()
Returns true if field pipeMetaList is set (has been assigned a value) and false otherwise
-
setPipeMetaListIsSet
public void setPipeMetaListIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TPipeHeartbeatResp._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TPipeHeartbeatResp,TPipeHeartbeatResp._Fields>
-
getFieldValue
public Object getFieldValue(TPipeHeartbeatResp._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TPipeHeartbeatResp,TPipeHeartbeatResp._Fields>
-
isSet
public boolean isSet(TPipeHeartbeatResp._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<TPipeHeartbeatResp,TPipeHeartbeatResp._Fields>
-
equals
public boolean equals(TPipeHeartbeatResp that)
-
compareTo
public int compareTo(TPipeHeartbeatResp other)
- Specified by:
compareToin interfaceComparable<TPipeHeartbeatResp>
-
fieldForId
public TPipeHeartbeatResp._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TPipeHeartbeatResp,TPipeHeartbeatResp._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
-
-