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