|
||||||||||
| 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 |
HGlobals.metaTableDesc
table descriptor for meta table |
static HTableDescriptor |
HGlobals.rootTableDesc
table descriptor for root table |
| Methods in org.apache.hadoop.hbase that return HTableDescriptor | |
|---|---|
HTableDescriptor |
HRegion.getTableDesc()
|
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(long regionId,
HTableDescriptor tableDesc,
Text startKey,
Text endKey)
Construct HRegionInfo with explicit parameters |
|
HRegionInfo(long regionId,
HTableDescriptor tableDesc,
Text startKey,
Text endKey,
boolean split)
Construct HRegionInfo with explicit parameters |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||