Uses of Interface
org.apache.hadoop.hbase.quotas.RegionSize
Packages that use RegionSize
-
Uses of RegionSize in org.apache.hadoop.hbase.quotas
Classes in org.apache.hadoop.hbase.quotas that implement RegionSizeModifier and TypeClassDescriptionclass
An object encapsulating a Region's size and whether it's been reported to the master since the value last changed.Fields in org.apache.hadoop.hbase.quotas with type parameters of type RegionSizeModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<RegionInfo,
RegionSize> RegionSizeStoreImpl.store
Methods in org.apache.hadoop.hbase.quotas that return RegionSizeModifier and TypeMethodDescriptionNoOpRegionSizeStore.getRegionSize
(RegionInfo regionInfo) RegionSizeStore.getRegionSize
(RegionInfo regionInfo) Returns the size for the give region if one exists.RegionSizeStoreImpl.getRegionSize
(RegionInfo regionInfo) RegionSize.incrementSize
(long delta) Atomically adds the provideddelta
to the region size.NoOpRegionSizeStore.remove
(RegionInfo regionInfo) RegionSizeStore.remove
(RegionInfo regionInfo) Removes the mapping for the given key, returning the value if one exists in the store.RegionSizeStoreImpl.remove
(RegionInfo regionInfo) RegionSize.setSize
(long newSize) Updates the size of the Region.Methods in org.apache.hadoop.hbase.quotas that return types with arguments of type RegionSize