@UnstableApi public final class BinaryMemcacheOpcodes extends Object
BinaryMemcacheMessage
.
This class can be extended if a custom application needs to implement a superset of the normally supported
operations by a vanilla memcached protocol.Modifier and Type | Field and 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 |
public static final byte GET
public static final byte SET
public static final byte ADD
public static final byte REPLACE
public static final byte DELETE
public static final byte INCREMENT
public static final byte DECREMENT
public static final byte QUIT
public static final byte FLUSH
public static final byte GETQ
public static final byte NOOP
public static final byte VERSION
public static final byte GETK
public static final byte GETKQ
public static final byte APPEND
public static final byte PREPEND
public static final byte STAT
public static final byte SETQ
public static final byte ADDQ
public static final byte REPLACEQ
public static final byte DELETEQ
public static final byte INCREMENTQ
public static final byte DECREMENTQ
public static final byte QUITQ
public static final byte FLUSHQ
public static final byte APPENDQ
public static final byte PREPENDQ
public static final byte TOUCH
public static final byte GAT
public static final byte GATQ
public static final byte GATK
public static final byte GATKQ
public static final byte SASL_LIST_MECHS
public static final byte SASL_AUTH
public static final byte SASL_STEP
Copyright © 2008–2017 The Netty Project. All rights reserved.