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 QuotaObserverChoreNamespaceQuotaSnapshotStore.choreprivate final QuotaObserverChoreTableQuotaSnapshotStore.choreMethods in org.apache.hadoop.hbase.quotas with parameters of type QuotaObserverChoreModifier and TypeMethodDescriptionprivate booleanMasterQuotaManager.isInViolationAndPolicyDisable(TableName tableName, QuotaObserverChore quotaObserverChore) Method to check if a table is in violation and policy set on table is DISABLE.(package private) intMasterQuotaManager.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)