Package net.rubyeye.xmemcached.monitor
Class Constants
- java.lang.Object
-
- net.rubyeye.xmemcached.monitor.Constants
-
public class Constants extends java.lang.Object
Constants
-
-
Field Summary
Fields Modifier and Type Field Description static byte[]
CRLF
static byte[]
DECR
static byte[]
DELETE
static byte[]
GET
static byte[]
GETS
static byte[]
INCR
static int
MAX_SESSION_READ_BUFFER_SIZE
Max session read buffer size,758kstatic java.util.concurrent.atomic.AtomicInteger
MEMCACHED_CLIENT_COUNTER
Client instance counterstatic byte[]
NO_REPLY
static byte
SPACE
static byte[]
TOUCH
static java.lang.String
XMEMCACHED_JMX_ENABLE
Whether to enable jmx supportsstatic java.lang.String
XMEMCACHED_RMI_NAME
JMX RMI service namestatic java.lang.String
XMEMCACHED_RMI_PORT
JMX RMI portstatic java.lang.String
XMEMCACHED_STATISTICS_ENABLE
Whether to enable client statisitics
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
XMEMCACHED_STATISTICS_ENABLE
public static final java.lang.String XMEMCACHED_STATISTICS_ENABLE
Whether to enable client statisitics- See Also:
- Constant Field Values
-
XMEMCACHED_RMI_NAME
public static final java.lang.String XMEMCACHED_RMI_NAME
JMX RMI service name- See Also:
- Constant Field Values
-
XMEMCACHED_RMI_PORT
public static final java.lang.String XMEMCACHED_RMI_PORT
JMX RMI port- See Also:
- Constant Field Values
-
XMEMCACHED_JMX_ENABLE
public static final java.lang.String XMEMCACHED_JMX_ENABLE
Whether to enable jmx supports- See Also:
- Constant Field Values
-
CRLF
public static final byte[] CRLF
-
GET
public static final byte[] GET
-
GETS
public static final byte[] GETS
-
SPACE
public static final byte SPACE
- See Also:
- Constant Field Values
-
INCR
public static final byte[] INCR
-
DECR
public static final byte[] DECR
-
DELETE
public static final byte[] DELETE
-
TOUCH
public static final byte[] TOUCH
-
MAX_SESSION_READ_BUFFER_SIZE
public static final int MAX_SESSION_READ_BUFFER_SIZE
Max session read buffer size,758k- See Also:
- Constant Field Values
-
NO_REPLY
public static final byte[] NO_REPLY
-
MEMCACHED_CLIENT_COUNTER
public static final java.util.concurrent.atomic.AtomicInteger MEMCACHED_CLIENT_COUNTER
Client instance counter
-
-