Uses of Class
org.apache.hadoop.hbase.quotas.QuotaObserverChore
-
Uses of QuotaObserverChore in org.apache.hadoop.hbase.master
-
Uses of QuotaObserverChore in org.apache.hadoop.hbase.quotas
Modifier and TypeFieldDescriptionprivate final QuotaObserverChore
NamespaceQuotaSnapshotStore.chore
private final QuotaObserverChore
TableQuotaSnapshotStore.chore
Modifier and TypeMethodDescriptionprivate boolean
MasterQuotaManager.isInViolationAndPolicyDisable
(TableName tableName, QuotaObserverChore quotaObserverChore) Method to check if a table is in violation and policy set on table is DISABLE.(package private) int
MasterQuotaManager.pruneEntriesOlderThan
(long timeToPruneBefore, QuotaObserverChore quotaObserverChore) ModifierConstructorDescriptionNamespaceQuotaSnapshotStore
(Connection conn, QuotaObserverChore chore, Map<RegionInfo, Long> regionUsage) TableQuotaSnapshotStore
(Connection conn, QuotaObserverChore chore, Map<RegionInfo, Long> regionUsage)