|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTableDescriptor | |
---|---|
org.apache.hadoop.hbase |
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[] |
HConnection.listTables()
List all the userspace tables. |
HTableDescriptor[] |
HBaseAdmin.listTables()
List all the userspace tables. |
Methods in org.apache.hadoop.hbase with parameters of type HTableDescriptor | |
---|---|
void |
HMasterInterface.createTable(HTableDescriptor desc)
Creates a new table |
void |
HMaster.createTable(HTableDescriptor desc)
Creates a new table |
void |
HBaseAdmin.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. |
static void |
HRegion.makeColumnFamilyDirs(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path basedir,
String encodedRegionName,
org.apache.hadoop.io.Text colFamily,
HTableDescriptor tabledesc)
Make the directories for a specific column family |
Constructors in org.apache.hadoop.hbase with parameters of type HTableDescriptor | |
---|---|
HRegionInfo(HTableDescriptor tableDesc,
org.apache.hadoop.io.Text startKey,
org.apache.hadoop.io.Text endKey)
Construct HRegionInfo with explicit parameters |
|
HRegionInfo(HTableDescriptor tableDesc,
org.apache.hadoop.io.Text startKey,
org.apache.hadoop.io.Text endKey,
boolean split)
Construct HRegionInfo with explicit parameters |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |