|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTableDescriptor | |
---|---|
org.apache.hadoop.hbase | Provides Hbase, the Hadoop simple database. |
Uses of HTableDescriptor in org.apache.hadoop.hbase |
---|
Fields in org.apache.hadoop.hbase declared as HTableDescriptor | |
---|---|
static HTableDescriptor |
HTableDescriptor.metaTableDesc
table descriptor for meta table |
static HTableDescriptor |
HTableDescriptor.rootTableDesc
table descriptor for root table |
Methods in org.apache.hadoop.hbase that return HTableDescriptor | |
---|---|
HTableDescriptor |
HTable.getMetadata()
|
HTableDescriptor |
HRegionInfo.getTableDesc()
|
HTableDescriptor[] |
HBaseAdmin.listTables()
List all the userspace tables. |
HTableDescriptor[] |
HConnection.listTables()
List all the userspace tables. |
Methods in org.apache.hadoop.hbase with parameters of type HTableDescriptor | |
---|---|
void |
HMaster.createTable(HTableDescriptor desc)
Creates a new table |
void |
HBaseAdmin.createTable(HTableDescriptor desc)
Creates a new table |
void |
HMasterInterface.createTable(HTableDescriptor desc)
Creates a new table |
void |
HBaseAdmin.createTableAsync(HTableDescriptor desc)
Creates a new table but does not block and wait for it to come online. |
Constructors in org.apache.hadoop.hbase with parameters of type HTableDescriptor | |
---|---|
HRegionInfo(HTableDescriptor tableDesc,
Text startKey,
Text endKey)
Construct HRegionInfo with explicit parameters |
|
HRegionInfo(HTableDescriptor tableDesc,
Text startKey,
Text endKey,
boolean split)
Construct HRegionInfo with explicit parameters |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |