| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.quotas | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NamespaceQuotaSnapshotStoreQuotaSnapshotStoreimplementation for namespaces. | 
| class  | TableQuotaSnapshotStoreQuotaSnapshotStorefor tables. | 
| Modifier and Type | Field and Description | 
|---|---|
| private QuotaSnapshotStore<String> | QuotaObserverChore. namespaceSnapshotStore | 
| private QuotaSnapshotStore<TableName> | QuotaObserverChore. tableSnapshotStore | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) QuotaSnapshotStore<String> | QuotaObserverChore. getNamespaceSnapshotStore() | 
| (package private) QuotaSnapshotStore<TableName> | QuotaObserverChore. getTableSnapshotStore() | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<TableName> | QuotaObserverChore.TablesWithQuotas. filterInsufficientlyReportedTables(QuotaSnapshotStore<TableName> tableStore)Filters out all tables for which the Master currently doesn't have enough region space
 reports received from RegionServers yet. | 
| (package private) int | QuotaObserverChore.TablesWithQuotas. getNumReportedRegions(TableName table,
                     QuotaSnapshotStore<TableName> tableStore)Computes the number of regions reported for a table. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.