Uses of Interface
org.apache.hadoop.hbase.regionserver.OnlineRegions
Packages that use org.apache.hadoop.hbase.regionserver.OnlineRegions
Package
Description
Table of Contents
-
Uses of org.apache.hadoop.hbase.regionserver.OnlineRegions in org.apache.hadoop.hbase
Classes in org.apache.hadoop.hbase that implement org.apache.hadoop.hbase.regionserver.OnlineRegions in inModifier and TypeClassDescriptionstatic classorg.apache.hadoop.hbase.MiniHBaseCluster.MiniHBaseClusterRegionServerDeprecated.Subclass so can get at protected methods (none at moment).classorg.apache.hadoop.hbase.MockRegionServerServicesBasic mock region server services. -
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 inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.regionserver.OnlineRegionsRegionCoprocessorEnvironment.getOnlineRegions()Returns Interface to Map of regions online on this RegionServerRegionCoprocessorEnvironment.getServerName()}.org.apache.hadoop.hbase.regionserver.OnlineRegionsRegionServerCoprocessorEnvironment.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.regionserver
Subinterfaces of org.apache.hadoop.hbase.regionserver.OnlineRegions in in org.apache.hadoop.hbase.regionserverModifier and TypeInterfaceDescriptioninterfaceorg.apache.hadoop.hbase.regionserver.MutableOnlineRegionsInterface to Map of online regions.interfaceorg.apache.hadoop.hbase.regionserver.RegionServerServicesA curated subset of services provided byHRegionServer.Classes in org.apache.hadoop.hbase.regionserver that implement org.apache.hadoop.hbase.regionserver.OnlineRegions in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.regionserver.HRegionServerHRegionServer 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 inModifier and TypeMethodDescriptionOptional<org.apache.hadoop.hbase.regionserver.OnlineRegions>TestingHBaseCluster.getOnlineRegionsInterface(org.apache.hadoop.hbase.ServerName serverName) Get the server sideOnlineRegionsinterface for the specific region server.