| Package | Description |
|---|---|
| org.apache.hadoop.hbase.quotas |
| Modifier and Type | Class and Description |
|---|---|
class |
NamespaceQuotaSnapshotStore
QuotaSnapshotStore implementation for namespaces. |
class |
TableQuotaSnapshotStore
QuotaSnapshotStore for 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–2020 The Apache Software Foundation. All rights reserved.