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

Classes

enum  _Fields
 

Public Member Functions

 rpc_iterator_descriptor (long id, rpc_iterator_type type, rpc_data_type data_type, int handler_id)
 
 rpc_iterator_descriptor (rpc_iterator_descriptor other)
 
rpc_iterator_descriptor deepCopy ()
 
void clear ()
 
long getId ()
 
rpc_iterator_descriptor setId (long id)
 
void unsetId ()
 
boolean isSetId ()
 
void setIdIsSet (boolean value)
 
rpc_iterator_type getType ()
 
rpc_iterator_descriptor setType (rpc_iterator_type type)
 
void unsetType ()
 
boolean isSetType ()
 
void setTypeIsSet (boolean value)
 
rpc_data_type getDataType ()
 
rpc_iterator_descriptor setDataType (rpc_data_type data_type)
 
void unsetDataType ()
 
boolean isSetDataType ()
 
void setDataTypeIsSet (boolean value)
 
int getHandlerId ()
 
rpc_iterator_descriptor setHandlerId (int handler_id)
 
void unsetHandlerId ()
 
boolean isSetHandlerId ()
 
void setHandlerIdIsSet (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_descriptor that)
 
int hashCode ()
 
int compareTo (rpc_iterator_descriptor 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_descriptor()

confluo.rpc.rpc_iterator_descriptor.rpc_iterator_descriptor ( rpc_iterator_descriptor  other)
inline

Performs a deep copy on other.

Member Function Documentation

◆ getDataType()

rpc_data_type confluo.rpc.rpc_iterator_descriptor.getDataType ( )
inline
See also
rpc_data_type

◆ getType()

rpc_iterator_type confluo.rpc.rpc_iterator_descriptor.getType ( )
inline

◆ isSet()

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

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

◆ isSetDataType()

boolean confluo.rpc.rpc_iterator_descriptor.isSetDataType ( )
inline

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

◆ isSetHandlerId()

boolean confluo.rpc.rpc_iterator_descriptor.isSetHandlerId ( )
inline

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

◆ isSetId()

boolean confluo.rpc.rpc_iterator_descriptor.isSetId ( )
inline

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

◆ isSetType()

boolean confluo.rpc.rpc_iterator_descriptor.isSetType ( )
inline

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

◆ setDataType()

rpc_iterator_descriptor confluo.rpc.rpc_iterator_descriptor.setDataType ( rpc_data_type  data_type)
inline
See also
rpc_data_type

◆ setType()

rpc_iterator_descriptor confluo.rpc.rpc_iterator_descriptor.setType ( rpc_iterator_type  type)
inline

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