Package org.infinispan.server.memcached
Class MemcachedStats.MemcachedStatsKeys
java.lang.Object
org.infinispan.server.memcached.MemcachedStats.MemcachedStatsKeys
- Enclosing class:
MemcachedStats
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
static final byte[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PID
public static final byte[] PID -
UPTIME
public static final byte[] UPTIME -
TIME
public static final byte[] TIME -
VERSION
public static final byte[] VERSION -
POINTER_SIZE
public static final byte[] POINTER_SIZE -
RUSAGE_USER
public static final byte[] RUSAGE_USER -
RUSAGE_SYSTEM
public static final byte[] RUSAGE_SYSTEM -
CURR_ITEMS
public static final byte[] CURR_ITEMS -
TOTAL_ITEMS
public static final byte[] TOTAL_ITEMS -
BYTES
public static final byte[] BYTES -
CMD_GET
public static final byte[] CMD_GET -
CMD_SET
public static final byte[] CMD_SET -
GET_HITS
public static final byte[] GET_HITS -
GET_MISSES
public static final byte[] GET_MISSES -
DELETE_MISSES
public static final byte[] DELETE_MISSES -
DELETE_HITS
public static final byte[] DELETE_HITS -
INCR_MISSES
public static final byte[] INCR_MISSES -
INCR_HITS
public static final byte[] INCR_HITS -
DECR_MISSES
public static final byte[] DECR_MISSES -
DECR_HITS
public static final byte[] DECR_HITS -
CAS_MISSES
public static final byte[] CAS_MISSES -
CAS_HITS
public static final byte[] CAS_HITS -
CAS_BADVAL
public static final byte[] CAS_BADVAL -
AUTH_CMDS
public static final byte[] AUTH_CMDS -
AUTH_ERRORS
public static final byte[] AUTH_ERRORS -
EVICTIONS
public static final byte[] EVICTIONS -
BYTES_READ
public static final byte[] BYTES_READ -
BYTES_WRITTEN
public static final byte[] BYTES_WRITTEN -
CURR_CONNECTIONS
public static final byte[] CURR_CONNECTIONS -
TOTAL_CONNECTIONS
public static final byte[] TOTAL_CONNECTIONS -
THREADS
public static final byte[] THREADS -
CONNECTION_STRUCTURES
public static final byte[] CONNECTION_STRUCTURES -
LIMIT_MAXBYTES
public static final byte[] LIMIT_MAXBYTES -
CONN_YIELDS
public static final byte[] CONN_YIELDS -
RECLAIMED
public static final byte[] RECLAIMED
-
-
Constructor Details
-
MemcachedStatsKeys
public MemcachedStatsKeys()
-