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.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.master
Classes in org.apache.hadoop.hbase.master that implement OnlineRegionsModifier and TypeClassDescriptionclassHMaster is the "master server" for HBase.static class -
Uses of OnlineRegions in org.apache.hadoop.hbase.regionserver
Subinterfaces of OnlineRegions in org.apache.hadoop.hbase.regionserverModifier and TypeInterfaceDescriptioninterfaceInterface to Map of online regions.interfaceA curated subset of services provided byHRegionServer.Classes in org.apache.hadoop.hbase.regionserver that implement OnlineRegionsModifier and TypeClassDescriptionclassHRegionServer 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 sideOnlineRegionsinterface for the specific region server.TestingHBaseClusterImpl.getOnlineRegionsInterface(ServerName serverName)