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 | |
org.apache.hadoop.hbase.rest |
HBase REST
|
Modifier and Type | Method and Description |
---|---|
HTableDescriptor |
HBaseAdmin.getTableDescriptor(byte[] tableName) |
HTableDescriptor |
HBaseAdmin.getTableDescriptor(TableName tableName)
Method for getting the tableDescriptor
|
HTableDescriptor |
Admin.getTableDescriptor(TableName tableName)
Method for getting the tableDescriptor
|
(package private) static HTableDescriptor |
HBaseAdmin.getTableDescriptor(TableName tableName,
HConnection connection,
RpcRetryingCallerFactory rpcCallerFactory,
RpcControllerFactory rpcControllerFactory,
int operationTimeout,
int rpcTimeout) |
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 |
---|---|
EnableTableHandler |
EnableTableHandler.prepare() |
DisableTableHandler |
DisableTableHandler.prepare() |
Modifier and Type | Method and Description |
---|---|
private HTableDescriptor |
SchemaResource.getTableSchema() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.