| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.master.handler |
| Modifier and Type | Method and Description |
|---|---|
HTableDescriptor |
HBaseAdmin.getTableDescriptor(byte[] tableName) |
HTableDescriptor |
Admin.getTableDescriptor(TableName tableName)
Method for getting the tableDescriptor
|
HTableDescriptor |
HBaseAdmin.getTableDescriptor(TableName tableName)
Method for getting the tableDescriptor
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadIncrementalHFiles.doBulkLoad(org.apache.hadoop.fs.Path hfofDir,
Admin admin,
Table table,
RegionLocator regionLocator)
Perform a bulk load of the given directory into the given
pre-existing table.
|
void |
LoadIncrementalHFiles.doBulkLoad(org.apache.hadoop.fs.Path hfofDir,
HTable table)
Deprecated.
since hbase-1.3.0, hbase-1.2.2, and hbase-1.1.6; replaced
by
LoadIncrementalHFiles.doBulkLoad(Path, Admin, Table, RegionLocator). |
| Modifier and Type | Method and Description |
|---|---|
void |
HMaster.checkTableModifiable(TableName tableName) |
void |
MasterServices.checkTableModifiable(TableName tableName)
Check table is modifiable; i.e.
|
| Modifier and Type | Method and Description |
|---|---|
DisableTableHandler |
DisableTableHandler.prepare() |
EnableTableHandler |
EnableTableHandler.prepare() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.