Constant Field Values
Contents
com.google.*
-
com.google.code.yanf4j.buffer.AbstractIoBuffer Modifier and Type Constant Field Value private static final long
BYTE_MASK
255L
private static final long
INT_MASK
4294967295L
private static final long
SHORT_MASK
65535L
-
com.google.code.yanf4j.buffer.BufferDataException Modifier and Type Constant Field Value private static final long
serialVersionUID
-4138189188602563502L
-
com.google.code.yanf4j.buffer.CachedBufferAllocator Modifier and Type Constant Field Value private static final int
DEFAULT_MAX_CACHED_BUFFER_SIZE
262144
private static final int
DEFAULT_MAX_POOL_SIZE
8
-
com.google.code.yanf4j.config.Configuration Modifier and Type Constant Field Value public static final int
DEFAULT_INCREASE_BUFF_SIZE
32768
public static final int
MAX_READ_BUFFER_SIZE
131072
public static final java.lang.String
XMEMCACHED_SELECTOR_POOL_SIZE
"xmemcached.selector.pool.size"
-
com.google.code.yanf4j.core.impl.PoolDispatcher Modifier and Type Constant Field Value public static final float
DEFAULT_MAX_POOL_SIZE_FACTOR
1.25f
public static final int
DEFAULT_POOL_QUEUE_SIZE_FACTOR
1000
-
com.google.code.yanf4j.core.impl.TextLineCodecFactory Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_CHARSET_NAME
"utf-8"
-
com.google.code.yanf4j.nio.impl.Reactor Modifier and Type Constant Field Value public static final int
DEFAULT_WAIT
1000
-
com.google.code.yanf4j.nio.impl.Reactor.PaddingAtomicBoolean Modifier and Type Constant Field Value private static final long
serialVersionUID
5227571972657902891L
-
com.google.code.yanf4j.util.CircularQueue<E> Modifier and Type Constant Field Value private static final int
DEFAULT_CAPACITY
4
private static final long
serialVersionUID
3993421269224511264L
-
com.google.code.yanf4j.util.ConcurrentHashSet<E> Modifier and Type Constant Field Value private static final long
serialVersionUID
8518578988740277828L
-
com.google.code.yanf4j.util.LinkedTransferQueue<E> Modifier and Type Constant Field Value private static final int
NOWAIT
0
private static final long
spinForTimeoutThreshold
1000L
private static final int
TIMEOUT
1
private static final int
WAIT
2
-
com.google.code.yanf4j.util.LinkedTransferQueue.PaddedAtomicReference<T> Modifier and Type Constant Field Value private static final long
serialVersionUID
4684288940772921317L
-
com.google.code.yanf4j.util.com.google.code.yanf4j.util.LinkedTransferQueue.QNode Modifier and Type Constant Field Value private static final long
serialVersionUID
5925596372370723938L
-
com.google.code.yanf4j.util.MapBackedSet<E> Modifier and Type Constant Field Value private static final long
serialVersionUID
-8347878570391674042L
-
com.google.code.yanf4j.util.SelectorFactory Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_SELECTORS
20
public static final long
timeout
5000L
net.rubyeye.*
-
net.rubyeye.xmemcached.HashAlgorithm Modifier and Type Constant Field Value private static final long
FNV_32_INIT
2166136261L
private static final long
FNV_32_PRIME
16777619L
private static final long
FNV_64_INIT
-3750763034362895579L
private static final long
FNV_64_PRIME
1099511628211L
-
net.rubyeye.xmemcached.MemcachedClient Modifier and Type Constant Field Value public static final int
DEFAULT_CONNECT_TIMEOUT
60000
public static final int
DEFAULT_CONNECTION_POOL_SIZE
1
public static final long
DEFAULT_HEAL_SESSION_INTERVAL
2000L
public static final int
DEFAULT_MAX_TIMEOUTEXCEPTION_THRESHOLD
1000
public static final long
DEFAULT_OP_TIMEOUT
5000L
public static final int
DEFAULT_READ_THREAD_COUNT
0
public static final int
DEFAULT_SESSION_IDLE_TIMEOUT
5000
public static final int
DEFAULT_SESSION_READ_BUFF_SIZE
131072
public static final boolean
DEFAULT_TCP_KEEPLIVE
true
public static final boolean
DEFAULT_TCP_NO_DELAY
true
public static final int
DEFAULT_TCP_RECV_BUFF_SIZE
65536
public static final int
DEFAULT_TCP_SEND_BUFF_SIZE
32768
public static final int
MAX_QUEUED_NOPS
40000
-
net.rubyeye.xmemcached.XMemcachedClient Modifier and Type Constant Field Value private static final java.lang.String
CONTINUOUS_TIMEOUT_COUNTER
"ContinuousTimeouts"
-
net.rubyeye.xmemcached.aws.AWSElasticCacheClient Modifier and Type Constant Field Value public static final long
DEFAULT_POLL_CONFIG_INTERVAL_MS
60000L
-
net.rubyeye.xmemcached.aws.AWSUtils Modifier and Type Constant Field Value private static final java.lang.String
DELIMITER
"|"
-
net.rubyeye.xmemcached.aws.CacheNode Modifier and Type Constant Field Value private static final long
serialVersionUID
-2999058612548153786L
-
net.rubyeye.xmemcached.aws.ClusterConfiguration Modifier and Type Constant Field Value private static final long
serialVersionUID
6809891639636689050L
-
net.rubyeye.xmemcached.buffer.CachedBufferAllocator Modifier and Type Constant Field Value private static final int
DEFAULT_MAX_CACHED_BUFFER_SIZE
262144
private static final int
DEFAULT_MAX_POOL_SIZE
8
-
net.rubyeye.xmemcached.command.Command Modifier and Type Constant Field Value public static final byte
REQUEST_MAGIC_NUMBER
-128
public static final byte
RESPONSE_MAGIC_NUMBER
-127
-
net.rubyeye.xmemcached.command.binary.BaseBinaryCommand Modifier and Type Constant Field Value static final short
DEFAULT_VBUCKET_ID
0
static final byte
EXTRAS_LENGTH
8
-
net.rubyeye.xmemcached.command.text.TextCacheDumpCommand Modifier and Type Constant Field Value public static final java.lang.String
CACHE_DUMP_COMMAND
"stats cachedump %d 0\r\n"
-
net.rubyeye.xmemcached.command.text.TextTouchCommand Modifier and Type Constant Field Value private static final java.lang.String
NOT_FOUND
"NOT_FOUND\r\n"
private static final java.lang.String
TOUCHED
"TOUCHED\r\n"
-
net.rubyeye.xmemcached.command.text.TextVerbosityCommand Modifier and Type Constant Field Value public static final java.lang.String
VERBOSITY
"verbosity"
-
net.rubyeye.xmemcached.exception.MemcachedClientException Modifier and Type Constant Field Value private static final long
serialVersionUID
-236562546568164115L
-
net.rubyeye.xmemcached.exception.MemcachedDecodeException Modifier and Type Constant Field Value private static final long
serialVersionUID
939539859359568164L
-
net.rubyeye.xmemcached.exception.MemcachedException Modifier and Type Constant Field Value private static final long
serialVersionUID
-136568012546568164L
-
net.rubyeye.xmemcached.exception.MemcachedServerException Modifier and Type Constant Field Value private static final long
serialVersionUID
-236562546568164115L
-
net.rubyeye.xmemcached.exception.NoValueException Modifier and Type Constant Field Value private static final long
serialVersionUID
-8717259791309127913L
-
net.rubyeye.xmemcached.exception.UnknownCommandException Modifier and Type Constant Field Value private static final long
serialVersionUID
8736625460917630395L
-
net.rubyeye.xmemcached.impl.AddressMemcachedSessionComparator Modifier and Type Constant Field Value static final long
serialVersionUID
-1L
-
net.rubyeye.xmemcached.impl.IndexMemcachedSessionComparator Modifier and Type Constant Field Value static final long
serialVersionUID
-1L
-
net.rubyeye.xmemcached.impl.KetamaMemcachedSessionLocator Modifier and Type Constant Field Value static final int
DEFAULT_PORT
11211
static final int
NUM_REPS
160
-
net.rubyeye.xmemcached.impl.LibmemcachedMemcachedSessionLocator Modifier and Type Constant Field Value static final int
DEFAULT_NUM_REPS
100
-
net.rubyeye.xmemcached.impl.MemcachedHandler Modifier and Type Constant Field Value private static final java.lang.String
HEART_BEAT_FAIL_COUNT_ATTR
"heartBeatFailCount"
-
net.rubyeye.xmemcached.impl.Optimizer Modifier and Type Constant Field Value public static final int
DEFAULT_MERGE_FACTOR
32
private static final int
MARGIN
24
private final boolean
optimiezeSet
true
-
net.rubyeye.xmemcached.impl.ReconnectRequest Modifier and Type Constant Field Value private static final long
MAX_RECONNECT_INTERVAL
60000L
private static final long
MIN_RECONNECT_INTERVAL
1000L
-
net.rubyeye.xmemcached.monitor.Constants Modifier and Type Constant Field Value public static final int
MAX_SESSION_READ_BUFFER_SIZE
786432
public static final byte
SPACE
32
public static final java.lang.String
XMEMCACHED_JMX_ENABLE
"xmemcached.jmx.enable"
public static final java.lang.String
XMEMCACHED_RMI_NAME
"xmemcached.rmi.name"
public static final java.lang.String
XMEMCACHED_RMI_PORT
"xmemcached.rmi.port"
public static final java.lang.String
XMEMCACHED_STATISTICS_ENABLE
"xmemcached.statistics.enable"
-
net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_CHARSET
"UTF-8"
public static final int
DEFAULT_COMPRESSION_THRESHOLD
16384
-
net.rubyeye.xmemcached.transcoders.SerializingTranscoder Modifier and Type Constant Field Value public static final int
COMPRESSED
2
public static final int
SERIALIZED
1
public static final int
SPECIAL_BOOLEAN
256
public static final int
SPECIAL_BYTE
1280
public static final int
SPECIAL_BYTEARRAY
2048
public static final int
SPECIAL_DATE
1024
public static final int
SPECIAL_DOUBLE
1792
public static final int
SPECIAL_FLOAT
1536
public static final int
SPECIAL_INT
512
public static final int
SPECIAL_LONG
768
public static final int
SPECIAL_MASK
65280
-
net.rubyeye.xmemcached.transcoders.StringTranscoder Modifier and Type Constant Field Value public static final int
STRING_FLAG
0
-
net.rubyeye.xmemcached.transcoders.WhalinTranscoder Modifier and Type Constant Field Value public static final int
COMPRESSED
2
public static final int
SERIALIZED
8
public static final int
SPECIAL_BOOLEAN
8192
public static final int
SPECIAL_BYTE
1
public static final int
SPECIAL_BYTEARRAY
4096
public static final int
SPECIAL_CHARACTER
16
public static final int
SPECIAL_DATE
1024
public static final int
SPECIAL_DOUBLE
512
public static final int
SPECIAL_FLOAT
128
public static final int
SPECIAL_INT
4
public static final int
SPECIAL_LONG
16384
public static final int
SPECIAL_SHORT
256
public static final int
SPECIAL_STRING
32
public static final int
SPECIAL_STRINGBUFFER
64
public static final int
SPECIAL_STRINGBUILDER
2048
-
net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder Modifier and Type Constant Field Value public static final int
COMPRESSED
2
public static final int
SERIALIZED
8
public static final int
SPECIAL_BOOLEAN
2
public static final int
SPECIAL_BYTE
1
public static final int
SPECIAL_CHARACTER
5
public static final int
SPECIAL_DATE
11
public static final int
SPECIAL_DOUBLE
10
public static final int
SPECIAL_FLOAT
8
public static final int
SPECIAL_INTEGER
3
public static final int
SPECIAL_LONG
4
public static final int
SPECIAL_SHORT
9
public static final int
SPECIAL_STRING
6
public static final int
SPECIAL_STRINGBUFFER
7
public static final int
SPECIAL_STRINGBUILDER
12
-
net.rubyeye.xmemcached.utils.ByteUtils Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_CHARSET_NAME
"utf-8"
-
net.rubyeye.xmemcached.utils.FastStringEncoder Modifier and Type Constant Field Value private static final int
STEP
128