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 byteADDstatic byteADDQstatic byteAPPENDstatic byteAPPENDQstatic byteDECREMENTstatic byteDECREMENTQstatic byteDELETEstatic byteDELETEQstatic byteFLUSHstatic byteFLUSHQstatic byteGATstatic byteGATKstatic byteGATKQstatic byteGATQstatic byteGETstatic byteGETKstatic byteGETKQstatic byteGETQstatic byteINCREMENTstatic byteINCREMENTQstatic byteNOOPstatic bytePREPENDstatic bytePREPENDQstatic byteQUITstatic byteQUITQstatic byteREPLACEstatic byteREPLACEQstatic byteSASL_AUTHstatic byteSASL_LIST_MECHSstatic byteSASL_STEPstatic byteSETstatic byteSETQstatic byteSTATstatic byteTOUCHstatic byteVERSION
-
-
-
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
-
-