Package | Description |
---|---|
org.apache.hadoop.hbase.thrift2.generated |
Modifier and Type | Field and Description |
---|---|
List<TColumn> |
TScan.columns |
List<TColumn> |
TDelete.columns |
List<TColumn> |
TGet.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> |
TScan.getColumns() |
List<TColumn> |
TDelete.getColumns() |
List<TColumn> |
TGet.getColumns() |
Iterator<TColumn> |
TScan.getColumnsIterator() |
Iterator<TColumn> |
TDelete.getColumnsIterator() |
Iterator<TColumn> |
TGet.getColumnsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
TScan.addToColumns(TColumn elem) |
void |
TDelete.addToColumns(TColumn elem) |
void |
TGet.addToColumns(TColumn elem) |
int |
TColumn.compareTo(TColumn other) |
boolean |
TColumn.equals(TColumn that) |
Modifier and Type | Method and Description |
---|---|
TScan |
TScan.setColumns(List<TColumn> columns) |
TDelete |
TDelete.setColumns(List<TColumn> columns) |
TGet |
TGet.setColumns(List<TColumn> columns) |
Constructor and Description |
---|
TColumn(TColumn other)
Performs a deep copy on other.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.