org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
LocalHBaseCluster.addMaster()
org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
LocalHBaseCluster.addMaster(org.apache.hadoop.conf.Configuration c,
int index)
org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
LocalHBaseCluster.addMaster(org.apache.hadoop.conf.Configuration c,
int index,
org.apache.hadoop.hbase.security.User user)
org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
MiniHBaseCluster.getMasterThread()
Deprecated.
Returns the current active master thread, if available.
org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
MiniHBaseCluster.startMaster()
Deprecated.
Starts a master thread running
org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
MiniHBaseCluster.stopMaster(int serverNumber)
Deprecated.
Shut down the specified master cleanly
org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
MiniHBaseCluster.stopMaster(int serverNumber,
boolean shutdownFS)
Deprecated.
Shut down the specified master cleanly
List<org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread>
LocalHBaseCluster.getLiveMasters()
List<org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread>
MiniHBaseCluster.getLiveMasterThreads()
Deprecated.
Returns List of live master threads (skips the aborted and the killed)
List<org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread>
LocalHBaseCluster.getMasters()
Returns Read-only list of master threads.
List<org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread>
MiniHBaseCluster.getMasterThreads()
Deprecated.
Returns List of master threads.