Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.util |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<JVMClusterUtil.MasterThread> |
LocalHBaseCluster.getLiveMasters() |
List<JVMClusterUtil.MasterThread> |
LocalHBaseCluster.getMasters() |
Modifier and Type | Method and Description |
---|---|
String |
LocalHBaseCluster.waitOnMaster(JVMClusterUtil.MasterThread masterThread)
Wait for the specified master to stop
Removes this thread from list of running threads.
|
Modifier and Type | Method and Description |
---|---|
static JVMClusterUtil.MasterThread |
JVMClusterUtil.createMasterThread(org.apache.hadoop.conf.Configuration c,
CoordinatedStateManager cp,
Class<? extends HMaster> hmc,
int index)
Creates a
JVMClusterUtil.MasterThread . |
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.