Package | Description |
---|---|
org.apache.hadoop.hbase.tmpl.master | |
org.apache.hadoop.hbase.tool | |
org.apache.hadoop.hbase.util |
Modifier and Type | Method and Description |
---|---|
HBaseAdmin |
MasterStatusTmpl.ImplData.getAdmin() |
Modifier and Type | Method and Description |
---|---|
org.jamon.Renderer |
MasterStatusTmpl.makeRenderer(HMaster master,
HBaseAdmin admin) |
void |
MasterStatusTmpl.render(Writer jamonWriter,
HMaster master,
HBaseAdmin admin) |
void |
MasterStatusTmpl.renderNoFlush(Writer jamonWriter,
HMaster master,
HBaseAdmin admin) |
void |
MasterStatusTmpl.ImplData.setAdmin(HBaseAdmin admin) |
Modifier and Type | Field and Description |
---|---|
protected HBaseAdmin |
Canary.Monitor.admin |
Modifier and Type | Method and Description |
---|---|
static void |
Canary.sniff(HBaseAdmin admin,
TableName tableName)
Canary entry point for specified table.
|
Modifier and Type | Method and Description |
---|---|
HBaseAdmin |
ConnectionCache.getAdmin()
Caller doesn't close the admin afterwards.
|
Modifier and Type | Method and Description |
---|---|
static void |
HBaseFsckRepair.closeRegionSilentlyAndWait(HBaseAdmin admin,
ServerName server,
HRegionInfo region)
Contacts a region server and waits up to hbase.hbck.close.timeout ms
(default 120s) to close the region.
|
static void |
HBaseFsckRepair.fixMultiAssignment(HBaseAdmin admin,
HRegionInfo region,
List<ServerName> servers)
Fix multiple assignment by doing silent closes on each RS hosting the region
and then force ZK unassigned node to OFFLINE to trigger assignment by
master.
|
static void |
HBaseFsckRepair.fixUnassigned(HBaseAdmin 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(HBaseAdmin admin,
HRegionInfo region) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.