public static enum GridClientCacheRequest.GridCacheOperation extends Enum<GridClientCacheRequest.GridCacheOperation>
| Enum Constant and Description |
|---|
APPEND
Append requested value to already cached one.
|
CAS
Cache compare and set.
|
GET
Cache get.
|
GET_ALL
Cache get all.
|
METRICS
Cache metrics request.
|
PREPEND
Prepend requested value to already cached one.
|
PUT
Cache put.
|
PUT_ALL
Cache put all.
|
REPLACE
Cache replace (put only if exists).
|
RMV
Cache remove.
|
RMV_ALL
Cache remove all.
|
| Modifier and Type | Method and Description |
|---|---|
static GridClientCacheRequest.GridCacheOperation |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static GridClientCacheRequest.GridCacheOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridClientCacheRequest.GridCacheOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridClientCacheRequest.GridCacheOperation PUT
public static final GridClientCacheRequest.GridCacheOperation PUT_ALL
public static final GridClientCacheRequest.GridCacheOperation GET
public static final GridClientCacheRequest.GridCacheOperation GET_ALL
public static final GridClientCacheRequest.GridCacheOperation RMV
public static final GridClientCacheRequest.GridCacheOperation RMV_ALL
public static final GridClientCacheRequest.GridCacheOperation REPLACE
public static final GridClientCacheRequest.GridCacheOperation CAS
public static final GridClientCacheRequest.GridCacheOperation METRICS
public static final GridClientCacheRequest.GridCacheOperation APPEND
public static final GridClientCacheRequest.GridCacheOperation PREPEND
public static GridClientCacheRequest.GridCacheOperation[] values()
for (GridClientCacheRequest.GridCacheOperation c : GridClientCacheRequest.GridCacheOperation.values()) System.out.println(c);
public static GridClientCacheRequest.GridCacheOperation 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@Nullable public static GridClientCacheRequest.GridCacheOperation fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019