public static enum IgniteTree.OperationType extends Enum<IgniteTree.OperationType>
| Modifier and Type | Method and Description |
|---|---|
static IgniteTree.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgniteTree.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IgniteTree.OperationType NOOP
public static final IgniteTree.OperationType REMOVE
public static final IgniteTree.OperationType PUT
public static final IgniteTree.OperationType IN_PLACE
public static IgniteTree.OperationType[] values()
for (IgniteTree.OperationType c : IgniteTree.OperationType.values()) System.out.println(c);
public static IgniteTree.OperationType 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.8.0 Release Date : February 27 2020