public static enum ReplicatedIndexOperation.Operation extends Enum<ReplicatedIndexOperation.Operation>
Enum Constant and Description |
---|
BACKGROUND_REINDEX_END |
BACKGROUND_REINDEX_START |
CREATE |
DELETE |
FULL_REINDEX_END |
FULL_REINDEX_START |
PROJECT_DEINDEX |
PROJECT_REINDEX |
UPDATE |
UPDATE_WITH_RELATED |
Modifier and Type | Method and Description |
---|---|
boolean |
isReindexEnd() |
static ReplicatedIndexOperation.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicatedIndexOperation.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicatedIndexOperation.Operation UPDATE
public static final ReplicatedIndexOperation.Operation CREATE
public static final ReplicatedIndexOperation.Operation DELETE
public static final ReplicatedIndexOperation.Operation FULL_REINDEX_START
public static final ReplicatedIndexOperation.Operation FULL_REINDEX_END
public static final ReplicatedIndexOperation.Operation BACKGROUND_REINDEX_START
public static final ReplicatedIndexOperation.Operation BACKGROUND_REINDEX_END
public static final ReplicatedIndexOperation.Operation PROJECT_REINDEX
public static final ReplicatedIndexOperation.Operation UPDATE_WITH_RELATED
public static final ReplicatedIndexOperation.Operation PROJECT_DEINDEX
public static ReplicatedIndexOperation.Operation[] values()
for (ReplicatedIndexOperation.Operation c : ReplicatedIndexOperation.Operation.values()) System.out.println(c);
public static ReplicatedIndexOperation.Operation 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 boolean isReindexEnd()
Copyright © 2002-2018 Atlassian. All Rights Reserved.