Uses of Interface
org.apache.hadoop.hbase.quotas.QuotaSnapshotStore
Packages that use QuotaSnapshotStore
-
Uses of QuotaSnapshotStore in org.apache.hadoop.hbase.quotas
Classes in org.apache.hadoop.hbase.quotas that implement QuotaSnapshotStoreModifier and TypeClassDescriptionclass
QuotaSnapshotStore
implementation for namespaces.class
QuotaSnapshotStore
for tables.Fields in org.apache.hadoop.hbase.quotas declared as QuotaSnapshotStoreModifier and TypeFieldDescriptionprivate QuotaSnapshotStore<String>
QuotaObserverChore.namespaceSnapshotStore
private QuotaSnapshotStore<TableName>
QuotaObserverChore.tableSnapshotStore
Methods in org.apache.hadoop.hbase.quotas that return QuotaSnapshotStoreModifier and TypeMethodDescription(package private) QuotaSnapshotStore<String>
QuotaObserverChore.getNamespaceSnapshotStore()
(package private) QuotaSnapshotStore<TableName>
QuotaObserverChore.getTableSnapshotStore()
Methods in org.apache.hadoop.hbase.quotas with parameters of type QuotaSnapshotStoreModifier 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.