Uses of Interface
org.apache.hadoop.hbase.regionserver.OnlineRegions
Packages that use OnlineRegions
Package
Description
Table of Contents
-
Uses of OnlineRegions in org.apache.hadoop.hbase
Classes in org.apache.hadoop.hbase that implement OnlineRegionsModifier 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
Methods in org.apache.hadoop.hbase.coprocessor that return OnlineRegionsModifier 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
Subinterfaces of OnlineRegions in org.apache.hadoop.hbase.regionserverModifier and TypeInterfaceDescriptioninterface
Interface to Map of online regions.interface
A curated subset of services provided byHRegionServer
.Classes in org.apache.hadoop.hbase.regionserver that implement OnlineRegionsModifier and TypeClassDescriptionclass
HRegionServer makes a set of HRegions available to clients.Methods in org.apache.hadoop.hbase.regionserver that return OnlineRegionsModifier and TypeMethodDescriptionRegionCoprocessorHost.RegionEnvironment.getOnlineRegions()
RegionServerCoprocessorHost.RegionServerEnvironment.getOnlineRegions()
-
Uses of OnlineRegions in org.apache.hadoop.hbase.testing
Methods in org.apache.hadoop.hbase.testing that return types with arguments of type OnlineRegionsModifier and TypeMethodDescriptionTestingHBaseCluster.getOnlineRegionsInterface
(ServerName serverName) Get the server sideOnlineRegions
interface for the specific region server.TestingHBaseClusterImpl.getOnlineRegionsInterface
(ServerName serverName)