Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.util |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<JVMClusterUtil.RegionServerThread> |
LocalHBaseCluster.getLiveRegionServers() |
List<JVMClusterUtil.RegionServerThread> |
LocalHBaseCluster.getRegionServers() |
Modifier and Type | Method and Description |
---|---|
String |
LocalHBaseCluster.waitOnRegionServer(JVMClusterUtil.RegionServerThread rst)
Wait for the specified region server to stop
Removes this thread from list of running threads.
|
Modifier and Type | Method and Description |
---|---|
static JVMClusterUtil.RegionServerThread |
JVMClusterUtil.createRegionServerThread(org.apache.hadoop.conf.Configuration c,
CoordinatedStateManager cp,
Class<? extends HRegionServer> hrsc,
int index)
Creates a
JVMClusterUtil.RegionServerThread . |
Modifier and Type | Method and Description |
---|---|
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 © 2007-2016 The Apache Software Foundation. All Rights Reserved.