Uses of Class
org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
Packages that use JVMClusterUtil.MasterThread
-
Uses of JVMClusterUtil.MasterThread in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase with type parameters of type JVMClusterUtil.MasterThreadModifier and TypeFieldDescriptionprivate final List<JVMClusterUtil.MasterThread>
LocalHBaseCluster.masterThreads
Methods in org.apache.hadoop.hbase that return JVMClusterUtil.MasterThreadModifier and TypeMethodDescriptionLocalHBaseCluster.addMaster()
LocalHBaseCluster.addMaster
(org.apache.hadoop.conf.Configuration c, int index) Methods in org.apache.hadoop.hbase that return types with arguments of type JVMClusterUtil.MasterThreadModifier and TypeMethodDescriptionLocalHBaseCluster.getLiveMasters()
LocalHBaseCluster.getMasters()
Returns Read-only list of master threads.Methods in org.apache.hadoop.hbase with parameters of type JVMClusterUtil.MasterThreadModifier and TypeMethodDescriptionLocalHBaseCluster.waitOnMaster
(JVMClusterUtil.MasterThread masterThread) Wait for the specified master to stop. -
Uses of JVMClusterUtil.MasterThread in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that return JVMClusterUtil.MasterThreadModifier 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) Method parameters in org.apache.hadoop.hbase.util with type arguments of type JVMClusterUtil.MasterThreadModifier 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.