|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ISyncService.Scope>
org.sdnplatform.sync.ISyncService.Scope
public static enum ISyncService.Scope
Enum Constant Summary | |
---|---|
GLOBAL
Stores with this scope will be replicated to all nodes in the cluster |
|
LOCAL
Stores with this scope will be replicated only to other nodes within the writing node's local domain |
|
UNSYNCHRONIZED
Stores with this scope will not be replicated and will be stored locally only. |
Method Summary | |
---|---|
static ISyncService.Scope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ISyncService.Scope[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ISyncService.Scope GLOBAL
public static final ISyncService.Scope LOCAL
public static final ISyncService.Scope UNSYNCHRONIZED
Method Detail |
---|
public static ISyncService.Scope[] values()
for (ISyncService.Scope c : ISyncService.Scope.values()) System.out.println(c);
public static ISyncService.Scope valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |