public static enum IndexCreationEvent.Index extends Enum<IndexCreationEvent.Index> implements RepositoryEvent.EventType
Enum Constant and Description |
---|
INDEX_URI_CHANGE |
PACKED_INDEX_URI_CHANGE |
Modifier and Type | Method and Description |
---|---|
static IndexCreationEvent.Index |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexCreationEvent.Index[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final IndexCreationEvent.Index INDEX_URI_CHANGE
public static final IndexCreationEvent.Index PACKED_INDEX_URI_CHANGE
public static IndexCreationEvent.Index[] values()
for (IndexCreationEvent.Index c : IndexCreationEvent.Index.values()) System.out.println(c);
public static IndexCreationEvent.Index 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 © 2006–2018 The Apache Software Foundation. All rights reserved.