AbstractUpdateRequest.ACTION instead@Deprecated public static enum UpdateRequest.ACTION extends Enum<UpdateRequest.ACTION>
| Enum Constant and Description |
|---|
COMMIT
Deprecated.
|
OPTIMIZE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateRequest.ACTION |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static UpdateRequest.ACTION[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateRequest.ACTION COMMIT
public static final UpdateRequest.ACTION OPTIMIZE
public static UpdateRequest.ACTION[] values()
for (UpdateRequest.ACTION c : UpdateRequest.ACTION.values()) System.out.println(c);
public static UpdateRequest.ACTION 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