Uses of Interface
org.apache.hadoop.hbase.regionserver.OnlineRegions
Package
Description
Table of Contents
-
Uses of OnlineRegions in org.apache.hadoop.hbase
Modifier and TypeClassDescriptionstatic class
Deprecated.Subclass so can get at protected methods (none at moment).class
Basic mock region server services. -
Uses of OnlineRegions in org.apache.hadoop.hbase.coprocessor
Modifier and TypeMethodDescriptionRegionCoprocessorEnvironment.getOnlineRegions()
Returns Interface to Map of regions online on this RegionServerRegionCoprocessorEnvironment.getServerName()
}.RegionServerCoprocessorEnvironment.getOnlineRegions()
Returns Interface to Map of regions online on this RegionServerRegionServerCoprocessorEnvironment.getServerName()
}. -
Uses of OnlineRegions in org.apache.hadoop.hbase.regionserver
Modifier and TypeInterfaceDescriptioninterface
Interface to Map of online regions.interface
A curated subset of services provided byHRegionServer
.Modifier and TypeClassDescriptionclass
HRegionServer makes a set of HRegions available to clients.Modifier and TypeMethodDescriptionRegionCoprocessorHost.RegionEnvironment.getOnlineRegions()
RegionServerCoprocessorHost.RegionServerEnvironment.getOnlineRegions()
-
Uses of OnlineRegions in org.apache.hadoop.hbase.testing
Modifier and TypeMethodDescriptionTestingHBaseCluster.getOnlineRegionsInterface
(ServerName serverName) Get the server sideOnlineRegions
interface for the specific region server.TestingHBaseClusterImpl.getOnlineRegionsInterface
(ServerName serverName)