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 TypeClassDescriptionclassQuotaSnapshotStoreimplementation for namespaces.classQuotaSnapshotStorefor tables.Fields in org.apache.hadoop.hbase.quotas declared as QuotaSnapshotStoreModifier and TypeFieldDescriptionprivate QuotaSnapshotStore<String>QuotaObserverChore.namespaceSnapshotStoreprivate QuotaSnapshotStore<TableName>QuotaObserverChore.tableSnapshotStoreMethods 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) intQuotaObserverChore.TablesWithQuotas.getNumReportedRegions(TableName table, QuotaSnapshotStore<TableName> tableStore) Computes the number of regions reported for a table.