Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.quotas |
Modifier and Type | Field and Description |
---|---|
private SpaceQuotaSnapshotNotifier |
HMaster.spaceQuotaSnapshotNotifier |
Modifier and Type | Method and Description |
---|---|
private SpaceQuotaSnapshotNotifier |
HMaster.createQuotaSnapshotNotifier() |
SpaceQuotaSnapshotNotifier |
HMaster.getSpaceQuotaSnapshotNotifier() |
Modifier and Type | Class and Description |
---|---|
class |
TableSpaceQuotaSnapshotNotifier
A
SpaceQuotaSnapshotNotifier which uses the hbase:quota table. |
Modifier and Type | Field and Description |
---|---|
private SpaceQuotaSnapshotNotifier |
QuotaObserverChore.snapshotNotifier |
Modifier and Type | Field and Description |
---|---|
static Class<? extends SpaceQuotaSnapshotNotifier> |
SpaceQuotaSnapshotNotifierFactory.SNAPSHOT_NOTIFIER_DEFAULT |
Modifier and Type | Method and Description |
---|---|
SpaceQuotaSnapshotNotifier |
SpaceQuotaSnapshotNotifierFactory.create(org.apache.hadoop.conf.Configuration conf)
Instantiates the
SpaceQuotaSnapshotNotifier implementation as defined in the
configuration provided. |
Constructor and Description |
---|
QuotaObserverChore(Connection conn,
org.apache.hadoop.conf.Configuration conf,
SpaceQuotaSnapshotNotifier snapshotNotifier,
MasterQuotaManager quotaManager,
Stoppable stopper,
MetricsMaster metrics) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.