Uses of Interface
org.apache.hadoop.hbase.regionserver.OnlineRegions
Package
Description
Table of Contents
-
Uses of org.apache.hadoop.hbase.regionserver.OnlineRegions in org.apache.hadoop.hbase.coprocessor
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.regionserver.OnlineRegions
RegionCoprocessorEnvironment.getOnlineRegions()
Returns Interface to Map of regions online on this RegionServerRegionCoprocessorEnvironment.getServerName()
}.org.apache.hadoop.hbase.regionserver.OnlineRegions
RegionServerCoprocessorEnvironment.getOnlineRegions()
Returns Interface to Map of regions online on this RegionServerRegionServerCoprocessorEnvironment.getServerName()
}. -
Uses of org.apache.hadoop.hbase.regionserver.OnlineRegions in org.apache.hadoop.hbase.master
Modifier and TypeClassDescriptionclass
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
Modifier and TypeInterfaceDescriptioninterface
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 byHRegionServer
.Modifier and TypeClassDescriptionclass
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
Modifier and TypeMethodDescriptionOptional<org.apache.hadoop.hbase.regionserver.OnlineRegions>
TestingHBaseCluster.getOnlineRegionsInterface
(org.apache.hadoop.hbase.ServerName serverName) Get the server sideOnlineRegions
interface for the specific region server.