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.tool | |
org.apache.hadoop.hbase.util |
Modifier and Type | Class and Description |
---|---|
class |
HBaseAdmin
HBaseAdmin is no longer a client API.
|
Modifier and Type | Method and Description |
---|---|
Admin |
HConnection.getAdmin()
Deprecated.
Retrieve an Admin implementation to administer an HBase cluster.
|
Admin |
Connection.getAdmin()
Retrieve an Admin implementation to administer an HBase cluster.
|
Modifier and Type | Method and Description |
---|---|
protected Admin |
TableInputFormatBase.getAdmin()
Allows subclasses to get the
Admin . |
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.
|
Modifier and Type | Field and Description |
---|---|
protected Admin |
Canary.Monitor.admin |
Modifier and Type | Method and Description |
---|---|
static void |
Canary.sniff(Admin admin,
TableName tableName)
Canary entry point for specified table.
|
Modifier and Type | Method and Description |
---|---|
Admin |
ConnectionCache.getAdmin()
Caller doesn't close the admin afterwards.
|
Modifier and Type | Method and Description |
---|---|
static void |
HBaseFsckRepair.fixUnassigned(Admin admin,
HRegionInfo region)
Fix unassigned by creating/transition the unassigned ZK node for this
region to OFFLINE state with a special flag to tell the master that this is
a forced operation by HBCK.
|
static void |
HBaseFsckRepair.waitUntilAssigned(Admin admin,
HRegionInfo region) |
Constructor and Description |
---|
RegionSizeCalculator(RegionLocator regionLocator,
Admin admin)
Computes size of each region for table and given column families.
|
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.