public static enum IndexBuildStatusHolder.Status extends Enum<IndexBuildStatusHolder.Status>
| Enum Constant and Description |
|---|
COMPLETE
All operations complete.
|
DELETE
To be deleted.
|
INIT
Initial status - operation(s) in progress.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexBuildStatusHolder.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexBuildStatusHolder.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexBuildStatusHolder.Status INIT
public static final IndexBuildStatusHolder.Status COMPLETE
public static final IndexBuildStatusHolder.Status DELETE
public static IndexBuildStatusHolder.Status[] values()
for (IndexBuildStatusHolder.Status c : IndexBuildStatusHolder.Status.values()) System.out.println(c);
public static IndexBuildStatusHolder.Status 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 null
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023