public enum IndexAndTransformerReplicationMode extends java.lang.Enum<IndexAndTransformerReplicationMode>
Enum Constant and Description |
---|
INDEXES
All indexes are replicated.
|
NONE
No indexes or transformers are updated to replicated instances.
|
TRANSFORMERS
All transformers are replicated.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static IndexAndTransformerReplicationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexAndTransformerReplicationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexAndTransformerReplicationMode NONE
public static final IndexAndTransformerReplicationMode INDEXES
public static final IndexAndTransformerReplicationMode TRANSFORMERS
public static IndexAndTransformerReplicationMode[] values()
for (IndexAndTransformerReplicationMode c : IndexAndTransformerReplicationMode.values()) System.out.println(c);
public static IndexAndTransformerReplicationMode 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 namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
Copyright © 2014. All Rights Reserved.