@InterfaceAudience.Private public class SpaceQuotaSnapshotNotifierFactory extends Object
SpaceQuotaSnapshotNotifier implementations. Implementations
must have a no-args constructor.| 限定符和类型 | 字段和说明 |
|---|---|
static Class<? extends SpaceQuotaSnapshotNotifier> |
SNAPSHOT_NOTIFIER_DEFAULT |
static String |
SNAPSHOT_NOTIFIER_KEY |
| 限定符和类型 | 方法和说明 |
|---|---|
SpaceQuotaSnapshotNotifier |
create(org.apache.hadoop.conf.Configuration conf)
Instantiates the
SpaceQuotaSnapshotNotifier implementation as defined in the
configuration provided. |
static SpaceQuotaSnapshotNotifierFactory |
getInstance() |
public static final Class<? extends SpaceQuotaSnapshotNotifier> SNAPSHOT_NOTIFIER_DEFAULT
public static SpaceQuotaSnapshotNotifierFactory getInstance()
public SpaceQuotaSnapshotNotifier create(org.apache.hadoop.conf.Configuration conf)
SpaceQuotaSnapshotNotifier implementation as defined in the
configuration provided.conf - Configuration objectIllegalArgumentException - if the class could not be instantiatedCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.