|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(org.apache.hadoop.conf.Configuration config,
int index)
|
JVMClusterUtil.RegionServerThread |
LocalHBaseCluster.addRegionServer(org.apache.hadoop.conf.Configuration config,
int index,
User user)
|
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()
|
Methods in org.apache.hadoop.hbase with parameters of type JVMClusterUtil.RegionServerThread | |
---|---|
String |
LocalHBaseCluster.waitOnRegionServer(JVMClusterUtil.RegionServerThread rst)
Wait for the specified region server to stop Removes this thread from list of running threads. |
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(List<JVMClusterUtil.MasterThread> masters,
List<JVMClusterUtil.RegionServerThread> regionservers)
|
static String |
JVMClusterUtil.startup(List<JVMClusterUtil.MasterThread> masters,
List<JVMClusterUtil.RegionServerThread> regionservers)
Start the cluster. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |