org.apache.camel.component.redis
Enum Command

java.lang.Object
  extended by java.lang.Enum<Command>
      extended by org.apache.camel.component.redis.Command
All Implemented Interfaces:
Serializable, Comparable<Command>

public enum Command
extends Enum<Command>


Enum Constant Summary
APPEND
           
AUTH
           
BGREWRITEAOF
           
BGSAVE
           
BLPOP
           
BRPOP
           
BRPOPLPUSH
           
CONFIG
           
DBSIZE
           
DEBUG
           
DECR
           
DECRBY
           
DEL
           
DISCARD
           
ECHO
           
EXEC
           
EXISTS
           
EXPIRE
           
EXPIREAT
           
FLUSHALL
           
FLUSHDB
           
GET
           
GETBIT
           
GETRANGE
           
GETSET
           
HDEL
           
HEXISTS
           
HGET
           
HGETALL
           
HINCRBY
           
HKEYS
           
HLEN
           
HMGET
           
HMSET
           
HSET
           
HSETNX
           
HVALS
           
INCR
           
INCRBY
           
INFO
           
KEYS
           
LASTSAVE
           
LINDEX
           
LINSERT
           
LLEN
           
LPOP
           
LPUSH
           
LPUSHX
           
LRANGE
           
LREM
           
LSET
           
LTRIM
           
MGET
           
MONITOR
           
MOVE
           
MSET
           
MSETNX
           
MULTI
           
PERSIST
           
PEXPIRE
           
PEXPIREAT
           
PING
           
PSUBSCRIBE
           
PUBLISH
           
PUNSUBSCRIBE
           
QUIT
           
RANDOMKEY
           
RENAME
           
RENAMENX
           
RENAMEX
           
RPOP
           
RPOPLPUSH
           
RPUSH
           
RPUSHX
           
SADD
           
SAVE
           
SCARD
           
SDIFF
           
SDIFFSTORE
           
SELECT
           
SET
           
SETBIT
           
SETEX
           
SETNX
           
SETRANGE
           
SHUTDOWN
           
SINTER
           
SINTERSTORE
           
SISMEMBER
           
SLAVEOF
           
SMEMBERS
           
SMOVE
           
SORT
           
SPOP
           
SRANDMEMBER
           
SREM
           
STRLEN
           
SUBSCRIBE
           
SUBSTR
           
SUNION
           
SUNIONSTORE
           
SYNC
           
TTL
           
TYPE
           
UNSUBSCRIBE
           
UNWATCH
           
WATCH
           
ZADD
           
ZCARD
           
ZCOUNT
           
ZINCRBY
           
ZINTERSTORE
           
ZRANGE
           
ZRANGEBYSCORE
           
ZRANK
           
ZREM
           
ZREMRANGEBYRANK
           
ZREMRANGEBYSCORE
           
ZREVRANGE
           
ZREVRANGEBYSCORE
           
ZREVRANK
           
ZSCORE
           
