|
||||||||||
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 META table's name. |
static TableName |
TableName.NAMESPACE_TABLE_NAME
The Namespace table's name. |
static TableName |
TableName.ROOT_TABLE_NAME
The root table's name. |
Methods in org.apache.hadoop.hbase that return TableName | |
---|---|
static TableName |
TableName.valueOf(byte[] name)
|
static TableName |
TableName.valueOf(byte[] namespace,
byte[] 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)
|
static KeyValue.KeyComparator |
KeyValue.getRowComparator(TableName tableName)
Get the appropriate row comparator for the specified table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |