Uses of Interface
org.apache.hadoop.hbase.regionserver.OnlineRegions

Packages that use org.apache.hadoop.hbase.regionserver.OnlineRegions
  • Uses of org.apache.hadoop.hbase.regionserver.OnlineRegions in org.apache.hadoop.hbase.coprocessor

    Methods in org.apache.hadoop.hbase.coprocessor that return org.apache.hadoop.hbase.regionserver.OnlineRegions in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.regionserver.OnlineRegions
    RegionCoprocessorEnvironment.getOnlineRegions()
    Returns Interface to Map of regions online on this RegionServer RegionCoprocessorEnvironment.getServerName()}.
    org.apache.hadoop.hbase.regionserver.OnlineRegions
    RegionServerCoprocessorEnvironment.getOnlineRegions()
    Returns Interface to Map of regions online on this RegionServer RegionServerCoprocessorEnvironment.getServerName()}.
  • Uses of org.apache.hadoop.hbase.regionserver.OnlineRegions in org.apache.hadoop.hbase.master

    Classes in org.apache.hadoop.hbase.master that implement org.apache.hadoop.hbase.regionserver.OnlineRegions in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.master.HMaster
    HMaster is the "master server" for HBase.
    static class 
    org.apache.hadoop.hbase.master.HMasterCommandLine.LocalHMaster
     
  • Uses of org.apache.hadoop.hbase.regionserver.OnlineRegions in org.apache.hadoop.hbase.regionserver

    Subinterfaces of org.apache.hadoop.hbase.regionserver.OnlineRegions in in org.apache.hadoop.hbase.regionserver
    Modifier and Type
    Interface
    Description
    interface 
    org.apache.hadoop.hbase.regionserver.MutableOnlineRegions
    Interface to Map of online regions.
    interface 
    org.apache.hadoop.hbase.regionserver.RegionServerServices
    A curated subset of services provided by HRegionServer.
    Classes in org.apache.hadoop.hbase.regionserver that implement org.apache.hadoop.hbase.regionserver.OnlineRegions in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.regionserver.HRegionServer
    HRegionServer makes a set of HRegions available to clients.
  • Uses of org.apache.hadoop.hbase.regionserver.OnlineRegions in org.apache.hadoop.hbase.testing

    Methods in org.apache.hadoop.hbase.testing that return types with arguments of type org.apache.hadoop.hbase.regionserver.OnlineRegions in in
    Modifier and Type
    Method
    Description
    Optional<org.apache.hadoop.hbase.regionserver.OnlineRegions>
    TestingHBaseCluster.getOnlineRegionsInterface(org.apache.hadoop.hbase.ServerName serverName)
    Get the server side OnlineRegions interface for the specific region server.