Class RegionSizeStoreImpl

java.lang.Object
org.apache.hadoop.hbase.quotas.RegionSizeStoreImpl
All Implemented Interfaces:
Iterable<Map.Entry<RegionInfo,RegionSize>>, HeapSize, RegionSizeStore

@Private public class RegionSizeStoreImpl extends Object implements RegionSizeStore
A RegionSizeStore implementation backed by a ConcurrentHashMap. We expected similar amounts of reads and writes to the "store", so using a RWLock is not going to provide any exceptional gains.