@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2016-06-24") public class TResult extends Object implements Serializable, Cloneable, Comparable<TResult>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
TResult._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
List<TColumnValue> | 
columnValues  | 
static Map<TResult._Fields,org.apache.thrift.meta_data.FieldMetaData> | 
metaDataMap  | 
ByteBuffer | 
row  | 
| Constructor and Description | 
|---|
TResult()  | 
TResult(List<TColumnValue> columnValues)  | 
TResult(TResult other)
Performs a deep copy on other. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addToColumnValues(TColumnValue elem)  | 
ByteBuffer | 
bufferForRow()  | 
void | 
clear()  | 
int | 
compareTo(TResult other)  | 
TResult | 
deepCopy()  | 
boolean | 
equals(Object that)  | 
boolean | 
equals(TResult that)  | 
TResult._Fields | 
fieldForId(int fieldId)  | 
List<TColumnValue> | 
getColumnValues()  | 
Iterator<TColumnValue> | 
getColumnValuesIterator()  | 
int | 
getColumnValuesSize()  | 
Object | 
getFieldValue(TResult._Fields field)  | 
byte[] | 
getRow()  | 
int | 
hashCode()  | 
boolean | 
isSet(TResult._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise 
 | 
boolean | 
isSetColumnValues()
Returns true if field columnValues is set (has been assigned a value) and false otherwise 
 | 
boolean | 
isSetRow()
Returns true if field row is set (has been assigned a value) and false otherwise 
 | 
void | 
read(org.apache.thrift.protocol.TProtocol iprot)  | 
TResult | 
setColumnValues(List<TColumnValue> columnValues)  | 
void | 
setColumnValuesIsSet(boolean value)  | 
void | 
setFieldValue(TResult._Fields field,
             Object value)  | 
TResult | 
setRow(byte[] row)  | 
TResult | 
setRow(ByteBuffer row)  | 
void | 
setRowIsSet(boolean value)  | 
String | 
toString()  | 
void | 
unsetColumnValues()  | 
void | 
unsetRow()  | 
void | 
validate()  | 
void | 
write(org.apache.thrift.protocol.TProtocol oprot)  | 
public ByteBuffer row
public List<TColumnValue> columnValues
public static final Map<TResult._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TResult()
public TResult(List<TColumnValue> columnValues)
public TResult(TResult other)
public TResult deepCopy()
public void clear()
public byte[] getRow()
public ByteBuffer bufferForRow()
public TResult setRow(byte[] row)
public TResult setRow(ByteBuffer row)
public void unsetRow()
public boolean isSetRow()
public void setRowIsSet(boolean value)
public int getColumnValuesSize()
public Iterator<TColumnValue> getColumnValuesIterator()
public void addToColumnValues(TColumnValue elem)
public List<TColumnValue> getColumnValues()
public TResult setColumnValues(List<TColumnValue> columnValues)
public void unsetColumnValues()
public boolean isSetColumnValues()
public void setColumnValuesIsSet(boolean value)
public void setFieldValue(TResult._Fields field, Object value)
public Object getFieldValue(TResult._Fields field)
public boolean isSet(TResult._Fields field)
public boolean equals(TResult that)
public int compareTo(TResult other)
compareTo in interface Comparable<TResult>public TResult._Fields fieldForId(int fieldId)
public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void validate()
              throws org.apache.thrift.TException
org.apache.thrift.TException