public class TRowSet extends java.lang.Object implements org.apache.thrift.TBase<TRowSet,TRowSet._Fields>, java.io.Serializable, java.lang.Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
TRowSet._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TRowSet._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
TRowSet() |
TRowSet(long startRowOffset,
java.util.List<TRow> rows) |
TRowSet(TRowSet other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
addToColumns(TColumn elem) |
void |
addToRows(TRow elem) |
void |
clear() |
int |
compareTo(TRowSet other) |
TRowSet |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(TRowSet that) |
TRowSet._Fields |
fieldForId(int fieldId) |
java.util.List<TColumn> |
getColumns() |
java.util.Iterator<TColumn> |
getColumnsIterator() |
int |
getColumnsSize() |
java.lang.Object |
getFieldValue(TRowSet._Fields field) |
java.util.List<TRow> |
getRows() |
java.util.Iterator<TRow> |
getRowsIterator() |
int |
getRowsSize() |
long |
getStartRowOffset() |
int |
hashCode() |
boolean |
isSet(TRowSet._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetColumns()
Returns true if field columns is set (has been assigned a value) and false otherwise
|
boolean |
isSetRows()
Returns true if field rows is set (has been assigned a value) and false otherwise
|
boolean |
isSetStartRowOffset()
Returns true if field startRowOffset is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setColumns(java.util.List<TColumn> columns) |
void |
setColumnsIsSet(boolean value) |
void |
setFieldValue(TRowSet._Fields field,
java.lang.Object value) |
void |
setRows(java.util.List<TRow> rows) |
void |
setRowsIsSet(boolean value) |
void |
setStartRowOffset(long startRowOffset) |
void |
setStartRowOffsetIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetColumns() |
void |
unsetRows() |
void |
unsetStartRowOffset() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final java.util.Map<TRowSet._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TRowSet()
public TRowSet(long startRowOffset, java.util.List<TRow> rows)
public TRowSet(TRowSet other)
public TRowSet deepCopy()
deepCopy
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
public long getStartRowOffset()
public void setStartRowOffset(long startRowOffset)
public void unsetStartRowOffset()
public boolean isSetStartRowOffset()
public void setStartRowOffsetIsSet(boolean value)
public int getRowsSize()
public java.util.Iterator<TRow> getRowsIterator()
public void addToRows(TRow elem)
public java.util.List<TRow> getRows()
public void setRows(java.util.List<TRow> rows)
public void unsetRows()
public boolean isSetRows()
public void setRowsIsSet(boolean value)
public int getColumnsSize()
public java.util.Iterator<TColumn> getColumnsIterator()
public void addToColumns(TColumn elem)
public java.util.List<TColumn> getColumns()
public void setColumns(java.util.List<TColumn> columns)
public void unsetColumns()
public boolean isSetColumns()
public void setColumnsIsSet(boolean value)
public void setFieldValue(TRowSet._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
public java.lang.Object getFieldValue(TRowSet._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
public boolean isSet(TRowSet._Fields field)
isSet
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(TRowSet that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(TRowSet other)
compareTo
in interface java.lang.Comparable<TRowSet>
public TRowSet._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2012 The Apache Software Foundation