Uses of Interface
org.apache.hadoop.hbase.quotas.QuotaSnapshotStore
-
Uses of QuotaSnapshotStore in org.apache.hadoop.hbase.quotas
Modifier and TypeClassDescriptionclass
QuotaSnapshotStore
implementation for namespaces.class
QuotaSnapshotStore
for tables.Modifier and TypeFieldDescriptionprivate QuotaSnapshotStore<String>
QuotaObserverChore.namespaceSnapshotStore
private QuotaSnapshotStore<TableName>
QuotaObserverChore.tableSnapshotStore
Modifier and TypeMethodDescription(package private) QuotaSnapshotStore<String>
QuotaObserverChore.getNamespaceSnapshotStore()
(package private) QuotaSnapshotStore<TableName>
QuotaObserverChore.getTableSnapshotStore()
Modifier and TypeMethodDescriptionQuotaObserverChore.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.