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)
     
    org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
    MiniHBaseCluster.resumeRegionServer(int serverNumber)
    Deprecated.
    Resume the specified region server
    org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
    MiniHBaseCluster.startRegionServer()
    Deprecated.
    Starts a region server thread running
    org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
    MiniHBaseCluster.startRegionServerAndWait(long timeout)
    Deprecated.
    Starts a region server thread and waits until its processed by master.
    org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
    MiniHBaseCluster.stopRegionServer(int serverNumber)
    Deprecated.
    Shut down the specified region server cleanly
    org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
    MiniHBaseCluster.stopRegionServer(int serverNumber, boolean shutdownFS)
    Deprecated.
    Shut down the specified region server cleanly
    org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
    MiniHBaseCluster.suspendRegionServer(int serverNumber)
    Deprecated.
    Suspend the specified region server
    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>
    MiniHBaseCluster.getLiveRegionServerThreads()
    Deprecated.
    Returns List of live region server threads (skips the aborted and the killed)
    List<org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread>
    LocalHBaseCluster.getRegionServers()
    Returns Read-only list of region server threads.
    List<org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread>
    MiniHBaseCluster.getRegionServerThreads()
    Deprecated.
     
    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.