public enum IndexAndTransformerReplicationMode extends 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(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(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 int getValue()
Copyright © 2016. All Rights Reserved.