ZUNIONSTORE
           
 
Method Summary
static Command valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Command[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

PING

public static final Command PING

SET

public static final Command SET

GET

public static final Command GET

QUIT

public static final Command QUIT

EXISTS

public static final Command EXISTS

DEL

public static final Command DEL

TYPE

public static final Command TYPE

FLUSHDB

public static final Command FLUSHDB

KEYS

public static final Command KEYS

RANDOMKEY

public static final Command RANDOMKEY

RENAME

public static final Command RENAME

RENAMENX

public static final Command RENAMENX

RENAMEX

public static final Command RENAMEX

DBSIZE

public static final Command DBSIZE

EXPIRE

public static final Command EXPIRE

EXPIREAT

public static final Command EXPIREAT

TTL

public static final Command TTL

SELECT

public static final Command SELECT

MOVE

public static final Command MOVE

FLUSHALL

public static final Command FLUSHALL

GETSET

public static final Command GETSET

MGET

public static final Command MGET

SETNX

public static final Command SETNX

SETEX

public static final Command SETEX

MSET

public static final Command MSET

MSETNX

public static final Command MSETNX

DECRBY

public static final Command DECRBY

DECR

public static final Command DECR

INCRBY

public static final Command INCRBY

INCR

public static final Command INCR

APPEND

public static final Command APPEND

SUBSTR

public static final Command SUBSTR

HSET

public static final Command HSET

HGET

public static final Command HGET

HSETNX

public static final Command HSETNX

HMSET

public static final Command HMSET

HMGET

public static final Command HMGET

HINCRBY

public static final Command HINCRBY

HEXISTS

public static final Command HEXISTS

HDEL

public static final Command HDEL

HLEN

public static final Command HLEN

HKEYS

public static final Command HKEYS

HVALS

public static final Command HVALS

HGETALL

public static final Command HGETALL

RPUSH

public static final Command RPUSH

LPUSH

public static final Command LPUSH

LLEN

public static final Command LLEN

LRANGE

public static final Command LRANGE

LTRIM

public static final Command LTRIM

LINDEX

public static final Command LINDEX

LSET

public static final Command LSET

LREM

public static final Command LREM

LPOP

public static final Command LPOP

RPOP

public static final Command RPOP

RPOPLPUSH

public static final Command RPOPLPUSH

SADD

public static final Command SADD

SMEMBERS

public static final Command SMEMBERS

SREM

public static final Command SREM

SPOP

public static final Command SPOP

SMOVE

public static final Command SMOVE

SCARD

public static final Command SCARD

SISMEMBER

public static final Command SISMEMBER

SINTER

public static final Command SINTER

SINTERSTORE

public static final Command SINTERSTORE

SUNION

public static final Command SUNION

SUNIONSTORE

public static final Command SUNIONSTORE

SDIFF

public static final Command SDIFF

SDIFFSTORE

public static final Command SDIFFSTORE

SRANDMEMBER

public static final Command SRANDMEMBER

ZADD

public static final Command ZADD

ZRANGE

public static final Command ZRANGE

ZREM

public static final Command ZREM

ZINCRBY

public static final Command ZINCRBY

ZRANK

public static final Command ZRANK

ZREVRANK

public static final Command ZREVRANK

ZREVRANGE

public static final Command ZREVRANGE

ZCARD

public static final Command ZCARD

ZSCORE

public static final Command ZSCORE

MULTI

public static final Command MULTI

DISCARD

public static final Command DISCARD

EXEC

public static final Command EXEC

WATCH

public static final Command WATCH

UNWATCH

public static final Command UNWATCH

SORT

public static final Command SORT

BLPOP

public static final Command BLPOP

BRPOP

public static final Command BRPOP

AUTH

public static final Command AUTH

SUBSCRIBE

public static final Command SUBSCRIBE

PUBLISH

public static final Command PUBLISH

UNSUBSCRIBE

public static final Command UNSUBSCRIBE

PSUBSCRIBE

public static final Command PSUBSCRIBE

PUNSUBSCRIBE

public static final Command PUNSUBSCRIBE

ZCOUNT

public static final Command ZCOUNT

ZRANGEBYSCORE

public static final Command ZRANGEBYSCORE

ZREVRANGEBYSCORE

public static final Command ZREVRANGEBYSCORE

ZREMRANGEBYRANK

public static final Command ZREMRANGEBYRANK

ZREMRANGEBYSCORE

public static final Command ZREMRANGEBYSCORE

ZUNIONSTORE

public static final Command ZUNIONSTORE

ZINTERSTORE

public static final Command ZINTERSTORE

SAVE

public static final Command SAVE

BGSAVE

public static final Command BGSAVE

BGREWRITEAOF

public static final Command BGREWRITEAOF

LASTSAVE

public static final Command LASTSAVE

SHUTDOWN

public static final Command SHUTDOWN

INFO

public static final Command INFO

MONITOR

public static final Command MONITOR

SLAVEOF

public static final Command SLAVEOF

CONFIG

public static final Command CONFIG

STRLEN

public static final Command STRLEN

SYNC

public static final Command SYNC

LPUSHX

public static final Command LPUSHX

PERSIST

public static final Command PERSIST

RPUSHX

public static final Command RPUSHX

ECHO

public static final Command ECHO

LINSERT

public static final Command LINSERT

DEBUG

public static final Command DEBUG

BRPOPLPUSH

public static final Command BRPOPLPUSH

SETBIT

public static final Command SETBIT

GETBIT

public static final Command GETBIT

SETRANGE

public static final Command SETRANGE

GETRANGE

public static final Command GETRANGE

PEXPIRE

public static final Command PEXPIRE

PEXPIREAT

public static final Command PEXPIREAT
Method Detail

values

public static Command[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Command c : Command.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Command valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Apache Camel