public enum GridRedisCommand extends Enum<GridRedisCommand>
Cache operations are handled via REST.
| Enum Constant and Description |
|---|
APPEND
APPEND.
|
DBSIZE
DBSIZE.
|
DECR
DECR.
|
DECRBY
DECRBY.
|
DEL
DEL.
|
ECHO
Echo.
|
EXISTS
EXISTS.
|
EXPIRE
EXPIRE.
|
FLUSHALL
FLUSHALL.
|
FLUSHDB
FLUSHDB.
|
GET
GET.
|
GETRANGE
GETRANGE.
|
GETSET
GETSET.
|
INCR
INCR.
|
INCRBY
INCRBY.
|
MGET
MGET.
|
MSET
MSET.
|
PEXPIRE
PEXPIRE.
|
PING
Ping.
|
QUIT
Connection close.
|
SELECT
Select
|
SET
SET.
|
SETRANGE
SETRANGE.
|
STRLEN
STRLEN.
|
| Modifier and Type | Method and Description |
|---|---|
static GridRedisCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridRedisCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridRedisCommand PING
public static final GridRedisCommand QUIT
public static final GridRedisCommand ECHO
public static final GridRedisCommand SELECT
public static final GridRedisCommand GET
public static final GridRedisCommand MGET
public static final GridRedisCommand SET
public static final GridRedisCommand MSET
public static final GridRedisCommand INCR
public static final GridRedisCommand DECR
public static final GridRedisCommand INCRBY
public static final GridRedisCommand DECRBY
public static final GridRedisCommand APPEND
public static final GridRedisCommand STRLEN
public static final GridRedisCommand GETSET
public static final GridRedisCommand SETRANGE
public static final GridRedisCommand GETRANGE
public static final GridRedisCommand DEL
public static final GridRedisCommand EXISTS
public static final GridRedisCommand EXPIRE
public static final GridRedisCommand PEXPIRE
public static final GridRedisCommand DBSIZE
public static final GridRedisCommand FLUSHDB
public static final GridRedisCommand FLUSHALL
public static GridRedisCommand[] values()
for (GridRedisCommand c : GridRedisCommand.values()) System.out.println(c);
public static GridRedisCommand 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.10.0 Release Date : March 10 2021