Package ai.heavy.thrift.server
Class TRawRenderPassDataResult
- java.lang.Object
-
- ai.heavy.thrift.server.TRawRenderPassDataResult
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TRawRenderPassDataResult>,org.apache.thrift.TBase<TRawRenderPassDataResult,TRawRenderPassDataResult._Fields>,org.apache.thrift.TSerializable
public class TRawRenderPassDataResult extends Object implements org.apache.thrift.TBase<TRawRenderPassDataResult,TRawRenderPassDataResult._Fields>, Serializable, Cloneable, Comparable<TRawRenderPassDataResult>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTRawRenderPassDataResult._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description ByteBufferaccum_dataintaccum_depthstatic Map<TRawRenderPassDataResult._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapintnum_pixel_channelsintnum_pixel_samplesByteBufferpixelsByteBufferrow_ids_AByteBufferrow_ids_BByteBuffertable_ids
-
Constructor Summary
Constructors Constructor Description TRawRenderPassDataResult()TRawRenderPassDataResult(int num_pixel_channels, int num_pixel_samples, ByteBuffer pixels, ByteBuffer row_ids_A, ByteBuffer row_ids_B, ByteBuffer table_ids, ByteBuffer accum_data, int accum_depth)TRawRenderPassDataResult(TRawRenderPassDataResult other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferbufferForAccum_data()ByteBufferbufferForPixels()ByteBufferbufferForRow_ids_A()ByteBufferbufferForRow_ids_B()ByteBufferbufferForTable_ids()voidclear()intcompareTo(TRawRenderPassDataResult other)TRawRenderPassDataResultdeepCopy()booleanequals(TRawRenderPassDataResult that)booleanequals(Object that)TRawRenderPassDataResult._FieldsfieldForId(int fieldId)byte[]getAccum_data()intgetAccum_depth()ObjectgetFieldValue(TRawRenderPassDataResult._Fields field)intgetNum_pixel_channels()intgetNum_pixel_samples()byte[]getPixels()byte[]getRow_ids_A()byte[]getRow_ids_B()byte[]getTable_ids()inthashCode()booleanisSet(TRawRenderPassDataResult._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetAccum_data()Returns true if field accum_data is set (has been assigned a value) and false otherwisebooleanisSetAccum_depth()Returns true if field accum_depth is set (has been assigned a value) and false otherwisebooleanisSetNum_pixel_channels()Returns true if field num_pixel_channels is set (has been assigned a value) and false otherwisebooleanisSetNum_pixel_samples()Returns true if field num_pixel_samples is set (has been assigned a value) and false otherwisebooleanisSetPixels()Returns true if field pixels is set (has been assigned a value) and false otherwisebooleanisSetRow_ids_A()Returns true if field row_ids_A is set (has been assigned a value) and false otherwisebooleanisSetRow_ids_B()Returns true if field row_ids_B is set (has been assigned a value) and false otherwisebooleanisSetTable_ids()Returns true if field table_ids is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)TRawRenderPassDataResultsetAccum_data(byte[] accum_data)TRawRenderPassDataResultsetAccum_data(ByteBuffer accum_data)voidsetAccum_dataIsSet(boolean value)TRawRenderPassDataResultsetAccum_depth(int accum_depth)voidsetAccum_depthIsSet(boolean value)voidsetFieldValue(TRawRenderPassDataResult._Fields field, Object value)TRawRenderPassDataResultsetNum_pixel_channels(int num_pixel_channels)voidsetNum_pixel_channelsIsSet(boolean value)TRawRenderPassDataResultsetNum_pixel_samples(int num_pixel_samples)voidsetNum_pixel_samplesIsSet(boolean value)TRawRenderPassDataResultsetPixels(byte[] pixels)TRawRenderPassDataResultsetPixels(ByteBuffer pixels)voidsetPixelsIsSet(boolean value)TRawRenderPassDataResultsetRow_ids_A(byte[] row_ids_A)TRawRenderPassDataResultsetRow_ids_A(ByteBuffer row_ids_A)voidsetRow_ids_AIsSet(boolean value)TRawRenderPassDataResultsetRow_ids_B(byte[] row_ids_B)TRawRenderPassDataResultsetRow_ids_B(ByteBuffer row_ids_B)voidsetRow_ids_BIsSet(boolean value)TRawRenderPassDataResultsetTable_ids(byte[] table_ids)TRawRenderPassDataResultsetTable_ids(ByteBuffer table_ids)voidsetTable_idsIsSet(boolean value)StringtoString()voidunsetAccum_data()voidunsetAccum_depth()voidunsetNum_pixel_channels()voidunsetNum_pixel_samples()voidunsetPixels()voidunsetRow_ids_A()voidunsetRow_ids_B()voidunsetTable_ids()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
num_pixel_channels
public int num_pixel_channels
-
num_pixel_samples
public int num_pixel_samples
-
pixels
public ByteBuffer pixels
-
row_ids_A
public ByteBuffer row_ids_A
-
row_ids_B
public ByteBuffer row_ids_B
-
table_ids
public ByteBuffer table_ids
-
accum_data
public ByteBuffer accum_data
-
accum_depth
public int accum_depth
-
metaDataMap
public static final Map<TRawRenderPassDataResult._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TRawRenderPassDataResult
public TRawRenderPassDataResult()
-
TRawRenderPassDataResult
public TRawRenderPassDataResult(int num_pixel_channels, int num_pixel_samples, ByteBuffer pixels, ByteBuffer row_ids_A, ByteBuffer row_ids_B, ByteBuffer table_ids, ByteBuffer accum_data, int accum_depth)
-
TRawRenderPassDataResult
public TRawRenderPassDataResult(TRawRenderPassDataResult other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TRawRenderPassDataResult deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TRawRenderPassDataResult,TRawRenderPassDataResult._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TRawRenderPassDataResult,TRawRenderPassDataResult._Fields>
-
getNum_pixel_channels
public int getNum_pixel_channels()
-
setNum_pixel_channels
public TRawRenderPassDataResult setNum_pixel_channels(int num_pixel_channels)
-
unsetNum_pixel_channels
public void unsetNum_pixel_channels()
-
isSetNum_pixel_channels
public boolean isSetNum_pixel_channels()
Returns true if field num_pixel_channels is set (has been assigned a value) and false otherwise
-
setNum_pixel_channelsIsSet
public void setNum_pixel_channelsIsSet(boolean value)
-
getNum_pixel_samples
public int getNum_pixel_samples()
-
setNum_pixel_samples
public TRawRenderPassDataResult setNum_pixel_samples(int num_pixel_samples)
-
unsetNum_pixel_samples
public void unsetNum_pixel_samples()
-
isSetNum_pixel_samples
public boolean isSetNum_pixel_samples()
Returns true if field num_pixel_samples is set (has been assigned a value) and false otherwise
-
setNum_pixel_samplesIsSet
public void setNum_pixel_samplesIsSet(boolean value)
-
getPixels
public byte[] getPixels()
-
bufferForPixels
public ByteBuffer bufferForPixels()
-
setPixels
public TRawRenderPassDataResult setPixels(byte[] pixels)
-
setPixels
public TRawRenderPassDataResult setPixels(ByteBuffer pixels)
-
unsetPixels
public void unsetPixels()
-
isSetPixels
public boolean isSetPixels()
Returns true if field pixels is set (has been assigned a value) and false otherwise
-
setPixelsIsSet
public void setPixelsIsSet(boolean value)
-
getRow_ids_A
public byte[] getRow_ids_A()
-
bufferForRow_ids_A
public ByteBuffer bufferForRow_ids_A()
-
setRow_ids_A
public TRawRenderPassDataResult setRow_ids_A(byte[] row_ids_A)
-
setRow_ids_A
public TRawRenderPassDataResult setRow_ids_A(ByteBuffer row_ids_A)
-
unsetRow_ids_A
public void unsetRow_ids_A()
-
isSetRow_ids_A
public boolean isSetRow_ids_A()
Returns true if field row_ids_A is set (has been assigned a value) and false otherwise
-
setRow_ids_AIsSet
public void setRow_ids_AIsSet(boolean value)
-
getRow_ids_B
public byte[] getRow_ids_B()
-
bufferForRow_ids_B
public ByteBuffer bufferForRow_ids_B()
-
setRow_ids_B
public TRawRenderPassDataResult setRow_ids_B(byte[] row_ids_B)
-
setRow_ids_B
public TRawRenderPassDataResult setRow_ids_B(ByteBuffer row_ids_B)
-
unsetRow_ids_B
public void unsetRow_ids_B()
-
isSetRow_ids_B
public boolean isSetRow_ids_B()
Returns true if field row_ids_B is set (has been assigned a value) and false otherwise
-
setRow_ids_BIsSet
public void setRow_ids_BIsSet(boolean value)
-
getTable_ids
public byte[] getTable_ids()
-
bufferForTable_ids
public ByteBuffer bufferForTable_ids()
-
setTable_ids
public TRawRenderPassDataResult setTable_ids(byte[] table_ids)
-
setTable_ids
public TRawRenderPassDataResult setTable_ids(ByteBuffer table_ids)
-
unsetTable_ids
public void unsetTable_ids()
-
isSetTable_ids
public boolean isSetTable_ids()
Returns true if field table_ids is set (has been assigned a value) and false otherwise
-
setTable_idsIsSet
public void setTable_idsIsSet(boolean value)
-
getAccum_data
public byte[] getAccum_data()
-
bufferForAccum_data
public ByteBuffer bufferForAccum_data()
-
setAccum_data
public TRawRenderPassDataResult setAccum_data(byte[] accum_data)
-
setAccum_data
public TRawRenderPassDataResult setAccum_data(ByteBuffer accum_data)
-
unsetAccum_data
public void unsetAccum_data()
-
isSetAccum_data
public boolean isSetAccum_data()
Returns true if field accum_data is set (has been assigned a value) and false otherwise
-
setAccum_dataIsSet
public void setAccum_dataIsSet(boolean value)
-
getAccum_depth
public int getAccum_depth()
-
setAccum_depth
public TRawRenderPassDataResult setAccum_depth(int accum_depth)
-
unsetAccum_depth
public void unsetAccum_depth()
-
isSetAccum_depth
public boolean isSetAccum_depth()
Returns true if field accum_depth is set (has been assigned a value) and false otherwise
-
setAccum_depthIsSet
public void setAccum_depthIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TRawRenderPassDataResult._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TRawRenderPassDataResult,TRawRenderPassDataResult._Fields>
-
getFieldValue
public Object getFieldValue(TRawRenderPassDataResult._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TRawRenderPassDataResult,TRawRenderPassDataResult._Fields>
-
isSet
public boolean isSet(TRawRenderPassDataResult._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<TRawRenderPassDataResult,TRawRenderPassDataResult._Fields>
-
equals
public boolean equals(TRawRenderPassDataResult that)
-
compareTo
public int compareTo(TRawRenderPassDataResult other)
- Specified by:
compareToin interfaceComparable<TRawRenderPassDataResult>
-
fieldForId
public TRawRenderPassDataResult._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TRawRenderPassDataResult,TRawRenderPassDataResult._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
-
-