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

Classes

enum  _Fields
 

Public Member Functions

 rpc_iterator_handle (rpc_iterator_descriptor desc, java.nio.ByteBuffer data, int num_entries, boolean has_more)
 
 rpc_iterator_handle (rpc_iterator_handle other)
 
rpc_iterator_handle deepCopy ()
 
void clear ()
 
rpc_iterator_descriptor getDesc ()
 
rpc_iterator_handle setDesc (rpc_iterator_descriptor desc)
 
void unsetDesc ()
 
boolean isSetDesc ()
 
void setDescIsSet (boolean value)
 
byte [] getData ()
 
java.nio.ByteBuffer bufferForData ()
 
rpc_iterator_handle setData (byte[] data)
 
rpc_iterator_handle setData (java.nio.ByteBuffer data)
 
void unsetData ()
 
boolean isSetData ()
 
void setDataIsSet (boolean value)
 
int getNumEntries ()
 
rpc_iterator_handle setNumEntries (int num_entries)
 
void unsetNumEntries ()
 
boolean isSetNumEntries ()
 
void setNumEntriesIsSet (boolean value)
 
boolean isHasMore ()
 
rpc_iterator_handle setHasMore (boolean has_more)
 
void unsetHasMore ()
 
boolean isSetHasMore ()
 
void setHasMoreIsSet (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_iterator_handle that)
 
int hashCode ()
 
int compareTo (rpc_iterator_handle 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_iterator_handle()

confluo.rpc.rpc_iterator_handle.rpc_iterator_handle ( rpc_iterator_handle  other)
inline

Performs a deep copy on other.

Member Function Documentation

◆ isSet()

boolean confluo.rpc.rpc_iterator_handle.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_iterator_handle.isSetData ( )
inline

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

◆ isSetDesc()

boolean confluo.rpc.rpc_iterator_handle.isSetDesc ( )
inline

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

◆ isSetHasMore()

boolean confluo.rpc.rpc_iterator_handle.isSetHasMore ( )
inline

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

◆ isSetNumEntries()

boolean confluo.rpc.rpc_iterator_handle.isSetNumEntries ( )
inline

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


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