Packages that use org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
-
Uses of org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread in org.apache.hadoop.hbase
org.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 in
List<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 in
LocalHBaseCluster.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
static 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 a JVMClusterUtil.MasterThread
.
Method parameters in org.apache.hadoop.hbase.util with type arguments of type org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread in in
static void
JVMClusterUtil.shutdown(List<org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread> masters,
List<org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread> regionservers)
JVMClusterUtil.startup(List<org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread> masters,
List<org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread> regionservers)