| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.thrift2.generated | 
| Modifier and Type | Field and Description | 
|---|---|
List<TColumn> | 
TDelete.columns  | 
List<TColumn> | 
TGet.columns  | 
List<TColumn> | 
TScan.columns  | 
| Modifier and Type | Method and Description | 
|---|---|
TColumn | 
TColumn.deepCopy()  | 
TColumn | 
TColumn.setFamily(byte[] family)  | 
TColumn | 
TColumn.setFamily(ByteBuffer family)  | 
TColumn | 
TColumn.setQualifier(byte[] qualifier)  | 
TColumn | 
TColumn.setQualifier(ByteBuffer qualifier)  | 
TColumn | 
TColumn.setTimestamp(long timestamp)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<TColumn> | 
TDelete.getColumns()  | 
List<TColumn> | 
TGet.getColumns()  | 
List<TColumn> | 
TScan.getColumns()  | 
Iterator<TColumn> | 
TDelete.getColumnsIterator()  | 
Iterator<TColumn> | 
TGet.getColumnsIterator()  | 
Iterator<TColumn> | 
TScan.getColumnsIterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TDelete.addToColumns(TColumn elem)  | 
void | 
TGet.addToColumns(TColumn elem)  | 
void | 
TScan.addToColumns(TColumn elem)  | 
int | 
TColumn.compareTo(TColumn other)  | 
boolean | 
TColumn.equals(TColumn that)  | 
| Modifier and Type | Method and Description | 
|---|---|
TDelete | 
TDelete.setColumns(List<TColumn> columns)  | 
TGet | 
TGet.setColumns(List<TColumn> columns)  | 
TScan | 
TScan.setColumns(List<TColumn> columns)  | 
| Constructor and Description | 
|---|
TColumn(TColumn other)
Performs a deep copy on other. 
 |