public static enum ReIndexStartedEvent.IndexingMethod extends Enum<ReIndexStartedEvent.IndexingMethod>
Enum Constant and Description |
---|
INDEX_PROPAGATION |
INDEX_RECOVERY |
Modifier and Type | Method and Description |
---|---|
static ReIndexStartedEvent.IndexingMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReIndexStartedEvent.IndexingMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReIndexStartedEvent.IndexingMethod INDEX_RECOVERY
public static final ReIndexStartedEvent.IndexingMethod INDEX_PROPAGATION
public static ReIndexStartedEvent.IndexingMethod[] values()
for (ReIndexStartedEvent.IndexingMethod c : ReIndexStartedEvent.IndexingMethod.values()) System.out.println(c);
public static ReIndexStartedEvent.IndexingMethod 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 nullCopyright © 2003–2021 Atlassian. All rights reserved.