Uses of Class
org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
-
Uses of JVMClusterUtil.MasterThread in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionprivate final List<JVMClusterUtil.MasterThread>
LocalHBaseCluster.masterThreads
Modifier and TypeMethodDescriptionLocalHBaseCluster.addMaster()
LocalHBaseCluster.addMaster
(org.apache.hadoop.conf.Configuration c, int index) MiniHBaseCluster.getMasterThread()
Deprecated.Returns the current active master thread, if available.MiniHBaseCluster.startMaster()
Deprecated.Starts a master thread runningMiniHBaseCluster.stopMaster
(int serverNumber) Deprecated.Shut down the specified master cleanlyMiniHBaseCluster.stopMaster
(int serverNumber, boolean shutdownFS) Deprecated.Shut down the specified master cleanlyModifier and TypeMethodDescriptionLocalHBaseCluster.getLiveMasters()
MiniHBaseCluster.getLiveMasterThreads()
Deprecated.Returns List of live master threads (skips the aborted and the killed)LocalHBaseCluster.getMasters()
Returns Read-only list of master threads.MiniHBaseCluster.getMasterThreads()
Deprecated.Returns List of master threads.Modifier and TypeMethodDescriptionLocalHBaseCluster.waitOnMaster
(JVMClusterUtil.MasterThread masterThread) Wait for the specified master to stop. -
Uses of JVMClusterUtil.MasterThread in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionstatic JVMClusterUtil.MasterThread
JVMClusterUtil.createMasterThread
(org.apache.hadoop.conf.Configuration c, Class<? extends HMaster> hmc, int index) Creates aJVMClusterUtil.MasterThread
.private static JVMClusterUtil.MasterThread
JVMClusterUtil.findActiveMaster
(List<JVMClusterUtil.MasterThread> masters) Modifier and TypeMethodDescriptionprivate static JVMClusterUtil.MasterThread
JVMClusterUtil.findActiveMaster
(List<JVMClusterUtil.MasterThread> masters) 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.