public enum IndexSnapshotError extends Enum<IndexSnapshotError>
Enum Constant and Description |
---|
NOT_ENOUGH_DISK_SPACE_LOCAL_HOME |
NOT_ENOUGH_DISK_SPACE_SHARED_HOME |
NOT_WRITABLE_LOCAL_HOME |
NOT_WRITABLE_SHARED_HOME |
SNAPSHOT_NOT_EXIST |
UNKNOWN |
UNKNOWN_INDEX |
Modifier and Type | Method and Description |
---|---|
ReIndexError |
toReIndexError()
Re-index in DC consists of 2 phases: rebuild index and index snapshot propagation.
|
static IndexSnapshotError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexSnapshotError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexSnapshotError UNKNOWN_INDEX
public static final IndexSnapshotError SNAPSHOT_NOT_EXIST
public static final IndexSnapshotError NOT_WRITABLE_LOCAL_HOME
public static final IndexSnapshotError NOT_WRITABLE_SHARED_HOME
public static final IndexSnapshotError NOT_ENOUGH_DISK_SPACE_LOCAL_HOME
public static final IndexSnapshotError NOT_ENOUGH_DISK_SPACE_SHARED_HOME
public static final IndexSnapshotError UNKNOWN
public static IndexSnapshotError[] values()
for (IndexSnapshotError c : IndexSnapshotError.values()) System.out.println(c);
public static IndexSnapshotError 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 ReIndexError toReIndexError()
Copyright © 2003–2020 Atlassian. All rights reserved.