|
||||||||||
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 |
---|
Methods in org.apache.hadoop.hbase that return HTableDescriptor | |
---|---|
HTableDescriptor |
HRegion.getTableDesc()
|
HTableDescriptor |
HRegionInfo.getTableDesc()
|
HTableDescriptor[] |
HClient.listTables()
List all the userspace tables. |
Methods in org.apache.hadoop.hbase with parameters of type HTableDescriptor | |
---|---|
void |
HMaster.createTable(HTableDescriptor desc)
|
void |
HClient.createTable(HTableDescriptor desc)
Creates a new table |
void |
HMasterInterface.createTable(HTableDescriptor desc)
|
void |
HClient.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |