Class TConfigs
java.lang.Object
org.apache.iotdb.ainode.rpc.thrift.TConfigs
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TConfigs>,org.apache.thrift.TBase<TConfigs,,TConfigs._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)",
date="2025-07-03")
public class TConfigs
extends Object
implements org.apache.thrift.TBase<TConfigs,TConfigs._Fields>, Serializable, Cloneable, Comparable<TConfigs>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<TConfigs._Fields,org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToInput_shape(int elem) voidaddToInput_type(byte elem) voidaddToOutput_shape(int elem) voidaddToOutput_type(byte elem) voidclear()intdeepCopy()booleanbooleanfieldForId(int fieldId) getFieldValue(TConfigs._Fields field) intintintintinthashCode()booleanisSet(TConfigs._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field input_shape is set (has been assigned a value) and false otherwisebooleanReturns true if field input_type is set (has been assigned a value) and false otherwisebooleanReturns true if field output_shape is set (has been assigned a value) and false otherwisebooleanReturns true if field output_type is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) voidsetFieldValue(TConfigs._Fields field, Object value) setInput_shape(List<Integer> input_shape) voidsetInput_shapeIsSet(boolean value) setInput_type(List<Byte> input_type) voidsetInput_typeIsSet(boolean value) setOutput_shape(List<Integer> output_shape) voidsetOutput_shapeIsSet(boolean value) setOutput_type(List<Byte> output_type) voidsetOutput_typeIsSet(boolean value) toString()voidvoidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
input_shape
-
output_shape
-
input_type
-
output_type
-
metaDataMap
-
-
Constructor Details
-
TConfigs
public TConfigs() -
TConfigs
-
TConfigs
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TConfigs,TConfigs._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<TConfigs,TConfigs._Fields>
-
getInput_shapeSize
public int getInput_shapeSize() -
getInput_shapeIterator
-
addToInput_shape
public void addToInput_shape(int elem) -
getInput_shape
-
setInput_shape
-
unsetInput_shape
public void unsetInput_shape() -
isSetInput_shape
public boolean isSetInput_shape()Returns true if field input_shape is set (has been assigned a value) and false otherwise -
setInput_shapeIsSet
public void setInput_shapeIsSet(boolean value) -
getOutput_shapeSize
public int getOutput_shapeSize() -
getOutput_shapeIterator
-
addToOutput_shape
public void addToOutput_shape(int elem) -
getOutput_shape
-
setOutput_shape
-
unsetOutput_shape
public void unsetOutput_shape() -
isSetOutput_shape
public boolean isSetOutput_shape()Returns true if field output_shape is set (has been assigned a value) and false otherwise -
setOutput_shapeIsSet
public void setOutput_shapeIsSet(boolean value) -
getInput_typeSize
public int getInput_typeSize() -
getInput_typeIterator
-
addToInput_type
public void addToInput_type(byte elem) -
getInput_type
-
setInput_type
-
unsetInput_type
public void unsetInput_type() -
isSetInput_type
public boolean isSetInput_type()Returns true if field input_type is set (has been assigned a value) and false otherwise -
setInput_typeIsSet
public void setInput_typeIsSet(boolean value) -
getOutput_typeSize
public int getOutput_typeSize() -
getOutput_typeIterator
-
addToOutput_type
public void addToOutput_type(byte elem) -
getOutput_type
-
setOutput_type
-
unsetOutput_type
public void unsetOutput_type() -
isSetOutput_type
public boolean isSetOutput_type()Returns true if field output_type is set (has been assigned a value) and false otherwise -
setOutput_typeIsSet
public void setOutput_typeIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TConfigs,TConfigs._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TConfigs,TConfigs._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<TConfigs,TConfigs._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<TConfigs>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TConfigs,TConfigs._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
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-