net.rubyeye.xmemcached.monitor
Class Constants

java.lang.Object
  extended by net.rubyeye.xmemcached.monitor.Constants

public class Constants
extends java.lang.Object

Constants

Author:
dennis

Field Summary
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,758k
static java.util.concurrent.atomic.AtomicInteger MEMCACHED_CLIENT_COUNTER
          Client instance counter
static java.lang.String NO_REPLY
           
static byte SPACE
           
static java.lang.String XMEMCACHED_JMX_ENABLE
          Whether to enable jmx supports
static java.lang.String XMEMCACHED_RMI_NAME
          JMX RMI service name
static java.lang.String XMEMCACHED_RMI_PORT
          JMX RMI port
static java.lang.String XMEMCACHED_STATISTICS_ENABLE
          Whether to enable client statisitics
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

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 java.lang.String NO_REPLY

MEMCACHED_CLIENT_COUNTER

public static final java.util.concurrent.atomic.AtomicInteger MEMCACHED_CLIENT_COUNTER
Client instance counter

Constructor Detail

Constants

public Constants()


Copyright © 2011. All Rights Reserved.