Uses of Interface
org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifier
Packages that use SpaceQuotaSnapshotNotifier
-
Uses of SpaceQuotaSnapshotNotifier in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master declared as SpaceQuotaSnapshotNotifierModifier and TypeFieldDescriptionprivate SpaceQuotaSnapshotNotifier
HMaster.spaceQuotaSnapshotNotifier
Methods in org.apache.hadoop.hbase.master that return SpaceQuotaSnapshotNotifierModifier and TypeMethodDescriptionprivate SpaceQuotaSnapshotNotifier
HMaster.createQuotaSnapshotNotifier()
HMaster.getSpaceQuotaSnapshotNotifier()
-
Uses of SpaceQuotaSnapshotNotifier in org.apache.hadoop.hbase.quotas
Classes in org.apache.hadoop.hbase.quotas that implement SpaceQuotaSnapshotNotifierModifier and TypeClassDescriptionclass
ASpaceQuotaSnapshotNotifier
which uses the hbase:quota table.Fields in org.apache.hadoop.hbase.quotas declared as SpaceQuotaSnapshotNotifierModifier and TypeFieldDescriptionprivate final SpaceQuotaSnapshotNotifier
QuotaObserverChore.snapshotNotifier
Fields in org.apache.hadoop.hbase.quotas with type parameters of type SpaceQuotaSnapshotNotifierModifier and TypeFieldDescriptionstatic final Class<? extends SpaceQuotaSnapshotNotifier>
SpaceQuotaSnapshotNotifierFactory.SNAPSHOT_NOTIFIER_DEFAULT
Methods in org.apache.hadoop.hbase.quotas that return SpaceQuotaSnapshotNotifierModifier and TypeMethodDescriptionSpaceQuotaSnapshotNotifierFactory.create
(org.apache.hadoop.conf.Configuration conf) Instantiates theSpaceQuotaSnapshotNotifier
implementation as defined in the configuration provided.Constructors in org.apache.hadoop.hbase.quotas with parameters of type SpaceQuotaSnapshotNotifierModifierConstructorDescription(package private)
QuotaObserverChore
(Connection conn, org.apache.hadoop.conf.Configuration conf, SpaceQuotaSnapshotNotifier snapshotNotifier, MasterQuotaManager quotaManager, Stoppable stopper, MetricsMaster metrics)