|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableName | |
---|---|
org.apache.hadoop.hbase |
Uses of TableName in org.apache.hadoop.hbase |
---|
Fields in org.apache.hadoop.hbase declared as TableName | |
---|---|
static TableName |
TableName.META_TABLE_NAME
The hbase:meta table's name. |
static TableName |
TableName.NAMESPACE_TABLE_NAME
The Namespace table's name. |
static TableName |
TableName.OLD_META_TABLE_NAME
TableName for old .META. |
static TableName |
TableName.OLD_ROOT_TABLE_NAME
TableName for old -ROOT- table. |
Methods in org.apache.hadoop.hbase that return TableName | |
---|---|
static TableName |
TableName.valueOf(byte[] fullName)
|
static TableName |
TableName.valueOf(byte[] namespace,
byte[] qualifier)
|
static TableName |
TableName.valueOf(ByteBuffer namespace,
ByteBuffer qualifier)
|
static TableName |
TableName.valueOf(String name)
|
static TableName |
TableName.valueOf(String namespaceAsString,
String qualifierAsString)
|
Methods in org.apache.hadoop.hbase with parameters of type TableName | |
---|---|
int |
TableName.compareTo(TableName tableName)
For performance reasons, the ordering is not lexicographic. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |