Confluo  0.1.0
Classes | Public Member Functions | Static Public Attributes | List of all members
confluo.rpc.rpc_record_block Class Reference
Inheritance diagram for confluo.rpc.rpc_record_block:

Classes

enum  _Fields
 

Public Member Functions

 rpc_record_block (long time_block, java.nio.ByteBuffer data, long nrecords)
 
 rpc_record_block (rpc_record_block other)
 
rpc_record_block deepCopy ()
 
void clear ()
 
long getTimeBlock ()
 
rpc_record_block setTimeBlock (long time_block)
 
void unsetTimeBlock ()
 
boolean isSetTimeBlock ()
 
void setTimeBlockIsSet (boolean value)
 
byte [] getData ()
 
java.nio.ByteBuffer bufferForData ()
 
rpc_record_block setData (byte[] data)
 
rpc_record_block setData (java.nio.ByteBuffer data)
 
void unsetData ()
 
boolean isSetData ()
 
void setDataIsSet (boolean value)
 
long getNrecords ()
 
rpc_record_block setNrecords (long nrecords)
 
void unsetNrecords ()
 
boolean isSetNrecords ()
 
void setNrecordsIsSet (boolean value)
 
void setFieldValue (_Fields field, java.lang.Object value)
 
java.lang.Object getFieldValue (_Fields field)
 
boolean isSet (_Fields field)
 
boolean equals (java.lang.Object that)
 
boolean equals (rpc_record_block that)
 
int hashCode ()
 
int compareTo (rpc_record_block other)
 
_Fields fieldForId (int fieldId)
 
void read (org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
 
void write (org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
 
java.lang.String toString ()
 
void validate () throws org.apache.thrift.TException
 

Static Public Attributes

static final java.util.Map< _Fields, org.apache.thrift.meta_data.FieldMetaData > metaDataMap
 

Constructor & Destructor Documentation

◆ rpc_record_block()

confluo.rpc.rpc_record_block.rpc_record_block ( rpc_record_block  other)
inline

Performs a deep copy on other.

Member Function Documentation

◆ isSet()

boolean confluo.rpc.rpc_record_block.isSet ( _Fields  field)
inline

Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

◆ isSetData()

boolean confluo.rpc.rpc_record_block.isSetData ( )
inline

Returns true if field data is set (has been assigned a value) and false otherwise

◆ isSetNrecords()

boolean confluo.rpc.rpc_record_block.isSetNrecords ( )
inline

Returns true if field nrecords is set (has been assigned a value) and false otherwise

◆ isSetTimeBlock()

boolean confluo.rpc.rpc_record_block.isSetTimeBlock ( )
inline

Returns true if field time_block is set (has been assigned a value) and false otherwise


The documentation for this class was generated from the following file: