Class TextConstants
java.lang.Object
org.infinispan.server.memcached.text.TextConstants
Memcached text protocol utilities.
- Since:
- 4.1
- Author:
- Galder ZamarreƱo
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final byte[]
static final byte[]
static final byte[]
static final int
static final byte[]
static final byte[]
static final int
static final BigInteger
static final BigInteger
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final String
static final int
static final byte[]
static final byte[]
static final byte[]
static final int
static final byte[]
-
Method Summary
-
Field Details
-
CRLF
- See Also:
-
CRLFBytes
public static final byte[] CRLFBytes -
END
public static final byte[] END -
END_SIZE
public static final int END_SIZE -
DELETED
public static final byte[] DELETED -
NOT_FOUND
public static final byte[] NOT_FOUND -
EXISTS
public static final byte[] EXISTS -
STORED
public static final byte[] STORED -
NOT_STORED
public static final byte[] NOT_STORED -
OK
public static final byte[] OK -
TOUCHED
public static final byte[] TOUCHED -
ERROR
public static final byte[] ERROR -
CLIENT_ERROR_BAD_FORMAT
- See Also:
-
CLIENT_ERROR_AUTH
- See Also:
-
SERVER_ERROR
- See Also:
-
VALUE
public static final byte[] VALUE -
VALUE_SIZE
public static final int VALUE_SIZE -
ZERO
public static final byte[] ZERO -
NOREPLY
public static final byte[] NOREPLY -
MN
public static final byte[] MN -
SPACE
public static final int SPACE- See Also:
-
MAX_UNSIGNED_LONG
-
MIN_UNSIGNED
-
MAX_EXPIRATION
public static final int MAX_EXPIRATION- See Also:
-