Class RegionServicesForStores

java.lang.Object
org.apache.hadoop.hbase.regionserver.RegionServicesForStores

@Private public class RegionServicesForStores extends Object
Services a Store needs from a Region. RegionServicesForStores class is the interface through which memstore access services at the region level. For example, when using alternative memory formats or due to compaction the memstore needs to take occasional lock and update size counters at the region level.