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

Classes

enum  _Fields
 

Public Member Functions

 rpc_column (int type_id, int type_size, java.lang.String name)
 
 rpc_column (rpc_column other)
 
rpc_column deepCopy ()
 
void clear ()
 
int getTypeId ()
 
rpc_column setTypeId (int type_id)
 
void unsetTypeId ()
 
boolean isSetTypeId ()
 
void setTypeIdIsSet (boolean value)
 
int getTypeSize ()
 
rpc_column setTypeSize (int type_size)
 
void unsetTypeSize ()
 
boolean isSetTypeSize ()
 
void setTypeSizeIsSet (boolean value)
 
java.lang.String getName ()
 
rpc_column setName (java.lang.String name)
 
void unsetName ()
 
boolean isSetName ()
 
void setNameIsSet (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_column that)
 
int hashCode ()
 
int compareTo (rpc_column 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_column()

confluo.rpc.rpc_column.rpc_column ( rpc_column  other)
inline

Performs a deep copy on other.

Member Function Documentation

◆ isSet()

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

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

◆ isSetName()

boolean confluo.rpc.rpc_column.isSetName ( )
inline

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

◆ isSetTypeId()

boolean confluo.rpc.rpc_column.isSetTypeId ( )
inline

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

◆ isSetTypeSize()

boolean confluo.rpc.rpc_column.isSetTypeSize ( )
inline

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


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