Interface RegionServerServices

All Superinterfaces:
Abortable, FavoredNodesForRegion, MutableOnlineRegions, OnlineRegions, Server, Stoppable
All Known Implementing Classes:
HRegionServer, MiniHBaseCluster.MiniHBaseClusterRegionServer, MockRegionServerServices

A curated subset of services provided by HRegionServer. For use internally only. Passed to Managers, Services and Chores so can pass less-than-a full-on HRegionServer at test-time. Be judicious adding API. Changes cause ripples through the code base.