public enum SynchronizedEntity extends Enum<SynchronizedEntity>
SynchronizerFactory.getAllSynchronizers() to provide
the synchronizers to the rest of the config sync machinery.| Enum Constant and Description |
|---|
METRIC_TEMPLATE |
SYSTEM_SETTINGS |
| Modifier and Type | Method and Description |
|---|---|
abstract Synchronizer<?,?> |
getSynchronizer()
Returns the synchronizer for given subsystem.
|
static SynchronizedEntity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynchronizedEntity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynchronizedEntity METRIC_TEMPLATE
public static final SynchronizedEntity SYSTEM_SETTINGS
public static SynchronizedEntity[] values()
for (SynchronizedEntity c : SynchronizedEntity.values()) System.out.println(c);
public static SynchronizedEntity valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic abstract Synchronizer<?,?> getSynchronizer()
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.