public static enum Protocol.Keyword extends Enum<Protocol.Keyword> implements Rawable
Enum Constant and Description |
---|
ABORT |
ABSTTL |
AGGREGATE |
ALPHA |
ASC |
BLOCK |
BY |
CAT |
CONSUMERS |
COUNT |
CREATE |
DB |
DELCONSUMER |
DELUSER |
DESC |
DESTROY |
DOCTOR |
ENCODING |
EXISTS |
FLUSH |
FORCE |
FREQ |
GENPASS |
GET |
GETNAME |
GETUSER |
GROUP |
GROUPS |
HELP |
ID |
IDLE |
IDLETIME |
INCR |
JUSTID |
KEY |
KEYS |
KILL |
LCS |
LEN |
LIMIT |
LIST |
LOAD |
LOG |
MATCH |
MAXLEN |
MESSAGE |
MINID |
MKSTREAM |
NO |
NOACK |
NOMKSTREAM |
NOSORT |
OK |
ONE |
PAUSE |
PING |
PMESSAGE |
PONG |
PSUBSCRIBE |
PUNSUBSCRIBE |
QUEUED |
REFCOUNT |
REPLACE |
RESET |
RESETSTAT |
RETRYCOUNT |
REWRITE |
SAMPLES |
SAVE |
SET |
SETID |
SETNAME |
SETUSER |
STORE |
STREAM |
STREAMS |
STRINGS |
SUBSCRIBE |
TIME |
TIMEOUT |
TO |
TYPE |
UNBLOCK |
UNLOAD |
UNSUBSCRIBE |
USAGE |
USERS |
WEIGHTS |
WHOAMI |
WITHSCORES |
WITHVALUES |
Modifier and Type | Field and Description |
---|---|
byte[] |
raw
Deprecated.
This will be private in future. Use
getRaw() . |
Modifier and Type | Method and Description |
---|---|
byte[] |
getRaw() |
static Protocol.Keyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.Keyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protocol.Keyword AGGREGATE
public static final Protocol.Keyword ALPHA
public static final Protocol.Keyword ASC
public static final Protocol.Keyword BY
public static final Protocol.Keyword DESC
public static final Protocol.Keyword GET
public static final Protocol.Keyword LIMIT
public static final Protocol.Keyword MESSAGE
public static final Protocol.Keyword NO
public static final Protocol.Keyword NOSORT
public static final Protocol.Keyword PMESSAGE
public static final Protocol.Keyword PSUBSCRIBE
public static final Protocol.Keyword PUNSUBSCRIBE
public static final Protocol.Keyword OK
public static final Protocol.Keyword ONE
public static final Protocol.Keyword QUEUED
public static final Protocol.Keyword SET
public static final Protocol.Keyword STORE
public static final Protocol.Keyword SUBSCRIBE
public static final Protocol.Keyword UNSUBSCRIBE
public static final Protocol.Keyword WEIGHTS
public static final Protocol.Keyword WITHSCORES
public static final Protocol.Keyword RESETSTAT
public static final Protocol.Keyword REWRITE
public static final Protocol.Keyword RESET
public static final Protocol.Keyword FLUSH
public static final Protocol.Keyword EXISTS
public static final Protocol.Keyword LOAD
public static final Protocol.Keyword KILL
public static final Protocol.Keyword LEN
public static final Protocol.Keyword REFCOUNT
public static final Protocol.Keyword ENCODING
public static final Protocol.Keyword IDLETIME
public static final Protocol.Keyword GETNAME
public static final Protocol.Keyword SETNAME
public static final Protocol.Keyword LIST
public static final Protocol.Keyword MATCH
public static final Protocol.Keyword COUNT
public static final Protocol.Keyword TYPE
public static final Protocol.Keyword PING
public static final Protocol.Keyword PONG
public static final Protocol.Keyword UNLOAD
public static final Protocol.Keyword REPLACE
public static final Protocol.Keyword KEYS
public static final Protocol.Keyword PAUSE
public static final Protocol.Keyword DOCTOR
public static final Protocol.Keyword BLOCK
public static final Protocol.Keyword NOACK
public static final Protocol.Keyword STREAMS
public static final Protocol.Keyword KEY
public static final Protocol.Keyword CREATE
public static final Protocol.Keyword MKSTREAM
public static final Protocol.Keyword SETID
public static final Protocol.Keyword DESTROY
public static final Protocol.Keyword DELCONSUMER
public static final Protocol.Keyword MAXLEN
public static final Protocol.Keyword GROUP
public static final Protocol.Keyword ID
public static final Protocol.Keyword IDLE
public static final Protocol.Keyword TIME
public static final Protocol.Keyword RETRYCOUNT
public static final Protocol.Keyword FORCE
public static final Protocol.Keyword USAGE
public static final Protocol.Keyword SAMPLES
public static final Protocol.Keyword STREAM
public static final Protocol.Keyword GROUPS
public static final Protocol.Keyword CONSUMERS
public static final Protocol.Keyword HELP
public static final Protocol.Keyword FREQ
public static final Protocol.Keyword SETUSER
public static final Protocol.Keyword GETUSER
public static final Protocol.Keyword DELUSER
public static final Protocol.Keyword WHOAMI
public static final Protocol.Keyword CAT
public static final Protocol.Keyword GENPASS
public static final Protocol.Keyword USERS
public static final Protocol.Keyword LOG
public static final Protocol.Keyword INCR
public static final Protocol.Keyword SAVE
public static final Protocol.Keyword JUSTID
public static final Protocol.Keyword WITHVALUES
public static final Protocol.Keyword UNBLOCK
public static final Protocol.Keyword NOMKSTREAM
public static final Protocol.Keyword MINID
public static final Protocol.Keyword DB
public static final Protocol.Keyword ABSTTL
public static final Protocol.Keyword TO
public static final Protocol.Keyword TIMEOUT
public static final Protocol.Keyword ABORT
public static final Protocol.Keyword LCS
public static final Protocol.Keyword STRINGS
@Deprecated public final byte[] raw
getRaw()
.public static Protocol.Keyword[] values()
for (Protocol.Keyword c : Protocol.Keyword.values()) System.out.println(c);
public static Protocol.Keyword 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 nullCopyright © 2022. All rights reserved.