Class TRuntimeConfiguration
- java.lang.Object
-
- org.apache.iotdb.confignode.rpc.thrift.TRuntimeConfiguration
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TRuntimeConfiguration>,org.apache.thrift.TBase<TRuntimeConfiguration,TRuntimeConfiguration._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-04-19") public class TRuntimeConfiguration extends Object implements org.apache.thrift.TBase<TRuntimeConfiguration,TRuntimeConfiguration._Fields>, Serializable, Cloneable, Comparable<TRuntimeConfiguration>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTRuntimeConfiguration._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description List<ByteBuffer>allPipeInformationList<ByteBuffer>allTriggerInformationByteBufferallTTLInformationList<ByteBuffer>allUDFInformationstatic Map<TRuntimeConfiguration._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapByteBuffertemplateInfo
-
Constructor Summary
Constructors Constructor Description TRuntimeConfiguration()TRuntimeConfiguration(ByteBuffer templateInfo, List<ByteBuffer> allTriggerInformation, List<ByteBuffer> allUDFInformation, ByteBuffer allTTLInformation, List<ByteBuffer> allPipeInformation)TRuntimeConfiguration(TRuntimeConfiguration other)Performs a deep copy on other.
-
Method Summary
-
-
-
Field Detail
-
templateInfo
public ByteBuffer templateInfo
-
allTriggerInformation
public List<ByteBuffer> allTriggerInformation
-
allUDFInformation
public List<ByteBuffer> allUDFInformation
-
allTTLInformation
public ByteBuffer allTTLInformation
-
allPipeInformation
public List<ByteBuffer> allPipeInformation
-
metaDataMap
public static final Map<TRuntimeConfiguration._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TRuntimeConfiguration
public TRuntimeConfiguration()
-
TRuntimeConfiguration
public TRuntimeConfiguration(ByteBuffer templateInfo, List<ByteBuffer> allTriggerInformation, List<ByteBuffer> allUDFInformation, ByteBuffer allTTLInformation, List<ByteBuffer> allPipeInformation)
-
TRuntimeConfiguration
public TRuntimeConfiguration(TRuntimeConfiguration other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TRuntimeConfiguration deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TRuntimeConfiguration,TRuntimeConfiguration._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TRuntimeConfiguration,TRuntimeConfiguration._Fields>
-
getTemplateInfo
public byte[] getTemplateInfo()
-
bufferForTemplateInfo
public ByteBuffer bufferForTemplateInfo()
-
setTemplateInfo
public TRuntimeConfiguration setTemplateInfo(byte[] templateInfo)
-
setTemplateInfo
public TRuntimeConfiguration setTemplateInfo(ByteBuffer templateInfo)
-
unsetTemplateInfo
public void unsetTemplateInfo()
-
isSetTemplateInfo
public boolean isSetTemplateInfo()
Returns true if field templateInfo is set (has been assigned a value) and false otherwise
-
setTemplateInfoIsSet
public void setTemplateInfoIsSet(boolean value)
-
getAllTriggerInformationSize
public int getAllTriggerInformationSize()
-
getAllTriggerInformationIterator
public Iterator<ByteBuffer> getAllTriggerInformationIterator()
-
addToAllTriggerInformation
public void addToAllTriggerInformation(ByteBuffer elem)
-
getAllTriggerInformation
public List<ByteBuffer> getAllTriggerInformation()
-
setAllTriggerInformation
public TRuntimeConfiguration setAllTriggerInformation(List<ByteBuffer> allTriggerInformation)
-
unsetAllTriggerInformation
public void unsetAllTriggerInformation()
-
isSetAllTriggerInformation
public boolean isSetAllTriggerInformation()
Returns true if field allTriggerInformation is set (has been assigned a value) and false otherwise
-
setAllTriggerInformationIsSet
public void setAllTriggerInformationIsSet(boolean value)
-
getAllUDFInformationSize
public int getAllUDFInformationSize()
-
getAllUDFInformationIterator
public Iterator<ByteBuffer> getAllUDFInformationIterator()
-
addToAllUDFInformation
public void addToAllUDFInformation(ByteBuffer elem)
-
getAllUDFInformation
public List<ByteBuffer> getAllUDFInformation()
-
setAllUDFInformation
public TRuntimeConfiguration setAllUDFInformation(List<ByteBuffer> allUDFInformation)
-
unsetAllUDFInformation
public void unsetAllUDFInformation()
-
isSetAllUDFInformation
public boolean isSetAllUDFInformation()
Returns true if field allUDFInformation is set (has been assigned a value) and false otherwise
-
setAllUDFInformationIsSet
public void setAllUDFInformationIsSet(boolean value)
-
getAllTTLInformation
public byte[] getAllTTLInformation()
-
bufferForAllTTLInformation
public ByteBuffer bufferForAllTTLInformation()
-
setAllTTLInformation
public TRuntimeConfiguration setAllTTLInformation(byte[] allTTLInformation)
-
setAllTTLInformation
public TRuntimeConfiguration setAllTTLInformation(ByteBuffer allTTLInformation)
-
unsetAllTTLInformation
public void unsetAllTTLInformation()
-
isSetAllTTLInformation
public boolean isSetAllTTLInformation()
Returns true if field allTTLInformation is set (has been assigned a value) and false otherwise
-
setAllTTLInformationIsSet
public void setAllTTLInformationIsSet(boolean value)
-
getAllPipeInformationSize
public int getAllPipeInformationSize()
-
getAllPipeInformationIterator
public Iterator<ByteBuffer> getAllPipeInformationIterator()
-
addToAllPipeInformation
public void addToAllPipeInformation(ByteBuffer elem)
-
getAllPipeInformation
public List<ByteBuffer> getAllPipeInformation()
-
setAllPipeInformation
public TRuntimeConfiguration setAllPipeInformation(List<ByteBuffer> allPipeInformation)
-
unsetAllPipeInformation
public void unsetAllPipeInformation()
-
isSetAllPipeInformation
public boolean isSetAllPipeInformation()
Returns true if field allPipeInformation is set (has been assigned a value) and false otherwise
-
setAllPipeInformationIsSet
public void setAllPipeInformationIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TRuntimeConfiguration._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TRuntimeConfiguration,TRuntimeConfiguration._Fields>
-
getFieldValue
public Object getFieldValue(TRuntimeConfiguration._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TRuntimeConfiguration,TRuntimeConfiguration._Fields>
-
isSet
public boolean isSet(TRuntimeConfiguration._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<TRuntimeConfiguration,TRuntimeConfiguration._Fields>
-
equals
public boolean equals(TRuntimeConfiguration that)
-
compareTo
public int compareTo(TRuntimeConfiguration other)
- Specified by:
compareToin interfaceComparable<TRuntimeConfiguration>
-
fieldForId
public TRuntimeConfiguration._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TRuntimeConfiguration,TRuntimeConfiguration._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
-
-