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

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

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

Methods in org.apache.hadoop.hbase that return JVMClusterUtil.RegionServerThread
 JVMClusterUtil.RegionServerThread LocalHBaseCluster.addRegionServer()
           
 JVMClusterUtil.RegionServerThread LocalHBaseCluster.addRegionServer(int index)
           
 

Methods in org.apache.hadoop.hbase that return types with arguments of type JVMClusterUtil.RegionServerThread
 List<JVMClusterUtil.RegionServerThread> LocalHBaseCluster.getLiveRegionServers()
           
 List<JVMClusterUtil.RegionServerThread> LocalHBaseCluster.getRegionServers()
           
 

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

Methods in org.apache.hadoop.hbase.util that return JVMClusterUtil.RegionServerThread
static JVMClusterUtil.RegionServerThread JVMClusterUtil.createRegionServerThread(org.apache.hadoop.conf.Configuration c, Class<? extends HRegionServer> hrsc, int index)
          Creates a JVMClusterUtil.RegionServerThread.
 

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



Copyright © 2010 Apache Software Foundation. All Rights Reserved.