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