Package | Description |
---|---|
org.apache.hadoop.hbase.thrift.generated |
Modifier and Type | Field and Description |
---|---|
List<TColumn> |
TRowResult.sortedColumns |
Modifier and Type | Method and Description |
---|---|
TColumn |
TColumn.deepCopy() |
TColumn |
TColumn.setCell(TCell cell) |
TColumn |
TColumn.setColumnName(byte[] columnName) |
TColumn |
TColumn.setColumnName(ByteBuffer columnName) |
Modifier and Type | Method and Description |
---|---|
List<TColumn> |
TRowResult.getSortedColumns() |
Iterator<TColumn> |
TRowResult.getSortedColumnsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
TRowResult.addToSortedColumns(TColumn elem) |
int |
TColumn.compareTo(TColumn other) |
boolean |
TColumn.equals(TColumn that) |
Modifier and Type | Method and Description |
---|---|
TRowResult |
TRowResult.setSortedColumns(List<TColumn> sortedColumns) |
Constructor and Description |
---|
TColumn(TColumn other)
Performs a deep copy on other.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.