Uses of Interface
org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifier
-
Uses of SpaceQuotaSnapshotNotifier in org.apache.hadoop.hbase.master
Modifier and TypeFieldDescriptionprivate SpaceQuotaSnapshotNotifier
HMaster.spaceQuotaSnapshotNotifier
Modifier and TypeMethodDescriptionprivate SpaceQuotaSnapshotNotifier
HMaster.createQuotaSnapshotNotifier()
HMaster.getSpaceQuotaSnapshotNotifier()
-
Uses of SpaceQuotaSnapshotNotifier in org.apache.hadoop.hbase.quotas
Modifier and TypeClassDescriptionclass
ASpaceQuotaSnapshotNotifier
which uses the hbase:quota table.Modifier and TypeFieldDescriptionprivate final SpaceQuotaSnapshotNotifier
QuotaObserverChore.snapshotNotifier
Modifier and TypeFieldDescriptionstatic final Class<? extends SpaceQuotaSnapshotNotifier>
SpaceQuotaSnapshotNotifierFactory.SNAPSHOT_NOTIFIER_DEFAULT
Modifier and TypeMethodDescriptionSpaceQuotaSnapshotNotifierFactory.create
(org.apache.hadoop.conf.Configuration conf) Instantiates theSpaceQuotaSnapshotNotifier
implementation as defined in the configuration provided.ModifierConstructorDescription(package private)
QuotaObserverChore
(Connection conn, org.apache.hadoop.conf.Configuration conf, SpaceQuotaSnapshotNotifier snapshotNotifier, MasterQuotaManager quotaManager, Stoppable stopper, MetricsMaster metrics)