| 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 |
| Constructor and Description |
|---|
NamespaceQuotaSnapshotStore(Connection conn,
QuotaObserverChore chore,
Map<RegionInfo,Long> regionUsage) |
TableQuotaSnapshotStore(Connection conn,
QuotaObserverChore chore,
Map<RegionInfo,Long> regionUsage) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.