Uses of Class
org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread

Packages that use org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
  • Uses of org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
    LocalHBaseCluster.addRegionServer()
     
    org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
    LocalHBaseCluster.addRegionServer(org.apache.hadoop.conf.Configuration config, int index)
     
    org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
    LocalHBaseCluster.addRegionServer(org.apache.hadoop.conf.Configuration config, 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.RegionServerThread in in
    Modifier and Type
    Method
    Description
    List<org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread>
    LocalHBaseCluster.getLiveRegionServers()
     
    List<org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread>
    LocalHBaseCluster.getRegionServers()
    Returns Read-only list of region server threads.
    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread in in
    Modifier and Type
    Method
    Description
    LocalHBaseCluster.waitOnRegionServer(org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread rst)
    Wait for the specified region server to stop.
  • Uses of org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread in org.apache.hadoop.hbase.util

    Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
    JVMClusterUtil.createRegionServerThread(org.apache.hadoop.conf.Configuration c, Class<? extends org.apache.hadoop.hbase.regionserver.HRegionServer> hrsc, int index)
    Creates a JVMClusterUtil.RegionServerThread.