Package ai.heavy.thrift.server
Class TRenderDatum
- java.lang.Object
-
- ai.heavy.thrift.server.TRenderDatum
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TRenderDatum>,org.apache.thrift.TBase<TRenderDatum,TRenderDatum._Fields>,org.apache.thrift.TSerializable
public class TRenderDatum extends Object implements org.apache.thrift.TBase<TRenderDatum,TRenderDatum._Fields>, Serializable, Cloneable, Comparable<TRenderDatum>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTRenderDatum._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description intcntstatic Map<TRenderDatum._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapTDatumTypetypeByteBuffervalue
-
Constructor Summary
Constructors Constructor Description TRenderDatum()TRenderDatum(TDatumType type, int cnt, ByteBuffer value)TRenderDatum(TRenderDatum other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferbufferForValue()voidclear()intcompareTo(TRenderDatum other)TRenderDatumdeepCopy()booleanequals(TRenderDatum that)booleanequals(Object that)TRenderDatum._FieldsfieldForId(int fieldId)intgetCnt()ObjectgetFieldValue(TRenderDatum._Fields field)TDatumTypegetType()byte[]getValue()inthashCode()booleanisSet(TRenderDatum._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetCnt()Returns true if field cnt is set (has been assigned a value) and false otherwisebooleanisSetType()Returns true if field type is set (has been assigned a value) and false otherwisebooleanisSetValue()Returns true if field value is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)TRenderDatumsetCnt(int cnt)voidsetCntIsSet(boolean value)voidsetFieldValue(TRenderDatum._Fields field, Object value)TRenderDatumsetType(TDatumType type)voidsetTypeIsSet(boolean value)TRenderDatumsetValue(byte[] value)TRenderDatumsetValue(ByteBuffer value)voidsetValueIsSet(boolean value)StringtoString()voidunsetCnt()voidunsetType()voidunsetValue()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
type
public TDatumType type
- See Also:
TDatumType
-
cnt
public int cnt
-
value
public ByteBuffer value
-
metaDataMap
public static final Map<TRenderDatum._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TRenderDatum
public TRenderDatum()
-
TRenderDatum
public TRenderDatum(TDatumType type, int cnt, ByteBuffer value)
-
TRenderDatum
public TRenderDatum(TRenderDatum other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TRenderDatum deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TRenderDatum,TRenderDatum._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TRenderDatum,TRenderDatum._Fields>
-
getType
public TDatumType getType()
- See Also:
TDatumType
-
setType
public TRenderDatum setType(TDatumType type)
- See Also:
TDatumType
-
unsetType
public void unsetType()
-
isSetType
public boolean isSetType()
Returns true if field type is set (has been assigned a value) and false otherwise
-
setTypeIsSet
public void setTypeIsSet(boolean value)
-
getCnt
public int getCnt()
-
setCnt
public TRenderDatum setCnt(int cnt)
-
unsetCnt
public void unsetCnt()
-
isSetCnt
public boolean isSetCnt()
Returns true if field cnt is set (has been assigned a value) and false otherwise
-
setCntIsSet
public void setCntIsSet(boolean value)
-
getValue
public byte[] getValue()
-
bufferForValue
public ByteBuffer bufferForValue()
-
setValue
public TRenderDatum setValue(byte[] value)
-
setValue
public TRenderDatum setValue(ByteBuffer value)
-
unsetValue
public void unsetValue()
-
isSetValue
public boolean isSetValue()
Returns true if field value is set (has been assigned a value) and false otherwise
-
setValueIsSet
public void setValueIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TRenderDatum._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TRenderDatum,TRenderDatum._Fields>
-
getFieldValue
public Object getFieldValue(TRenderDatum._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TRenderDatum,TRenderDatum._Fields>
-
isSet
public boolean isSet(TRenderDatum._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<TRenderDatum,TRenderDatum._Fields>
-
equals
public boolean equals(TRenderDatum that)
-
compareTo
public int compareTo(TRenderDatum other)
- Specified by:
compareToin interfaceComparable<TRenderDatum>
-
fieldForId
public TRenderDatum._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TRenderDatum,TRenderDatum._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
-
-