Uses of Class
org.apache.hadoop.hbase.regionserver.HRegionServer

Packages that use HRegionServer
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.util   
 

Uses of HRegionServer in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HRegionServer
 HRegionServer LocalHBaseCluster.getRegionServer(int serverNumber)
           
 

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

Uses of HRegionServer in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return HRegionServer
static HRegionServer HRegionServer.constructRegionServer(Class<? extends HRegionServer> regionServerClass, org.apache.hadoop.conf.Configuration conf2)
          Utility for constructing an instance of the passed HRegionServer class.
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type HRegionServer
static Thread HRegionServer.startRegionServer(HRegionServer hrs)
           
static Thread HRegionServer.startRegionServer(HRegionServer hrs, String name)
           
 

Method parameters in org.apache.hadoop.hbase.regionserver with type arguments of type HRegionServer
static HRegionServer HRegionServer.constructRegionServer(Class<? extends HRegionServer> regionServerClass, org.apache.hadoop.conf.Configuration conf2)
          Utility for constructing an instance of the passed HRegionServer class.
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type HRegionServer
CompactSplitThread(HRegionServer server)
           
 

Constructor parameters in org.apache.hadoop.hbase.regionserver with type arguments of type HRegionServer
HRegionServerCommandLine(Class<? extends HRegionServer> clazz)
           
 

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

Methods in org.apache.hadoop.hbase.util that return HRegionServer
 HRegionServer JVMClusterUtil.RegionServerThread.getRegionServer()
           
 

Method parameters in org.apache.hadoop.hbase.util with type arguments of type HRegionServer
static JVMClusterUtil.RegionServerThread JVMClusterUtil.createRegionServerThread(org.apache.hadoop.conf.Configuration c, Class<? extends HRegionServer> hrsc, int index)
          Creates a JVMClusterUtil.RegionServerThread.
 

Constructors in org.apache.hadoop.hbase.util with parameters of type HRegionServer
JVMClusterUtil.RegionServerThread(HRegionServer r, int index)
           
 



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