@UnstableApi public final class BinaryMemcacheResponseStatus extends Object
BinaryMemcacheResponse
can return.Modifier and Type | Field and Description |
---|---|
static short |
AUTH_CONTINUE |
static short |
AUTH_ERROR |
static short |
DELTA_BADVAL |
static short |
E2BIG |
static short |
EINVA |
static short |
ENOMEM |
static short |
KEY_EEXISTS |
static short |
KEY_ENOENT |
static short |
NOT_STORED |
static short |
SUCCESS |
static short |
UNKNOWN_COMMAND |
public static final short SUCCESS
public static final short KEY_ENOENT
public static final short KEY_EEXISTS
public static final short E2BIG
public static final short EINVA
public static final short NOT_STORED
public static final short DELTA_BADVAL
public static final short AUTH_ERROR
public static final short AUTH_CONTINUE
public static final short UNKNOWN_COMMAND
public static final short ENOMEM
Copyright © 2008–2017 The Netty Project. All rights reserved.