Uses of Class
org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread

Packages that use JVMClusterUtil.MasterThread
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.util   
 

Uses of JVMClusterUtil.MasterThread in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return JVMClusterUtil.MasterThread
 JVMClusterUtil.MasterThread LocalHBaseCluster.addMaster()
           
 JVMClusterUtil.MasterThread LocalHBaseCluster.addMaster(org.apache.hadoop.conf.Configuration c, int index)
           
 JVMClusterUtil.MasterThread LocalHBaseCluster.addMaster(org.apache.hadoop.conf.Configuration c, int index, User user)
           
 

Methods in org.apache.hadoop.hbase that return types with arguments of type JVMClusterUtil.MasterThread
 List<JVMClusterUtil.MasterThread> LocalHBaseCluster.getLiveMasters()
           
 List<JVMClusterUtil.MasterThread> LocalHBaseCluster.getMasters()
           
 

Methods in org.apache.hadoop.hbase with parameters of type JVMClusterUtil.MasterThread
 String LocalHBaseCluster.waitOnMaster(JVMClusterUtil.MasterThread masterThread)
          Wait for the specified master to stop Removes this thread from list of running threads.
 

Uses of JVMClusterUtil.MasterThread in org.apache.hadoop.hbase.util
 

Methods in org.apache.hadoop.hbase.util that return JVMClusterUtil.MasterThread
static JVMClusterUtil.MasterThread JVMClusterUtil.createMasterThread(org.apache.hadoop.conf.Configuration c, Class<? extends HMaster> hmc, int index)
          Creates a JVMClusterUtil.MasterThread.
 

Method parameters in org.apache.hadoop.hbase.util with type arguments of type JVMClusterUtil.MasterThread
static void JVMClusterUtil.shutdown(List<JVMClusterUtil.MasterThread> masters, List<JVMClusterUtil.RegionServerThread> regionservers)
           
static String JVMClusterUtil.startup(List<JVMClusterUtil.MasterThread> masters, List<JVMClusterUtil.RegionServerThread> regionservers)
          Start the cluster.
 



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