Package | Description |
---|---|
org.apache.hadoop.hbase | |
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.normalizer | |
org.apache.hadoop.hbase.rest.model | |
org.apache.hadoop.hbase.tool | |
org.apache.hadoop.hbase.tool.coprocessor | |
org.apache.hadoop.hbase.util |
Modifier and Type | Method and Description |
---|---|
Admin |
SharedConnection.getAdmin() |
Modifier and Type | Class and Description |
---|---|
class |
HBaseAdmin
HBaseAdmin is no longer a client API.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
protected RegionSizeCalculator |
TableInputFormatBase.createRegionSizeCalculator(RegionLocator locator,
Admin admin) |
Constructor and Description |
---|
RegionSizeCalculator(RegionLocator regionLocator,
Admin admin)
Computes size of each region for table and given column families.
|
Modifier and Type | Method and Description |
---|---|
void |
MergeNormalizationPlan.execute(Admin admin)
Executes normalization plan on cluster (does actual splitting/merging work).
|
void |
EmptyNormalizationPlan.execute(Admin admin)
No-op for empty plan.
|
void |
SplitNormalizationPlan.execute(Admin admin)
Executes normalization plan on cluster (does actual splitting/merging work).
|
void |
NormalizationPlan.execute(Admin admin)
Executes normalization plan on cluster (does actual splitting/merging work).
|
Constructor and Description |
---|
NamespacesInstanceModel(Admin admin,
String namespaceName)
Constructor
|
NamespacesModel(Admin admin)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected Admin |
Canary.Monitor.admin |
Modifier and Type | Method and Description |
---|---|
Map<LoadIncrementalHFiles.LoadQueueItem,ByteBuffer> |
LoadIncrementalHFiles.doBulkLoad(Map<byte[],List<org.apache.hadoop.fs.Path>> map,
Admin admin,
Table table,
RegionLocator regionLocator,
boolean silence,
boolean copyFile)
Perform a bulk load of the given directory into the given pre-existing table.
|
Map<LoadIncrementalHFiles.LoadQueueItem,ByteBuffer> |
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.
|
Map<LoadIncrementalHFiles.LoadQueueItem,ByteBuffer> |
LoadIncrementalHFiles.doBulkLoad(org.apache.hadoop.fs.Path hfofDir,
Admin admin,
Table table,
RegionLocator regionLocator,
boolean silence,
boolean copyFile)
Perform a bulk load of the given directory into the given pre-existing table.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CoprocessorValidator.validateTables(ClassLoader classLoader,
Admin admin,
Pattern pattern,
List<CoprocessorViolation> violations) |
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,
RegionInfo 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,
RegionInfo region) |
Copyright © 2007–2019 Cloudera. All rights reserved.