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.normalizer | |
org.apache.hadoop.hbase.rest |
HBase REST
|
org.apache.hadoop.hbase.rest.model | |
org.apache.hadoop.hbase.thrift |
Provides an HBase Thrift
service.
|
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 |
ConnectionManager.HConnectionImplementation.getAdmin() |
Admin |
ConnectionAdapter.getAdmin()
Deprecated.
|
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 | Field and Description |
---|---|
private Admin |
TableInputFormatBase.admin
The
Admin . |
private Admin |
LoadIncrementalHFiles.hbAdmin |
Modifier and Type | Method and Description |
---|---|
protected Admin |
TableInputFormatBase.getAdmin()
Allows subclasses to get the
Admin . |
Modifier and Type | Method and Description |
---|---|
private static void |
ImportTsv.createTable(Admin admin,
TableName tableName,
String[] columns) |
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 | Method and Description |
---|---|
void |
NormalizationPlan.execute(Admin admin)
Executes normalization plan on cluster (does actual splitting/merging work).
|
void |
SplitNormalizationPlan.execute(Admin admin)
Executes normalization plan on cluster (does actual splitting/merging work).
|
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.
|
Modifier and Type | Method and Description |
---|---|
(package private) Admin |
RESTServlet.getAdmin() |
Modifier and Type | Method and Description |
---|---|
private javax.ws.rs.core.Response |
NamespacesInstanceResource.createOrUpdate(NamespacesInstanceModel model,
javax.ws.rs.core.UriInfo uriInfo,
Admin admin,
boolean updateExisting) |
private boolean |
NamespacesInstanceResource.doesNamespaceExist(Admin admin,
String namespaceName) |
private javax.ws.rs.core.Response |
SchemaResource.replace(TableName name,
TableSchemaModel model,
javax.ws.rs.core.UriInfo uriInfo,
Admin admin) |
private javax.ws.rs.core.Response |
SchemaResource.update(TableName name,
TableSchemaModel model,
javax.ws.rs.core.UriInfo uriInfo,
Admin admin) |
Constructor and Description |
---|
NamespacesInstanceModel(Admin admin,
String namespaceName)
Constructor
|
NamespacesModel(Admin admin)
Constructor
|
Modifier and Type | Method and Description |
---|---|
private Admin |
ThriftServerRunner.HBaseHandler.getAdmin()
Obtain HBaseAdmin.
|
Modifier and Type | Field and Description |
---|---|
protected Admin |
Canary.Monitor.admin |
Modifier and Type | Method and Description |
---|---|
private static List<Future<Void>> |
Canary.sniff(Admin admin,
Canary.Sink sink,
HTableDescriptor tableDesc,
ExecutorService executor,
Canary.RegionTask.TaskType taskType) |
private static List<Future<Void>> |
Canary.sniff(Admin admin,
Canary.Sink sink,
String tableName,
ExecutorService executor,
Canary.RegionTask.TaskType taskType)
Canary entry point for specified table.
|
static void |
Canary.sniff(Admin admin,
TableName tableName)
Canary entry point for specified table.
|
static void |
Canary.sniff(Admin admin,
TableName tableName,
Canary.RegionTask.TaskType taskType)
Canary entry point for specified table with task type(read/write)
|
private static void |
Canary.sniffRegion(Admin admin,
Canary.Sink sink,
HRegionInfo region,
Table table) |
Modifier and Type | Field and Description |
---|---|
private Admin |
HBaseFsck.admin |
(package private) Admin |
ConnectionCache.ConnectionInfo.admin |
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.
|
private static void |
HBaseFsckRepair.forceOfflineInZK(Admin admin,
HRegionInfo region)
In 0.90, this forces an HRI offline by setting the RegionTransitionData
in ZK to have HBCK_CODE_NAME as the server.
|
private void |
RegionSizeCalculator.init(RegionLocator regionLocator,
Admin admin) |
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–2019 The Apache Software Foundation. All rights reserved.