Uses of Class
org.apache.hadoop.hbase.client.HBaseAdmin

Packages that use HBaseAdmin
org.apache.hadoop.hbase.tmpl.master   
org.apache.hadoop.hbase.tool   
org.apache.hadoop.hbase.util   
 

Uses of HBaseAdmin in org.apache.hadoop.hbase.tmpl.master
 

Methods in org.apache.hadoop.hbase.tmpl.master that return HBaseAdmin
 HBaseAdmin MasterStatusTmpl.ImplData.getAdmin()
           
 

Methods in org.apache.hadoop.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)
           
 

Uses of HBaseAdmin in org.apache.hadoop.hbase.tool
 

Fields in org.apache.hadoop.hbase.tool declared as HBaseAdmin
protected  HBaseAdmin Canary.Monitor.admin
           
 

Uses of HBaseAdmin in org.apache.hadoop.hbase.util
 

Methods in org.apache.hadoop.hbase.util that return HBaseAdmin
 HBaseAdmin ConnectionCache.getAdmin()
          Caller doesn't close the admin afterwards.
 

Methods in org.apache.hadoop.hbase.util with parameters of type HBaseAdmin
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 © 2007–2015 The Apache Software Foundation. All rights reserved.