Class BinaryMemcacheOpcodes
- java.lang.Object
-
- io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
@UnstableApi public final class BinaryMemcacheOpcodes extends java.lang.Object
Represents all Opcodes that can occur in aBinaryMemcacheMessage
. This class can be extended if a custom application needs to implement a superset of the normally supported operations by a vanilla memcached protocol.
-
-
Field Summary
Fields Modifier and Type Field Description static byte
ADD
static byte
ADDQ
static byte
APPEND
static byte
APPENDQ
static byte
DECREMENT
static byte
DECREMENTQ
static byte
DELETE
static byte
DELETEQ
static byte
FLUSH
static byte
FLUSHQ
static byte
GAT
static byte
GATK
static byte
GATKQ
static byte
GATQ
static byte
GET
static byte
GETK
static byte
GETKQ
static byte
GETQ
static byte
INCREMENT
static byte
INCREMENTQ
static byte
NOOP
static byte
PREPEND
static byte
PREPENDQ
static byte
QUIT
static byte
QUITQ
static byte
REPLACE
static byte
REPLACEQ
static byte
SASL_AUTH
static byte
SASL_LIST_MECHS
static byte
SASL_STEP
static byte
SET
static byte
SETQ
static byte
STAT
static byte
TOUCH
static byte
VERSION
-
-
-
Field Detail
-
GET
public static final byte GET
- See Also:
- Constant Field Values
-
SET
public static final byte SET
- See Also:
- Constant Field Values
-
ADD
public static final byte ADD
- See Also:
- Constant Field Values
-
REPLACE
public static final byte REPLACE
- See Also:
- Constant Field Values
-
DELETE
public static final byte DELETE
- See Also:
- Constant Field Values
-
INCREMENT
public static final byte INCREMENT
- See Also:
- Constant Field Values
-
DECREMENT
public static final byte DECREMENT
- See Also:
- Constant Field Values
-
QUIT
public static final byte QUIT
- See Also:
- Constant Field Values
-
FLUSH
public static final byte FLUSH
- See Also:
- Constant Field Values
-
GETQ
public static final byte GETQ
- See Also:
- Constant Field Values
-
NOOP
public static final byte NOOP
- See Also:
- Constant Field Values
-
VERSION
public static final byte VERSION
- See Also:
- Constant Field Values
-
GETK
public static final byte GETK
- See Also:
- Constant Field Values
-
GETKQ
public static final byte GETKQ
- See Also:
- Constant Field Values
-
APPEND
public static final byte APPEND
- See Also:
- Constant Field Values
-
PREPEND
public static final byte PREPEND
- See Also:
- Constant Field Values
-
STAT
public static final byte STAT
- See Also:
- Constant Field Values
-
SETQ
public static final byte SETQ
- See Also:
- Constant Field Values
-
ADDQ
public static final byte ADDQ
- See Also:
- Constant Field Values
-
REPLACEQ
public static final byte REPLACEQ
- See Also:
- Constant Field Values
-
DELETEQ
public static final byte DELETEQ
- See Also:
- Constant Field Values
-
INCREMENTQ
public static final byte INCREMENTQ
- See Also:
- Constant Field Values
-
DECREMENTQ
public static final byte DECREMENTQ
- See Also:
- Constant Field Values
-
QUITQ
public static final byte QUITQ
- See Also:
- Constant Field Values
-
FLUSHQ
public static final byte FLUSHQ
- See Also:
- Constant Field Values
-
APPENDQ
public static final byte APPENDQ
- See Also:
- Constant Field Values
-
PREPENDQ
public static final byte PREPENDQ
- See Also:
- Constant Field Values
-
TOUCH
public static final byte TOUCH
- See Also:
- Constant Field Values
-
GAT
public static final byte GAT
- See Also:
- Constant Field Values
-
GATQ
public static final byte GATQ
- See Also:
- Constant Field Values
-
GATK
public static final byte GATK
- See Also:
- Constant Field Values
-
GATKQ
public static final byte GATKQ
- See Also:
- Constant Field Values
-
SASL_LIST_MECHS
public static final byte SASL_LIST_MECHS
- See Also:
- Constant Field Values
-
SASL_AUTH
public static final byte SASL_AUTH
- See Also:
- Constant Field Values
-
SASL_STEP
public static final byte SASL_STEP
- See Also:
- Constant Field Values
-
-