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.masterThreadsMethods 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.MasterThreadJVMClusterUtil.createMasterThread(org.apache.hadoop.conf.Configuration c, Class<? extends HMaster> hmc, int index) Creates aJVMClusterUtil.MasterThread.private static JVMClusterUtil.MasterThreadJVMClusterUtil.findActiveMaster(List<JVMClusterUtil.MasterThread> masters) Method parameters in org.apache.hadoop.hbase.util with type arguments of type JVMClusterUtil.MasterThreadModifier and TypeMethodDescriptionprivate static JVMClusterUtil.MasterThreadJVMClusterUtil.findActiveMaster(List<JVMClusterUtil.MasterThread> masters) static voidJVMClusterUtil.shutdown(List<JVMClusterUtil.MasterThread> masters, List<JVMClusterUtil.RegionServerThread> regionservers) static StringJVMClusterUtil.startup(List<JVMClusterUtil.MasterThread> masters, List<JVMClusterUtil.RegionServerThread> regionservers) Start the cluster.