Uses of Class
org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
Packages that use org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
-
Uses of org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread in inModifier and TypeMethodDescriptionorg.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) Methods in org.apache.hadoop.hbase that return types with arguments of type org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread in inModifier and TypeMethodDescriptionList<org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread>
LocalHBaseCluster.getLiveMasters()
List<org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread>
LocalHBaseCluster.getMasters()
Returns Read-only list of master threads.Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread in inModifier and TypeMethodDescriptionLocalHBaseCluster.waitOnMaster
(org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread masterThread) Wait for the specified master to stop. -
Uses of org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
JVMClusterUtil.createMasterThread
(org.apache.hadoop.conf.Configuration c, Class<? extends org.apache.hadoop.hbase.master.HMaster> hmc, int index) Creates aJVMClusterUtil.MasterThread
.Method parameters in org.apache.hadoop.hbase.util with type arguments of type org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread in inModifier and TypeMethodDescriptionstatic void
JVMClusterUtil.shutdown
(List<org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread> masters, List<org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread> regionservers) static String
JVMClusterUtil.startup
(List<org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread> masters, List<org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread> regionservers) Start the cluster.