public enum GridRestCommand extends Enum<GridRestCommand>
| Enum Constant and Description |
|---|
ATOMIC_DECREMENT
Decrement.
|
ATOMIC_INCREMENT
Increment.
|
CACHE_ADD
Store value in cache if it doesn't exist.
|
CACHE_APPEND
Append.
|
CACHE_CAS
Compare and set.
|
CACHE_GET
Get cached value.
|
CACHE_GET_ALL
Get several cached values.
|
CACHE_METRICS
Cache metrics.
|
CACHE_PREPEND
Prepend.
|
CACHE_PUT
Store value in cache.
|
CACHE_PUT_ALL
Store several values in cache.
|
CACHE_QUERY_EXECUTE
Start query execution.
|
CACHE_QUERY_FETCH
Fetch query results.
|
CACHE_QUERY_REBUILD_INDEXES
Rebuild indexes.
|
CACHE_REMOVE
Remove value from cache.
|
CACHE_REMOVE_ALL
Remove several values from cache.
|
CACHE_REPLACE
Replace cache value only if there is currently a mapping for it.
|
EXE
Task execution .
|
LOG
Log.
|
NODE
Single node info.
|
NOOP
No-op.
|
QUIT
Quit.
|
RESULT
Task execution .
|
TOPOLOGY
Grid topology.
|
VERSION
Version.
|
| Modifier and Type | Method and Description |
|---|---|
static GridRestCommand |
fromKey(String key) |
static GridRestCommand |
fromOrdinal(int ord) |
String |
key() |
static GridRestCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridRestCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridRestCommand CACHE_GET
public static final GridRestCommand CACHE_GET_ALL
public static final GridRestCommand CACHE_PUT
public static final GridRestCommand CACHE_ADD
public static final GridRestCommand CACHE_PUT_ALL
public static final GridRestCommand CACHE_REMOVE
public static final GridRestCommand CACHE_REMOVE_ALL
public static final GridRestCommand CACHE_REPLACE
public static final GridRestCommand CACHE_CAS
public static final GridRestCommand CACHE_APPEND
public static final GridRestCommand CACHE_PREPEND
public static final GridRestCommand CACHE_METRICS
public static final GridRestCommand ATOMIC_INCREMENT
public static final GridRestCommand ATOMIC_DECREMENT
public static final GridRestCommand TOPOLOGY
public static final GridRestCommand NODE
public static final GridRestCommand EXE
public static final GridRestCommand RESULT
public static final GridRestCommand VERSION
public static final GridRestCommand LOG
public static final GridRestCommand NOOP
public static final GridRestCommand QUIT
public static final GridRestCommand CACHE_QUERY_EXECUTE
public static final GridRestCommand CACHE_QUERY_FETCH
public static final GridRestCommand CACHE_QUERY_REBUILD_INDEXES
public static GridRestCommand[] values()
for (GridRestCommand c : GridRestCommand.values()) System.out.println(c);
public static GridRestCommand 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 GridRestCommand fromOrdinal(int ord)
ord - Byte to convert to enum.@Nullable public static GridRestCommand fromKey(String key)
key - Key.public String key()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015