Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.quotas |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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. |
Copyright © 2007–2019 Cloudera. All rights reserved.