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 SpaceQuotaSnapshotNotifierHMaster.spaceQuotaSnapshotNotifierMethods in org.apache.hadoop.hbase.master that return SpaceQuotaSnapshotNotifierModifier and TypeMethodDescriptionprivate SpaceQuotaSnapshotNotifierHMaster.createQuotaSnapshotNotifier()HMaster.getSpaceQuotaSnapshotNotifier() -
Uses of SpaceQuotaSnapshotNotifier in org.apache.hadoop.hbase.quotas
Classes in org.apache.hadoop.hbase.quotas that implement SpaceQuotaSnapshotNotifierModifier and TypeClassDescriptionclassASpaceQuotaSnapshotNotifierwhich uses the hbase:quota table.Fields in org.apache.hadoop.hbase.quotas declared as SpaceQuotaSnapshotNotifierModifier and TypeFieldDescriptionprivate final SpaceQuotaSnapshotNotifierQuotaObserverChore.snapshotNotifierFields in org.apache.hadoop.hbase.quotas with type parameters of type SpaceQuotaSnapshotNotifierModifier and TypeFieldDescriptionstatic final Class<? extends SpaceQuotaSnapshotNotifier>SpaceQuotaSnapshotNotifierFactory.SNAPSHOT_NOTIFIER_DEFAULTMethods in org.apache.hadoop.hbase.quotas that return SpaceQuotaSnapshotNotifierModifier and TypeMethodDescriptionSpaceQuotaSnapshotNotifierFactory.create(org.apache.hadoop.conf.Configuration conf) Instantiates theSpaceQuotaSnapshotNotifierimplementation 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)