| Package | Description |
|---|---|
| org.apache.hadoop.hbase.quotas | |
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpRegionSizeStore
A
RegionSizeStore implementation that stores nothing. |
class |
RegionSizeStoreImpl
A
RegionSizeStore implementation backed by a ConcurrentHashMap. |
| Modifier and Type | Method and Description |
|---|---|
RegionSizeStore |
RegionSizeStoreFactory.createStore() |
RegionSizeStore |
RegionServerSpaceQuotaManager.getRegionSizeStore()
Returns the
RegionSizeStore tracking filesystem utilization by each region. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RegionServerServices.reportRegionSizesForQuotas(RegionSizeStore sizeStore)
Reports the provided Region sizes hosted by this RegionServer to the active Master.
|
boolean |
HRegionServer.reportRegionSizesForQuotas(RegionSizeStore regionSizeStore)
Reports the given map of Regions and their size on the filesystem to the active Master.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.