public static enum GridDhtTopologyFutureAdapter.OperationType extends Enum<GridDhtTopologyFutureAdapter.OperationType>
| Enum Constant and Description |
|---|
READ
Read operation.
|
WRITE
Write operation.
|
| Modifier and Type | Method and Description |
|---|---|
static GridDhtTopologyFutureAdapter.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridDhtTopologyFutureAdapter.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridDhtTopologyFutureAdapter.OperationType READ
public static final GridDhtTopologyFutureAdapter.OperationType WRITE
public static GridDhtTopologyFutureAdapter.OperationType[] values()
for (GridDhtTopologyFutureAdapter.OperationType c : GridDhtTopologyFutureAdapter.OperationType.values()) System.out.println(c);
public static GridDhtTopologyFutureAdapter.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.1 Release Date : May 21 2020