Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.quotas |
Modifier and Type | Field and Description |
---|---|
private QuotaObserverChore |
HMaster.quotaObserverChore |
Modifier and Type | Method and Description |
---|---|
QuotaObserverChore |
HMaster.getQuotaObserverChore() |
Modifier and Type | Field and Description |
---|---|
private QuotaObserverChore |
NamespaceQuotaSnapshotStore.chore |
private QuotaObserverChore |
TableQuotaSnapshotStore.chore |
Modifier and Type | Method and Description |
---|---|
private 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) |
Constructor and Description |
---|
NamespaceQuotaSnapshotStore(Connection conn,
QuotaObserverChore chore,
Map<RegionInfo,Long> regionUsage) |
TableQuotaSnapshotStore(Connection conn,
QuotaObserverChore chore,
Map<RegionInfo,Long> regionUsage) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.