Uses of Class
org.apache.hadoop.hbase.quotas.QuotaObserverChore
Packages that use QuotaObserverChore
-
Uses of QuotaObserverChore in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master declared as QuotaObserverChoreMethods in org.apache.hadoop.hbase.master that return QuotaObserverChore -
Uses of QuotaObserverChore in org.apache.hadoop.hbase.quotas
Fields in org.apache.hadoop.hbase.quotas declared as QuotaObserverChoreModifier and TypeFieldDescriptionprivate final QuotaObserverChore
NamespaceQuotaSnapshotStore.chore
private final QuotaObserverChore
TableQuotaSnapshotStore.chore
Methods in org.apache.hadoop.hbase.quotas with parameters of type QuotaObserverChoreModifier 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) Constructors in org.apache.hadoop.hbase.quotas with parameters of type QuotaObserverChoreModifierConstructorDescriptionNamespaceQuotaSnapshotStore
(Connection conn, QuotaObserverChore chore, Map<RegionInfo, Long> regionUsage) TableQuotaSnapshotStore
(Connection conn, QuotaObserverChore chore, Map<RegionInfo, Long> regionUsage)