public static enum StoreOperationRecord.StoreOperationType extends Enum<StoreOperationRecord.StoreOperationType>
| Enum Constant and Description |
|---|
ENTRY_CREATE |
INDEX_PUT |
INDEX_REMOVE |
| Modifier and Type | Method and Description |
|---|---|
static StoreOperationRecord.StoreOperationType |
fromOrdinal(int ord) |
static StoreOperationRecord.StoreOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreOperationRecord.StoreOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoreOperationRecord.StoreOperationType ENTRY_CREATE
public static final StoreOperationRecord.StoreOperationType INDEX_PUT
public static final StoreOperationRecord.StoreOperationType INDEX_REMOVE
public static StoreOperationRecord.StoreOperationType[] values()
for (StoreOperationRecord.StoreOperationType c : StoreOperationRecord.StoreOperationType.values()) System.out.println(c);
public static StoreOperationRecord.StoreOperationType 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 static StoreOperationRecord.StoreOperationType fromOrdinal(int ord)
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017