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) 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 runningorg.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
MiniHBaseCluster.stopMaster
(int serverNumber) Deprecated.Shut down the specified master cleanlyorg.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
MiniHBaseCluster.stopMaster
(int serverNumber, boolean shutdownFS) Deprecated.Shut down the specified master cleanlyMethods 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>
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.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.