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 in
    Modifier and Type
    Method
    Description
    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
    Modifier and Type
    Method
    Description
    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
    Modifier and Type
    Method
    Description
    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

    Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread in in
    Modifier and Type
    Method
    Description
    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
    Modifier and Type
    Method
    Description
    static 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.