public enum IndexChangeTypes extends Enum<IndexChangeTypes>
Enum Constant and Description |
---|
INDEX_ADDED |
INDEX_DEMOTED_TO_ABANDONED |
INDEX_DEMOTED_TO_DISABLED |
INDEX_DEMOTED_TO_IDLE |
INDEX_MARKED_AS_ERRORED |
INDEX_PROMOTED_FROM_IDLE |
INDEX_REMOVED |
MAP_COMPLETED |
NONE |
REDUCE_COMPLETED |
REMOVE_FROM_INDEX |
SIDE_BY_SIDE_REPLACE |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static IndexChangeTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexChangeTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexChangeTypes NONE
public static final IndexChangeTypes MAP_COMPLETED
public static final IndexChangeTypes REDUCE_COMPLETED
public static final IndexChangeTypes REMOVE_FROM_INDEX
public static final IndexChangeTypes INDEX_ADDED
public static final IndexChangeTypes INDEX_REMOVED
public static final IndexChangeTypes INDEX_DEMOTED_TO_IDLE
public static final IndexChangeTypes INDEX_PROMOTED_FROM_IDLE
public static final IndexChangeTypes INDEX_DEMOTED_TO_ABANDONED
public static final IndexChangeTypes INDEX_DEMOTED_TO_DISABLED
public static final IndexChangeTypes INDEX_MARKED_AS_ERRORED
public static final IndexChangeTypes SIDE_BY_SIDE_REPLACE
public static IndexChangeTypes[] values()
for (IndexChangeTypes c : IndexChangeTypes.values()) System.out.println(c);
public static IndexChangeTypes 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.