Uses of Class
org.apache.hadoop.hbase.master.HMaster

Packages that use HMaster
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.util   
org.apache.hbase.tmpl.master   
 

Uses of HMaster in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HMaster
 HMaster LocalHBaseCluster.getActiveMaster()
          Gets the current active master, if available.
 HMaster LocalHBaseCluster.getMaster(int serverNumber)
           
 

Constructor parameters in org.apache.hadoop.hbase with type arguments of type HMaster
LocalHBaseCluster(org.apache.hadoop.conf.Configuration conf, int noMasters, int noRegionServers, Class<? extends HMaster> masterClass, Class<? extends HRegionServer> regionServerClass)
          Constructor.
 

Uses of HMaster in org.apache.hadoop.hbase.master
 

Subclasses of HMaster in org.apache.hadoop.hbase.master
static class HMasterCommandLine.LocalHMaster
           
 

Methods in org.apache.hadoop.hbase.master that return HMaster
static HMaster HMaster.constructMaster(Class<? extends HMaster> masterClass, org.apache.hadoop.conf.Configuration conf)
          Utility for constructing an instance of the passed HMaster class.
 

Methods in org.apache.hadoop.hbase.master with parameters of type HMaster
static MXBeanImpl MXBeanImpl.init(HMaster master)
           
 

Method parameters in org.apache.hadoop.hbase.master with type arguments of type HMaster
static HMaster HMaster.constructMaster(Class<? extends HMaster> masterClass, org.apache.hadoop.conf.Configuration conf)
          Utility for constructing an instance of the passed HMaster class.
 

Constructors in org.apache.hadoop.hbase.master with parameters of type HMaster
MXBeanImpl(HMaster master)
           
 

Constructor parameters in org.apache.hadoop.hbase.master with type arguments of type HMaster
HMasterCommandLine(Class<? extends HMaster> masterClass)
           
 

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

Methods in org.apache.hadoop.hbase.util that return HMaster
 HMaster JVMClusterUtil.MasterThread.getMaster()
           
 

Methods in org.apache.hadoop.hbase.util with parameters of type HMaster
static Map<String,Integer> FSUtils.getTableFragmentation(HMaster master)
          Runs through the HBase rootdir and checks how many stores for each table have more than one file in them.
static int FSUtils.getTotalTableFragmentation(HMaster master)
          Returns the total overall fragmentation percentage.
 

Method parameters in org.apache.hadoop.hbase.util with type arguments of type HMaster
static JVMClusterUtil.MasterThread JVMClusterUtil.createMasterThread(org.apache.hadoop.conf.Configuration c, Class<? extends HMaster> hmc, int index)
          Creates a JVMClusterUtil.MasterThread.
 

Constructors in org.apache.hadoop.hbase.util with parameters of type HMaster
JVMClusterUtil.MasterThread(HMaster m, int index)
           
 

Uses of HMaster in org.apache.hbase.tmpl.master
 

Methods in org.apache.hbase.tmpl.master that return HMaster
 HMaster MasterStatusTmpl.ImplData.getMaster()
           
 

Methods in org.apache.hbase.tmpl.master with parameters of type HMaster
 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.setMaster(HMaster master)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.