|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HBaseAdmin | |
---|---|
org.apache.hadoop.hbase.avro | Provides an HBase Avro service. |
org.apache.hadoop.hbase.rest | |
org.apache.hadoop.hbase.thrift | Provides an HBase Thrift service. |
org.apache.hadoop.hbase.util | |
org.apache.hbase.tmpl.master |
Uses of HBaseAdmin in org.apache.hadoop.hbase.avro |
---|
Fields in org.apache.hadoop.hbase.avro declared as HBaseAdmin | |
---|---|
protected HBaseAdmin |
AvroServer.HBaseImpl.admin
|
Uses of HBaseAdmin in org.apache.hadoop.hbase.rest |
---|
Methods in org.apache.hadoop.hbase.rest that return HBaseAdmin | |
---|---|
HBaseAdmin |
RESTServlet.getAdmin()
|
Uses of HBaseAdmin in org.apache.hadoop.hbase.thrift |
---|
Fields in org.apache.hadoop.hbase.thrift declared as HBaseAdmin | |
---|---|
protected HBaseAdmin |
ThriftServer.HBaseHandler.admin
|
Uses of HBaseAdmin in org.apache.hadoop.hbase.util |
---|
Methods in org.apache.hadoop.hbase.util with parameters of type HBaseAdmin | |
---|---|
static void |
HBaseFsckRepair.closeRegionSilentlyAndWait(HBaseAdmin admin,
HServerAddress 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<HServerAddress> servers)
Fix dupe 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.fixTableDesc(HBaseAdmin admin,
HServerAddress hsa,
HBaseFsck.HbckInfo hbi,
HTableDescriptor htd,
org.apache.hadoop.fs.Path sidelineTableDir)
Replace the .regioninfo with a new one with the expected table desc, then re-assign the region. |
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)
|
Uses of HBaseAdmin in org.apache.hbase.tmpl.master |
---|
Methods in org.apache.hbase.tmpl.master that return HBaseAdmin | |
---|---|
HBaseAdmin |
MasterStatusTmpl.ImplData.getAdmin()
|
Methods in org.apache.hbase.tmpl.master with parameters of type HBaseAdmin | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |