A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractController - com.google.code.yanf4j.core.impl 中的 类
Base controller
AbstractController() - 类 com.google.code.yanf4j.core.impl.AbstractController 的构造方法
 
AbstractController(Configuration) - 类 com.google.code.yanf4j.core.impl.AbstractController 的构造方法
 
AbstractController(Configuration, CodecFactory) - 类 com.google.code.yanf4j.core.impl.AbstractController 的构造方法
 
AbstractController(Configuration, Handler, CodecFactory) - 类 com.google.code.yanf4j.core.impl.AbstractController 的构造方法
 
AbstractIoBuffer - com.google.code.yanf4j.buffer 中的 类
A base implementation of IoBuffer.
AbstractIoBuffer(IoBufferAllocator, int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 的构造方法
Creates a new parent buffer.
AbstractIoBuffer(AbstractIoBuffer) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 的构造方法
Creates a new derived buffer.
AbstractMemcachedSessionLocator - net.rubyeye.xmemcached.impl 中的 类
Abstract session locator
AbstractMemcachedSessionLocator() - 类 net.rubyeye.xmemcached.impl.AbstractMemcachedSessionLocator 的构造方法
 
AbstractNioSession - com.google.code.yanf4j.nio.impl 中的 类
Abstract nio session
AbstractNioSession(NioSessionConfig) - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 的构造方法
 
AbstractSession - com.google.code.yanf4j.core.impl 中的 类
Base connection
AbstractSession(SessionConfig) - 类 com.google.code.yanf4j.core.impl.AbstractSession 的构造方法
 
add(E) - 类 com.google.code.yanf4j.util.CircularQueue 中的方法
 
add(int, E) - 类 com.google.code.yanf4j.util.CircularQueue 中的方法
 
add(E) - 类 com.google.code.yanf4j.util.ConcurrentHashSet 中的方法
 
add(E) - 类 com.google.code.yanf4j.util.MapBackedSet 中的方法
 
add(String, int, T, Transcoder<T>, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Add key-value item to memcached, success only when the key is not exists in memcached.
add(String, int, Object) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
add(String, int, Object, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
add(String, int, T, Transcoder<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
add(String, int, T, Transcoder<T>, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
add(String, int, Object) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
add(String, int, Object, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
add(String, int, T, Transcoder<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
addAndGet(long) - 类 net.rubyeye.xmemcached.Counter 中的方法
Add value and get the result
addAuthInfo(InetSocketAddress, AuthInfo) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Add auth info for memcached server
addAuthInfo(InetSocketAddress, AuthInfo) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
addCommand(Command) - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
addOneServerWithWeight(String, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
addOneServerWithWeight(String, int) - 接口 net.rubyeye.xmemcached.XMemcachedClientMBean 中的方法
Add a memcached server
AddrUtil - net.rubyeye.xmemcached.utils 中的 类
Convenience utilities for simplifying common address parsing.
AddrUtil() - 类 net.rubyeye.xmemcached.utils.AddrUtil 的构造方法
 
addServer(String, int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Aadd a memcached server,the thread call this method will be blocked until the connecting operations completed(success or fail)
addServer(InetSocketAddress) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Add a memcached server,the thread call this method will be blocked until the connecting operations completed(success or fail)
addServer(String) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Add many memcached servers.You can call this method through JMX or program
addServer(String, int, int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
add a memcached server to MemcachedClient
addServer(InetSocketAddress, int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
addServer(String, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
addServer(String, int, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
add a memcached server to MemcachedClient
addServer(InetSocketAddress) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
addServer(InetSocketAddress, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
addServer(String) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
addServer(String) - 接口 net.rubyeye.xmemcached.XMemcachedClientMBean 中的方法
Add memcached servers
addSession(Session) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
addStateListener(ControllerStateListener) - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
addStateListener(ControllerStateListener) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
addStateListener(MemcachedClientStateListener) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Add a memcached client listener
addStateListener(MemcachedClientStateListener) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Add a state listener
addStateListener(MemcachedClientStateListener) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
addStateListener(MemcachedClientStateListener) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
addToWatingQueue(ReconnectRequest) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
addToWatingQueue(ReconnectRequest) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
addWithNoReply(String, int, Object) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Add key-value item to memcached, success only when the key is not exists in memcached.This method doesn't wait for reply.
addWithNoReply(String, int, T, Transcoder<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
addWithNoReply(String, int, Object) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
addWithNoReply(String, int, T, Transcoder<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
allocate(int, boolean) - 类 com.google.code.yanf4j.buffer.CachedBufferAllocator 中的方法
 
allocate(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的静态方法
Returns the direct or heap buffer which is capable to store the specified amount of bytes.
allocate(int, boolean) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的静态方法
Returns the buffer which is capable of the specified size.
allocate(int, boolean) - 接口 com.google.code.yanf4j.buffer.IoBufferAllocator 中的方法
Returns the buffer which is capable of the specified size.
allocate(int, boolean) - 类 com.google.code.yanf4j.buffer.SimpleBufferAllocator 中的方法
 
allocate(int) - 接口 net.rubyeye.xmemcached.buffer.BufferAllocator 中的方法
已过时。  
allocate(int) - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator 中的方法
已过时。  
allocate(int) - 类 net.rubyeye.xmemcached.buffer.SimpleBufferAllocator 中的方法
已过时。  
allocateNioBuffer(int, boolean) - 类 com.google.code.yanf4j.buffer.CachedBufferAllocator 中的方法
 
allocateNioBuffer(int, boolean) - 接口 com.google.code.yanf4j.buffer.IoBufferAllocator 中的方法
Returns the NIO buffer which is capable of the specified size.
allocateNioBuffer(int, boolean) - 类 com.google.code.yanf4j.buffer.SimpleBufferAllocator 中的方法
 
append(String, Object) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
append(String, Object, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Append value to key's data item,this method will wait for reply
append(String, Object) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
append(String, Object, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
appendWithNoReply(String, Object) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Append value to key's data item,this method doesn't wait for reply.
appendWithNoReply(String, Object) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
aquire() - 类 net.rubyeye.xmemcached.FlowControl 中的方法
 
array() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
array() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
ArrayMemcachedSessionLocator - net.rubyeye.xmemcached.impl 中的 类
Session locator base on hash(key) mod sessions.size().Standard hash strategy
ArrayMemcachedSessionLocator() - 类 net.rubyeye.xmemcached.impl.ArrayMemcachedSessionLocator 的构造方法
 
ArrayMemcachedSessionLocator(HashAlgorithm) - 类 net.rubyeye.xmemcached.impl.ArrayMemcachedSessionLocator 的构造方法
 
arrayOffset() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
arrayOffset() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
asCharBuffer() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
asCharBuffer() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
asCharBuffer() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
asDoubleBuffer() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
asDoubleBuffer() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
asDoubleBuffer() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
asFloatBuffer() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
asFloatBuffer() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
asFloatBuffer() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
asInputStream() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Returns an InputStream that reads the data from this buffer.
asInputStream() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Returns an InputStream that reads the data from this buffer.
asInputStream() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
asIntBuffer() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
asIntBuffer() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
asIntBuffer() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
asLongBuffer() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
asLongBuffer() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
asLongBuffer() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
asOutputStream() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Returns an OutputStream that appends the data into this buffer.
asOutputStream() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Returns an OutputStream that appends the data into this buffer.
asOutputStream() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
asReadOnlyBuffer() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
asReadOnlyBuffer() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
asReadOnlyBuffer() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
asReadOnlyBuffer0() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Implement this method to return the unexpandable read only version of this buffer.
asShortBuffer() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
asShortBuffer() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
asShortBuffer() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
AssocCommandAware - net.rubyeye.xmemcached.command 中的 接口
Assoc commands aware interface.Association commands mean that commands has the same key.
attributes - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
AuthInfo - net.rubyeye.xmemcached.auth 中的 类
Authentication infomation for a memcached server
AuthInfo(CallbackHandler, String[]) - 类 net.rubyeye.xmemcached.auth.AuthInfo 的构造方法
 
AuthMemcachedConnectListener - net.rubyeye.xmemcached.auth 中的 类
Client state listener for auth
AuthMemcachedConnectListener() - 类 net.rubyeye.xmemcached.auth.AuthMemcachedConnectListener 的构造方法
 
AuthTask - net.rubyeye.xmemcached.auth 中的 类
Authentication task
AuthTask(AuthInfo, CommandFactory, MemcachedTCPSession) - 类 net.rubyeye.xmemcached.auth.AuthTask 的构造方法
 

B

BaseBinaryCommand - net.rubyeye.xmemcached.command.binary 中的 类
Base Binary command.
BaseBinaryCommand(String, byte[], CommandType, CountDownLatch, int, long, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 的构造方法
 
BaseSerializingTranscoder - net.rubyeye.xmemcached.transcoders 中的 类
Base class for any transcoders that may want to work with serialized or compressed data.
BaseSerializingTranscoder() - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 的构造方法
 
BinaryAppendPrependCommand - net.rubyeye.xmemcached.command.binary 中的 类
Binary protocol for append,prepend
BinaryAppendPrependCommand(String, byte[], CommandType, CountDownLatch, int, long, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.binary.BinaryAppendPrependCommand 的构造方法
 
BinaryAuthListMechanismsCommand - net.rubyeye.xmemcached.command.binary 中的 类
List auth mechanisms command
BinaryAuthListMechanismsCommand(CountDownLatch) - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthListMechanismsCommand 的构造方法
 
BinaryAuthStartCommand - net.rubyeye.xmemcached.command.binary 中的 类
Auth start command
BinaryAuthStartCommand(String, byte[], CountDownLatch, byte[]) - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthStartCommand 的构造方法
 
BinaryAuthStepCommand - net.rubyeye.xmemcached.command.binary 中的 类
Auth step command
BinaryAuthStepCommand(String, byte[], CountDownLatch, byte[]) - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthStepCommand 的构造方法
 
BinaryCASCommand - net.rubyeye.xmemcached.command.binary 中的 类
CAS binary protocol implementation
BinaryCASCommand(String, byte[], CommandType, CountDownLatch, int, long, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.binary.BinaryCASCommand 的构造方法
 
BinaryCommandFactory - net.rubyeye.xmemcached.command 中的 类
Binary protocol command factory
BinaryCommandFactory() - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 的构造方法
 
BinaryDecodeStatus - net.rubyeye.xmemcached.command.binary 中的 枚举
Binary protocol decode status.
BinaryDeleteCommand - net.rubyeye.xmemcached.command.binary 中的 类
Binary delete command
BinaryDeleteCommand(String, byte[], CommandType, CountDownLatch, boolean) - 类 net.rubyeye.xmemcached.command.binary.BinaryDeleteCommand 的构造方法
 
BinaryFlushAllCommand - net.rubyeye.xmemcached.command.binary 中的 类
Flush command for binary protocol
BinaryFlushAllCommand(CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.binary.BinaryFlushAllCommand 的构造方法
 
BinaryGetAndTouchCommand - net.rubyeye.xmemcached.command.binary 中的 类
Binary GAT/GATQ command
BinaryGetAndTouchCommand(String, byte[], CommandType, CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetAndTouchCommand 的构造方法
 
BinaryGetCommand - net.rubyeye.xmemcached.command.binary 中的 类
Implements get/getq,getk/getkq protocol
BinaryGetCommand(String, byte[], CommandType, CountDownLatch, OpCode, boolean) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetCommand 的构造方法
 
BinaryGetMultiCommand - net.rubyeye.xmemcached.command.binary 中的 类
A command for holding getkq commands
BinaryGetMultiCommand(String, CommandType, CountDownLatch) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetMultiCommand 的构造方法
 
BinaryIncrDecrCommand - net.rubyeye.xmemcached.command.binary 中的 类
Binary incr/decr command
BinaryIncrDecrCommand(String, byte[], long, long, int, CommandType, boolean) - 类 net.rubyeye.xmemcached.command.binary.BinaryIncrDecrCommand 的构造方法
 
BinaryNoopCommand - net.rubyeye.xmemcached.command.binary 中的 类
Implement noop protocol
BinaryNoopCommand(CountDownLatch) - 类 net.rubyeye.xmemcached.command.binary.BinaryNoopCommand 的构造方法
 
BinaryQuitCommand - net.rubyeye.xmemcached.command.binary 中的 类
Quit command for binary protocol
BinaryQuitCommand() - 类 net.rubyeye.xmemcached.command.binary.BinaryQuitCommand 的构造方法
 
BinarySetMultiCommand - net.rubyeye.xmemcached.command.binary 中的 类
A command for holding getkq commands
BinarySetMultiCommand(String, CommandType, CountDownLatch) - 类 net.rubyeye.xmemcached.command.binary.BinarySetMultiCommand 的构造方法
 
BinaryStatsCommand - net.rubyeye.xmemcached.command.binary 中的 类
Stats command for binary protocol
BinaryStatsCommand(InetSocketAddress, CountDownLatch, String) - 类 net.rubyeye.xmemcached.command.binary.BinaryStatsCommand 的构造方法
 
BinaryStoreCommand - net.rubyeye.xmemcached.command.binary 中的 类
Base binary protocol implementation
BinaryStoreCommand(String, byte[], CommandType, CountDownLatch, int, long, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.binary.BinaryStoreCommand 的构造方法
 
BinaryTouchCommand - net.rubyeye.xmemcached.command.binary 中的 类
Binary touch command
BinaryTouchCommand(String, byte[], CommandType, CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.binary.BinaryTouchCommand 的构造方法
 
BinaryVerbosityCommand - net.rubyeye.xmemcached.command.binary 中的 类
Binary verbosity command
BinaryVerbosityCommand(CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.binary.BinaryVerbosityCommand 的构造方法
 
BinaryVersionCommand - net.rubyeye.xmemcached.command.binary 中的 类
Version command for binary protocol
BinaryVersionCommand(CountDownLatch, InetSocketAddress) - 类 net.rubyeye.xmemcached.command.binary.BinaryVersionCommand 的构造方法
 
bind(InetSocketAddress) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
Bind localhost address
bind(int) - 类 com.google.code.yanf4j.nio.impl.NioController 中的方法
 
blockingRead() - 类 com.google.code.yanf4j.nio.impl.NioTCPSession 中的方法
Blocking read using temp selector
blockingWrite(SelectableChannel, WriteMessage, IoBuffer) - 类 com.google.code.yanf4j.nio.impl.NioTCPSession 中的方法
Blocking write using temp selector
buf(ByteBuffer) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Sets the underlying NIO buffer instance.
buf() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Returns the underlying NIO buffer instance.
buf() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
buffer - 类 com.google.code.yanf4j.core.impl.WriteMessageImpl 中的变量
 
BufferAllocator - net.rubyeye.xmemcached.buffer 中的 接口
已过时。 
BufferDataException - com.google.code.yanf4j.buffer 中的 异常
A RuntimeException which is thrown when the data the IoBuffer contains is corrupt.
BufferDataException() - 异常 com.google.code.yanf4j.buffer.BufferDataException 的构造方法
 
BufferDataException(String) - 异常 com.google.code.yanf4j.buffer.BufferDataException 的构造方法
 
BufferDataException(String, Throwable) - 异常 com.google.code.yanf4j.buffer.BufferDataException 的构造方法
 
BufferDataException(Throwable) - 异常 com.google.code.yanf4j.buffer.BufferDataException 的构造方法
 
build() - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Build MemcachedClient by current options.
build() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
buildQueue() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
Build write queue for session
buildQueue() - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
Build write queue for session
buildSession(SocketChannel) - 类 com.google.code.yanf4j.nio.impl.SocketChannelController 中的方法
 
buildSession(SocketChannel) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
buildSessionConfig(SelectableChannel, Queue<WriteMessage>) - 类 com.google.code.yanf4j.nio.impl.NioController 中的方法
Build nio session config
byte2hex(byte, StringBuffer) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
 
ByteBufferCodecFactory - com.google.code.yanf4j.core.impl 中的 类
Default codec factory
ByteBufferCodecFactory() - 类 com.google.code.yanf4j.core.impl.ByteBufferCodecFactory 的构造方法
 
ByteBufferCodecFactory(boolean) - 类 com.google.code.yanf4j.core.impl.ByteBufferCodecFactory 的构造方法
 
ByteBufferCodecFactory.ByteBufferDecoder - com.google.code.yanf4j.core.impl 中的 类
 
ByteBufferCodecFactory.ByteBufferDecoder() - 类 com.google.code.yanf4j.core.impl.ByteBufferCodecFactory.ByteBufferDecoder 的构造方法
 
ByteBufferCodecFactory.ByteBufferEncoder - com.google.code.yanf4j.core.impl 中的 类
 
ByteBufferCodecFactory.ByteBufferEncoder() - 类 com.google.code.yanf4j.core.impl.ByteBufferCodecFactory.ByteBufferEncoder 的构造方法
 
ByteBufferMatcher - com.google.code.yanf4j.util 中的 接口
ByteBuffer matcher
ByteBufferUtils - com.google.code.yanf4j.util 中的 类
 
ByteBufferUtils() - 类 com.google.code.yanf4j.util.ByteBufferUtils 的构造方法
 
ByteUtils - net.rubyeye.xmemcached.utils 中的 类
Utilities for byte process

C

CACHE_DUMP_COMMAND - 类 net.rubyeye.xmemcached.command.text.TextCacheDumpCommand 中的静态变量
 
CachedBufferAllocator - com.google.code.yanf4j.buffer 中的 类
An IoBufferAllocator that caches the buffers which are likely to be reused during auto-expansion of the buffers.
CachedBufferAllocator() - 类 com.google.code.yanf4j.buffer.CachedBufferAllocator 的构造方法
Creates a new instance with the default parameters (#DEFAULT_MAX_POOL_SIZE and #DEFAULT_MAX_CACHED_BUFFER_SIZE).
CachedBufferAllocator(int, int) - 类 com.google.code.yanf4j.buffer.CachedBufferAllocator 的构造方法
Creates a new instance.
CachedBufferAllocator - net.rubyeye.xmemcached.buffer 中的 类
已过时。 
CachedBufferAllocator() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator 的构造方法
已过时。 Creates a new instance with the default parameters (#DEFAULT_MAX_POOL_SIZE and #DEFAULT_MAX_CACHED_BUFFER_SIZE).
CachedBufferAllocator(int, int) - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator 的构造方法
已过时。 Creates a new instance.
CachedBufferAllocator.CachedIoBuffer - net.rubyeye.xmemcached.buffer 中的 类
已过时。  
CachedBufferAllocator.CachedIoBuffer(ByteBuffer) - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 的构造方法
已过时。  
CachedData - net.rubyeye.xmemcached.transcoders 中的 类
Cached data with its attributes.
CachedData() - 类 net.rubyeye.xmemcached.transcoders.CachedData 的构造方法
 
CachedData(int, byte[], int, long) - 类 net.rubyeye.xmemcached.transcoders.CachedData 的构造方法
Get a CachedData instance for the given flags and byte array.
CachedData(int, byte[]) - 类 net.rubyeye.xmemcached.transcoders.CachedData 的构造方法
Get a CachedData instance for the given flags and byte array.
cancel(boolean) - 类 com.google.code.yanf4j.core.impl.FutureImpl 中的方法
cancel(boolean) - 类 com.google.code.yanf4j.core.impl.FutureLockImpl 中的方法
cancel - 类 net.rubyeye.xmemcached.command.Command 中的变量
 
cancel() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
capacity() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
capacity(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Increases the capacity of this buffer.
capacity() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
capacity(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Increases the capacity of this buffer.
capacity() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
capacity(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
capacity() - 类 com.google.code.yanf4j.util.CircularQueue 中的方法
Returns the capacity of this queue.
capacity() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
capacity() - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
capacity() - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
cas - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的变量
 
cas - 类 net.rubyeye.xmemcached.command.text.TextStoreCommand 中的变量
 
cas(String, int, Object, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
cas(String, int, T, Transcoder<T>, long, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Cas is a check and set operation which means "store this data but only if no one else has updated since I last fetched it."
cas(String, int, Object, long, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
cas(String, int, T, Transcoder<T>, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
cas(String, int, CASOperation<T>, Transcoder<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Cas is a check and set operation which means "store this data but only if no one else has updated since I last fetched it."
cas(String, int, GetsResponse<T>, CASOperation<T>, Transcoder<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
cas is a check and set operation which means "store this data but only if no one else has updated since I last fetched it."
cas(String, int, GetsResponse<T>, CASOperation<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
cas(String, GetsResponse<T>, CASOperation<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
cas(String, int, CASOperation<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
cas(String, CASOperation<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
cas(String, int, Object, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
cas(String, int, T, Transcoder<T>, long, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
cas(String, int, Object, long, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
cas(String, int, T, Transcoder<T>, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
cas(String, int, CASOperation<T>, Transcoder<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
cas(String, int, GetsResponse<T>, CASOperation<T>, Transcoder<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
cas(String, int, GetsResponse<T>, CASOperation<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
cas(String, GetsResponse<T>, CASOperation<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
cas(String, int, CASOperation<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
cas(String, CASOperation<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
CASOperation<T> - net.rubyeye.xmemcached 中的 接口
CAS operation,encapsulate gets and cas commands,and supports retry times.
casWithNoReply(String, GetsResponse<T>, CASOperation<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
casWithNoReply(String, int, GetsResponse<T>, CASOperation<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
cas noreply
casWithNoReply(String, int, CASOperation<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
casWithNoReply(String, CASOperation<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
casWithNoReply(String, CASOperation<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
casWithNoReply(String, GetsResponse<T>, CASOperation<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
casWithNoReply(String, int, CASOperation<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
casWithNoReply(String, int, GetsResponse<T>, CASOperation<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
channel() - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
channel() - 接口 com.google.code.yanf4j.nio.NioSession 中的方法
return the channel for this connection
charset - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的变量
 
checkKey(byte[]) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
 
checkKey(String) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
 
checkSocketAddress(InetSocketAddress) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
checkStatisticsForRestart() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
CircularQueue<E> - com.google.code.yanf4j.util 中的 类
A circular queue from mina
CircularQueue() - 类 com.google.code.yanf4j.util.CircularQueue 的构造方法
Construct a new, empty queue.
CircularQueue(int) - 类 com.google.code.yanf4j.util.CircularQueue 的构造方法
 
clear() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
clear() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
clear() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
clear(ByteBuffer[]) - 类 com.google.code.yanf4j.util.ByteBufferUtils 中的静态方法
 
clear() - 类 com.google.code.yanf4j.util.CircularQueue 中的方法
 
clear() - 类 com.google.code.yanf4j.util.MapBackedSet 中的方法
 
clear() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
clear() - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
clear() - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
clear() - 类 net.rubyeye.xmemcached.monitor.MemcachedClientNameHolder 中的静态方法
 
clearAttributes() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
clearAttributes() - 接口 com.google.code.yanf4j.core.Session 中的方法
Clear attributes
clearAttributes() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
clearWriteQueue() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
close() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
close() - 接口 com.google.code.yanf4j.core.Session 中的方法
Close session
close() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
close() - 类 net.rubyeye.xmemcached.impl.KeyIteratorImpl 中的方法
 
close() - 接口 net.rubyeye.xmemcached.KeyIterator 中的方法
已过时。 Close this iterator when you don't need it any more.It is not mandatory to call this method, but you might want to invoke this method for maximum performance.
closeChannel() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
closeChannel() - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
closeChannel() - 类 com.google.code.yanf4j.nio.impl.NioTCPSession 中的方法
 
closeChannel(Selector) - 接口 com.google.code.yanf4j.nio.SelectionKeyHandler 中的方法
 
closeChannel(Selector) - 类 com.google.code.yanf4j.nio.TCPController 中的方法
 
closeChannel(Selector) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
closed - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
ClosedMemcachedTCPSession - net.rubyeye.xmemcached.impl 中的 类
Closed session
ClosedMemcachedTCPSession(InetSocketAddressWrapper) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 的构造方法
 
closeSelectionKey(SelectionKey) - 类 com.google.code.yanf4j.nio.impl.NioController 中的方法
Cancel selection key
closeSelectionKey(SelectionKey) - 接口 com.google.code.yanf4j.nio.SelectionKeyHandler 中的方法
 
CodecFactory - com.google.code.yanf4j.core 中的 接口
Codec factory
codecFactory - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
Codec Factory
codecFactory - 类 com.google.code.yanf4j.core.SessionConfig 中的变量
 
CodecFactory.Decoder - com.google.code.yanf4j.core 中的 接口
 
CodecFactory.Encoder - com.google.code.yanf4j.core 中的 接口
 
com.google.code.yanf4j.buffer - 软件包 com.google.code.yanf4j.buffer
IoBuffer from mina
com.google.code.yanf4j.config - 软件包 com.google.code.yanf4j.config
Networking configuration
com.google.code.yanf4j.core - 软件包 com.google.code.yanf4j.core
Networking core package
com.google.code.yanf4j.core.impl - 软件包 com.google.code.yanf4j.core.impl
 
com.google.code.yanf4j.nio - 软件包 com.google.code.yanf4j.nio
Nio implementation
com.google.code.yanf4j.nio.impl - 软件包 com.google.code.yanf4j.nio.impl
 
com.google.code.yanf4j.statistics - 软件包 com.google.code.yanf4j.statistics
Networking statistics
com.google.code.yanf4j.statistics.impl - 软件包 com.google.code.yanf4j.statistics.impl
 
com.google.code.yanf4j.util - 软件包 com.google.code.yanf4j.util
Yanf4j utilities
Command - net.rubyeye.xmemcached.command 中的 类
Abstract Memcached Command
Command() - 类 net.rubyeye.xmemcached.command.Command 的构造方法
 
Command(String, byte[], CountDownLatch) - 类 net.rubyeye.xmemcached.command.Command 的构造方法
 
Command(String, byte[], CommandType, CountDownLatch) - 类 net.rubyeye.xmemcached.command.Command 的构造方法
 
Command(CommandType) - 类 net.rubyeye.xmemcached.command.Command 的构造方法
 
Command(CommandType, CountDownLatch) - 类 net.rubyeye.xmemcached.command.Command 的构造方法
 
Command(String, CommandType, CountDownLatch) - 类 net.rubyeye.xmemcached.command.Command 的构造方法
 
commandAlreadySent - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的变量
Command which are already sent
CommandFactory - net.rubyeye.xmemcached 中的 接口
 
commandFactory - 类 net.rubyeye.xmemcached.XMemcachedClient 中的变量
 
commandType - 类 net.rubyeye.xmemcached.command.Command 中的变量
 
CommandType - net.rubyeye.xmemcached.command 中的 枚举
Command Type for memcached protocol.
compact() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
compact() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
compact() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
compare(Session, Session) - 类 net.rubyeye.xmemcached.impl.MemcachedSessionComparator 中的方法
 
compareTo(IoBuffer) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
compareTo(IoBuffer) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
compareTo(Delayed) - 类 net.rubyeye.xmemcached.impl.ReconnectRequest 中的方法
 
compress(byte[]) - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的方法
Compress the given array of bytes.
COMPRESSED - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的静态变量
 
COMPRESSED - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的静态变量
 
COMPRESSED - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的静态变量
 
CompressionMode - net.rubyeye.xmemcached.transcoders 中的 枚举
Compress mode for compressing data
compressionThreshold - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的变量
 
compressMode - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的变量
 
computeMd5(String) - 枚举 net.rubyeye.xmemcached.HashAlgorithm 中的静态方法
Get the md5 of the given key.
ConcurrentHashSet<E> - com.google.code.yanf4j.util 中的 类
A ConcurrentHashMap-backed Set.
ConcurrentHashSet() - 类 com.google.code.yanf4j.util.ConcurrentHashSet 的构造方法
 
ConcurrentHashSet(Collection<E>) - 类 com.google.code.yanf4j.util.ConcurrentHashSet 的构造方法
 
Configuration - com.google.code.yanf4j.config 中的 类
Networking configuration
Configuration() - 类 com.google.code.yanf4j.config.Configuration 的构造方法
 
configuration - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
 
configureSocketChannel(SocketChannel) - 类 com.google.code.yanf4j.nio.impl.SocketChannelController 中的方法
Confiure socket channel
connect(InetSocketAddressWrapper) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
connect(InetSocketAddressWrapper) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
ConnectFuture - net.rubyeye.xmemcached.impl 中的 类
Connect operation future
ConnectFuture(InetSocketAddressWrapper) - 类 net.rubyeye.xmemcached.impl.ConnectFuture 的构造方法
 
connectionPoolSize - 类 net.rubyeye.xmemcached.XMemcachedClient 中的变量
 
Connector - net.rubyeye.xmemcached.networking 中的 接口
Connector which is used to connect to memcached server.
connector - 类 net.rubyeye.xmemcached.XMemcachedClient 中的变量
 
Constants - net.rubyeye.xmemcached.monitor 中的 类
Constants
Constants() - 类 net.rubyeye.xmemcached.monitor.Constants 的构造方法
 
contains(Object) - 类 com.google.code.yanf4j.util.MapBackedSet 中的方法
 
Controller - com.google.code.yanf4j.core 中的 接口
Networking Controller
ControllerLifeCycle - com.google.code.yanf4j.core 中的 接口
Controller lifecycle mark interface
ControllerStateListener - com.google.code.yanf4j.core 中的 接口
Controller state listener
countDownLatch() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
Counter - net.rubyeye.xmemcached 中的 类
Counter,encapsulate the incr/decr methods.
Counter(MemcachedClient, String, long) - 类 net.rubyeye.xmemcached.Counter 的构造方法
 
cramMD5(String, String) - 类 net.rubyeye.xmemcached.auth.AuthInfo 中的静态方法
Get a typical auth descriptor for CRAM-MD5 auth with the given username and password.
createAddCommand(String, byte[], int, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createAddCommand(String, byte[], int, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createAddCommand(String, byte[], int, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createAddCommand(String, byte[], int, Object, boolean, Transcoder) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
create a add command
createAppendCommand(String, byte[], Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createAppendCommand(String, byte[], Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createAppendCommand(String, byte[], Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createAppendCommand(String, byte[], Object, boolean, Transcoder) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
create a append command
createAuthListMechanismsCommand(CountDownLatch) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createAuthListMechanismsCommand(CountDownLatch) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createAuthListMechanismsCommand(CountDownLatch) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createAuthListMechanismsCommand(CountDownLatch) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
Create a command for listing authentication mechanisms
createAuthStartCommand(String, CountDownLatch, byte[]) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createAuthStartCommand(String, CountDownLatch, byte[]) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createAuthStartCommand(String, CountDownLatch, byte[]) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createAuthStartCommand(String, CountDownLatch, byte[]) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
Create command for starting authentication
createAuthStepCommand(String, CountDownLatch, byte[]) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createAuthStepCommand(String, CountDownLatch, byte[]) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createAuthStepCommand(String, CountDownLatch, byte[]) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createAuthStepCommand(String, CountDownLatch, byte[]) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
Create a command for stepping authentication
createCASCommand(String, byte[], int, Object, long, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createCASCommand(String, byte[], int, Object, long, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createCASCommand(String, byte[], int, Object, long, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createCASCommand(String, byte[], int, Object, long, boolean, Transcoder) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
Create a cas command
createDeleteCommand(String, byte[], int, boolean) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createDeleteCommand(String, byte[], int, boolean) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createDeleteCommand(String, byte[], int, boolean) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createDeleteCommand(String, byte[], int, boolean) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
create a delete command
createFlushAllCommand(CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createFlushAllCommand(CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createFlushAllCommand(CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createFlushAllCommand(CountDownLatch, int, boolean) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
create a flush_all command
createGetAndTouchCommand(String, byte[], CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createGetAndTouchCommand(String, byte[], CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createGetAndTouchCommand(String, byte[], CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createGetAndTouchCommand(String, byte[], CountDownLatch, int, boolean) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
Create a get-and-touch command
createGetCommand(String, byte[], CommandType, Transcoder) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createGetCommand(String, byte[], CommandType, Transcoder) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createGetCommand(String, byte[], CommandType, Transcoder) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createGetCommand(String, byte[], CommandType, Transcoder) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
create a get/gets command
createGetMultiCommand(Collection<String>, CountDownLatch, CommandType, Transcoder<T>) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createGetMultiCommand(Collection<String>, CountDownLatch, CommandType, Transcoder<T>) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createGetMultiCommand(Collection<String>, CountDownLatch, CommandType, Transcoder<T>) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createGetMultiCommand(Collection<String>, CountDownLatch, CommandType, Transcoder<T>) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
Create a multi-get command
createIncrDecrCommand(String, byte[], long, long, int, CommandType, boolean) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createIncrDecrCommand(String, byte[], long, long, int, CommandType, boolean) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createIncrDecrCommand(String, byte[], long, long, int, CommandType, boolean) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createIncrDecrCommand(String, byte[], long, long, int, CommandType, boolean) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
create a incr/decr command
createMemcacheClient() - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的方法
 
createPrependCommand(String, byte[], Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createPrependCommand(String, byte[], Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createPrependCommand(String, byte[], Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createPrependCommand(String, byte[], Object, boolean, Transcoder) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
Create a prepend command
createQuitCommand() - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createQuitCommand() - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createQuitCommand() - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createQuitCommand() - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
create a quit command
createReplaceCommand(String, byte[], int, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createReplaceCommand(String, byte[], int, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createReplaceCommand(String, byte[], int, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createReplaceCommand(String, byte[], int, Object, boolean, Transcoder) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
create a replace command
createSession(SocketChannel, InetSocketAddressWrapper) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
createSetCommand(String, byte[], int, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createSetCommand(String, byte[], int, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createSetCommand(String, byte[], int, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createSetCommand(String, byte[], int, Object, boolean, Transcoder) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
Create a set command
createStatsCommand(InetSocketAddress, CountDownLatch, String) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createStatsCommand(InetSocketAddress, CountDownLatch, String) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createStatsCommand(InetSocketAddress, CountDownLatch, String) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createStatsCommand(InetSocketAddress, CountDownLatch, String) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
create a stats command
createTouchCommand(String, byte[], CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createTouchCommand(String, byte[], CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createTouchCommand(String, byte[], CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createTouchCommand(String, byte[], CountDownLatch, int, boolean) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
Create a touch command
createVerbosityCommand(CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createVerbosityCommand(CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createVerbosityCommand(CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
Create verbosity command
createVerbosityCommand(CountDownLatch, int, boolean) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
Create a verbosity command
createVersionCommand(CountDownLatch, InetSocketAddress) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
createVersionCommand(CountDownLatch, InetSocketAddress) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
createVersionCommand(CountDownLatch, InetSocketAddress) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
createVersionCommand(CountDownLatch, InetSocketAddress) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
create a version command
CRLF - 类 net.rubyeye.xmemcached.monitor.Constants 中的静态变量
 
currentMessage - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 

D

decode(IoBuffer, Session) - 接口 com.google.code.yanf4j.core.CodecFactory.Decoder 中的方法
 
decode() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
decode(IoBuffer, Session) - 类 com.google.code.yanf4j.core.impl.ByteBufferCodecFactory.ByteBufferDecoder 中的方法
 
decode() - 类 com.google.code.yanf4j.nio.impl.NioTCPSession 中的方法
Decode buffer
decode(IoBuffer, Session) - 类 net.rubyeye.xmemcached.codec.MemcachedDecoder 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BinaryQuitCommand 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.kestrel.KestrelDeleteCommand 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.kestrel.KestrelFlushAllCommand 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.text.TextCacheDumpCommand 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.text.TextCASCommand 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.text.TextDeleteCommand 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.text.TextFlushAllCommand 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.text.TextGetCommand 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.text.TextIncrDecrCommand 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.text.TextQuitCommand 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.text.TextStatsCommand 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.text.TextStoreCommand 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.text.TextTouchCommand 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.text.TextVerbosityCommand 中的方法
 
decode(MemcachedTCPSession, ByteBuffer) - 类 net.rubyeye.xmemcached.command.text.TextVersionCommand 中的方法
 
decode(CachedData) - 类 net.rubyeye.xmemcached.transcoders.IntegerTranscoder 中的方法
 
decode(CachedData) - 类 net.rubyeye.xmemcached.transcoders.LongTranscoder 中的方法
 
decode(CachedData) - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的方法
 
decode(CachedData) - 类 net.rubyeye.xmemcached.transcoders.StringTranscoder 中的方法
 
decode(CachedData) - 类 net.rubyeye.xmemcached.transcoders.TokyoTyrantTranscoder 中的方法
 
decode(CachedData) - 接口 net.rubyeye.xmemcached.transcoders.Transcoder 中的方法
Decode the cached object into the object it represents.
decode(CachedData) - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的方法
 
decode(CachedData) - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的方法
 
decode0(CachedData, byte[], int) - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的方法
 
decodeBoolean(byte[]) - 类 net.rubyeye.xmemcached.transcoders.TranscoderUtils 中的方法
 
decodeBoolean(byte[]) - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的方法
 
decodeByte(byte[]) - 类 net.rubyeye.xmemcached.transcoders.TranscoderUtils 中的方法
 
decodeCharacter(byte[]) - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的方法
 
decodeError(String, Throwable) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
decodeError() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
decodeError(String) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
decodeError(Session, ByteBuffer) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
decodeInt(byte[]) - 类 net.rubyeye.xmemcached.transcoders.TranscoderUtils 中的方法
 
decodeLong(byte[]) - 类 net.rubyeye.xmemcached.transcoders.TranscoderUtils 中的方法
 
decoder - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
decodeStatus - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的变量
 
decodeString(byte[]) - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的方法
Decode the string with the current character set.
decompress(byte[]) - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的方法
Decompress the given array of bytes.
decr(String, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
"decr" are used to change data for some item in-place, decrementing it.
decr(String, long, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
decr(String, long, long, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
"decr" are used to change data for some item in-place, decrementing it.
decr(String, long, long, long, int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
"incr" are used to change data for some item in-place, incrementing it.
DECR - 类 net.rubyeye.xmemcached.monitor.Constants 中的静态变量
 
decr(String, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
decr(String, long, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
decr(String, long, long, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
decr(String, long, long, long, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
decrementAndGet() - 类 net.rubyeye.xmemcached.Counter 中的方法
Decrease value by one
decrWithNoReply(String, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
"decr" are used to change data for some item in-place, decrementing it.
decrWithNoReply(String, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
DEFAULT_CHARSET - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的静态变量
 
DEFAULT_CHARSET - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态变量
 
DEFAULT_CHARSET_NAME - 类 com.google.code.yanf4j.core.impl.TextLineCodecFactory 中的静态变量
 
DEFAULT_CHARSET_NAME - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态变量
 
DEFAULT_COMPRESSION_THRESHOLD - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的静态变量
Default compression threshold value.
DEFAULT_CONNECT_TIMEOUT - 接口 net.rubyeye.xmemcached.MemcachedClient 中的静态变量
Default connect timeout,1 minutes
DEFAULT_CONNECTION_POOL_SIZE - 接口 net.rubyeye.xmemcached.MemcachedClient 中的静态变量
With java nio,there is only one connection to a memcached.In a high concurrent enviroment,you may want to pool memcached clients.But a xmemcached client has to start a reactor thread and some thread pools,if you create too many clients,the cost is very large.
DEFAULT_HEAL_SESSION_INTERVAL - 接口 net.rubyeye.xmemcached.MemcachedClient 中的静态变量
Default heal session interval in milliseconds.
DEFAULT_INCREASE_BUFF_SIZE - 类 com.google.code.yanf4j.config.Configuration 中的静态变量
Increasing buffer size per time
DEFAULT_MAX_QUEUED_NOPS - 接口 net.rubyeye.xmemcached.MemcachedClient 中的静态变量
Default max queued noreply operations number.It is calcuated dynamically based on your jvm maximum memory.
DEFAULT_MAX_SELECTORS - 类 com.google.code.yanf4j.util.SelectorFactory 中的静态变量
 
DEFAULT_MAX_TIMEOUTEXCEPTION_THRESHOLD - 接口 net.rubyeye.xmemcached.MemcachedClient 中的静态变量
Maximum number of timeout exception for close connection.
DEFAULT_MERGE_FACTOR - 类 net.rubyeye.xmemcached.impl.Optimizer 中的静态变量
 
DEFAULT_OP_TIMEOUT - 接口 net.rubyeye.xmemcached.MemcachedClient 中的静态变量
Default operation timeout,if the operation is not returned in 5 second,throw TimeoutException.
DEFAULT_READ_THREAD_COUNT - 接口 net.rubyeye.xmemcached.MemcachedClient 中的静态变量
Default thread number for reading nio's receive buffer and dispatch commands.Recommend users to set it equal or less to the memcached server's number on linux platform,keep default on windows.Default is 0.
DEFAULT_SELECTOR_POOL_SIZE - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的静态变量
 
DEFAULT_SESSION_IDLE_TIMEOUT - 接口 net.rubyeye.xmemcached.MemcachedClient 中的静态变量
Default session idle timeout,if session is idle,xmemcached will do a heartbeat action to check if connection is alive.
DEFAULT_SESSION_READ_BUFF_SIZE - 接口 net.rubyeye.xmemcached.MemcachedClient 中的静态变量
Default session read buffer size,16k
DEFAULT_TCP_KEEPLIVE - 接口 net.rubyeye.xmemcached.MemcachedClient 中的静态变量
Default TCP keeplive option,which is true
DEFAULT_TCP_NO_DELAY - 接口 net.rubyeye.xmemcached.MemcachedClient 中的静态变量
Disable nagle algorithm by default
DEFAULT_TCP_RECV_BUFF_SIZE - 接口 net.rubyeye.xmemcached.MemcachedClient 中的静态变量
Default socket's receive buffer size,16k
DEFAULT_TCP_SEND_BUFF_SIZE - 接口 net.rubyeye.xmemcached.MemcachedClient 中的静态变量
Default socket's send buffer size,8k
DEFAULT_WAIT - 类 com.google.code.yanf4j.nio.impl.Reactor 中的静态变量
 
DefaultKeyProvider - net.rubyeye.xmemcached.impl 中的 类
Default key provider,returns the key itself.
DefaultKeyProvider() - 类 net.rubyeye.xmemcached.impl.DefaultKeyProvider 的构造方法
 
DefaultStatistics - com.google.code.yanf4j.statistics.impl 中的 类
Default statistics implementation
DefaultStatistics() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 的构造方法
 
delete(String, int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
已过时。 
delete(String, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Delete key's date item from memcached
delete(String) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
DELETE - 类 net.rubyeye.xmemcached.monitor.Constants 中的静态变量
 
delete(String) - 类 net.rubyeye.xmemcached.utils.hibernate.Xmemcache 中的方法
 
delete(String, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
delete(String, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
delete(String) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
deleteWithNoReply(String, int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
已过时。 
deleteWithNoReply(String) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
deleteWithNoReply(String, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
Delete key's data item from memcached.This method doesn't wait for reply
deleteWithNoReply(String) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
deserialize(byte[]) - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的方法
Get the object represented by the given serialized bytes.
destroy() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
destroy() - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
destroy() - 接口 net.rubyeye.xmemcached.networking.MemcachedSession 中的方法
 
dispatch(Runnable) - 接口 com.google.code.yanf4j.core.Dispatcher 中的方法
 
dispatch(Runnable) - 类 com.google.code.yanf4j.core.impl.PoolDispatcher 中的方法
 
dispatch() - 类 net.rubyeye.xmemcached.command.kestrel.KestrelGetCommand 中的方法
 
dispatch() - 类 net.rubyeye.xmemcached.command.text.TextGetCommand 中的方法
 
dispatch() - 类 net.rubyeye.xmemcached.command.text.TextGetMultiCommand 中的方法
 
dispatch() - 类 net.rubyeye.xmemcached.command.text.TextGetOneCommand 中的方法
 
Dispatcher - com.google.code.yanf4j.core 中的 接口
Dispatcher
DispatcherFactory - com.google.code.yanf4j.util 中的 类
Dispatcher Factory
DispatcherFactory() - 类 com.google.code.yanf4j.util.DispatcherFactory 的构造方法
 
dispatchEvent(Set<SelectionKey>) - 类 com.google.code.yanf4j.nio.impl.Reactor 中的方法
Dispatch selected event
dispatchMessageDispatcher - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
 
dispatchMessageDispatcher - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
dispatchMessageDispatcher - 类 com.google.code.yanf4j.core.SessionConfig 中的变量
 
dispatchMessageThreadCount - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
 
dispatchReadEvent(SelectionKey) - 类 com.google.code.yanf4j.nio.impl.NioController 中的方法
Dispatch read event
dispatchReadEvent(SelectionKey) - 类 com.google.code.yanf4j.nio.impl.SocketChannelController 中的方法
 
dispatchReceivedMessage(Object) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
dispatchWriteEvent(SelectionKey) - 类 com.google.code.yanf4j.nio.impl.NioController 中的方法
Dispatch write event
dispatchWriteEvent(SelectionKey) - 类 com.google.code.yanf4j.nio.impl.SocketChannelController 中的方法
 
dispose() - 类 com.google.code.yanf4j.buffer.CachedBufferAllocator 中的方法
 
dispose() - 接口 com.google.code.yanf4j.buffer.IoBufferAllocator 中的方法
Dispose of this allocator.
dispose() - 类 com.google.code.yanf4j.buffer.SimpleBufferAllocator 中的方法
 
dispose() - 接口 net.rubyeye.xmemcached.buffer.BufferAllocator 中的方法
已过时。  
dispose() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator 中的方法
已过时。  
dispose() - 类 net.rubyeye.xmemcached.buffer.SimpleBufferAllocator 中的方法
已过时。  
doRealWrite(SelectableChannel, IoBuffer) - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
doStart() - 类 com.google.code.yanf4j.nio.impl.NioController 中的方法
Inner startup
doStart() - 类 com.google.code.yanf4j.nio.TCPController 中的方法
 
doStart() - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
drainTo(Collection<? super E>) - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
drainTo(Collection<? super E>, int) - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
drainTo(Collection<? super WriteMessage>) - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
drainTo(Collection<? super WriteMessage>, int) - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
duplicate() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
duplicate() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
duplicate() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
duplicate0() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Implement this method to return the unexpandable duplicate of this buffer.
DYNAMIC_MAX_QUEUED_NOPS - 接口 net.rubyeye.xmemcached.MemcachedClient 中的静态变量
 

E

ElectionMemcachedSessionLocator - net.rubyeye.xmemcached.impl 中的 类
Election hash strategy
ElectionMemcachedSessionLocator() - 类 net.rubyeye.xmemcached.impl.ElectionMemcachedSessionLocator 的构造方法
 
ElectionMemcachedSessionLocator(HashAlgorithm) - 类 net.rubyeye.xmemcached.impl.ElectionMemcachedSessionLocator 的构造方法
 
element() - 类 com.google.code.yanf4j.util.CircularQueue 中的方法
 
EMPTY_BUF - 类 net.rubyeye.xmemcached.impl.MemcachedHandler 中的静态变量
 
EMPTY_BYTES - 类 net.rubyeye.xmemcached.auth.AuthTask 中的静态变量
 
EMPTY_IOBUFFER - 类 net.rubyeye.xmemcached.buffer.SimpleBufferAllocator 中的静态变量
已过时。  
enableRead(Selector) - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
enableRead(Selector) - 接口 com.google.code.yanf4j.nio.NioSession 中的方法
Enable read event
enableWrite(Selector) - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
enableWrite(Selector) - 接口 com.google.code.yanf4j.nio.NioSession 中的方法
Enable write event
encode(Object, Session) - 接口 com.google.code.yanf4j.core.CodecFactory.Encoder 中的方法
 
encode(Object, Session) - 类 com.google.code.yanf4j.core.impl.ByteBufferCodecFactory.ByteBufferEncoder 中的方法
 
encode(Object, Session) - 类 net.rubyeye.xmemcached.codec.MemcachedEncoder 中的方法
 
encode() - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
encode() - 类 net.rubyeye.xmemcached.command.binary.BinaryGetMultiCommand 中的方法
 
encode() - 类 net.rubyeye.xmemcached.command.binary.BinarySetMultiCommand 中的方法
 
encode() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
encode() - 类 net.rubyeye.xmemcached.command.text.TextCacheDumpCommand 中的方法
 
encode() - 类 net.rubyeye.xmemcached.command.text.TextDeleteCommand 中的方法
 
encode() - 类 net.rubyeye.xmemcached.command.text.TextFlushAllCommand 中的方法
 
encode() - 类 net.rubyeye.xmemcached.command.text.TextGetCommand 中的方法
 
encode() - 类 net.rubyeye.xmemcached.command.text.TextIncrDecrCommand 中的方法
 
encode() - 类 net.rubyeye.xmemcached.command.text.TextQuitCommand 中的方法
 
encode() - 类 net.rubyeye.xmemcached.command.text.TextStatsCommand 中的方法
 
encode() - 类 net.rubyeye.xmemcached.command.text.TextStoreCommand 中的方法
 
encode() - 类 net.rubyeye.xmemcached.command.text.TextTouchCommand 中的方法
 
encode() - 类 net.rubyeye.xmemcached.command.text.TextVerbosityCommand 中的方法
 
encode() - 类 net.rubyeye.xmemcached.command.text.TextVersionCommand 中的方法
 
encode(Integer) - 类 net.rubyeye.xmemcached.transcoders.IntegerTranscoder 中的方法
 
encode(Long) - 类 net.rubyeye.xmemcached.transcoders.LongTranscoder 中的方法
 
encode(Object) - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的方法
 
encode(String) - 类 net.rubyeye.xmemcached.transcoders.StringTranscoder 中的方法
 
encode(Object) - 类 net.rubyeye.xmemcached.transcoders.TokyoTyrantTranscoder 中的方法
 
encode(T) - 接口 net.rubyeye.xmemcached.transcoders.Transcoder 中的方法
Encode the given object for storage.
encode(Object) - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的方法
 
encode(Object) - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的方法
 
encodeBoolean(boolean) - 类 net.rubyeye.xmemcached.transcoders.TranscoderUtils 中的方法
 
encodeBoolean(boolean) - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的方法
 
encodeByte(byte) - 类 net.rubyeye.xmemcached.transcoders.TranscoderUtils 中的方法
 
encodeInt(int) - 类 net.rubyeye.xmemcached.transcoders.TranscoderUtils 中的方法
 
encodeLong(long) - 类 net.rubyeye.xmemcached.transcoders.TranscoderUtils 中的方法
 
encodeNum(long, int) - 类 net.rubyeye.xmemcached.transcoders.TranscoderUtils 中的方法
 
encoder - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
encodeString(String) - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的方法
Encode a string into the current character set.
encodeValue() - 类 net.rubyeye.xmemcached.command.kestrel.KestrelSetCommand 中的方法
 
encodeValue() - 类 net.rubyeye.xmemcached.command.text.TextStoreCommand 中的方法
 
equals(Object) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
equals(Object) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
equals(Object) - 类 com.google.code.yanf4j.core.SocketOption 中的方法
 
equals(Object) - 类 net.rubyeye.xmemcached.Counter 中的方法
 
equals(Object) - 类 net.rubyeye.xmemcached.GetsResponse 中的方法
 
EventType - com.google.code.yanf4j.core 中的 枚举
Event Type
exception - 类 net.rubyeye.xmemcached.command.Command 中的变量
 
expand(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Changes the capacity and limit of this buffer so this buffer get the specified expectedRemaining room from the current position.
expand(int, int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Changes the capacity and limit of this buffer so this buffer get the specified expectedRemaining room from the specified position.
expand(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Changes the capacity and limit of this buffer so this buffer get the specified expectedRemaining room from the current position.
expand(int, int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Changes the capacity and limit of this buffer so this buffer get the specified expectedRemaining room from the specified position.
expand(int, int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
expand(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
expTime - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的变量
 
exptime - 类 net.rubyeye.xmemcached.command.text.TextFlushAllCommand 中的变量
 
expTime - 类 net.rubyeye.xmemcached.command.text.TextStoreCommand 中的变量
 

F

failure(Throwable) - 类 com.google.code.yanf4j.core.impl.FutureImpl 中的方法
Notify about the failure, occured during asynchronous operation execution.
failure(Throwable) - 类 com.google.code.yanf4j.core.impl.FutureLockImpl 中的方法
Notify about the failure, occured during asynchronous operation execution.
failureMode - 类 net.rubyeye.xmemcached.impl.AbstractMemcachedSessionLocator 中的变量
 
fieldValue() - 枚举 net.rubyeye.xmemcached.command.binary.OpCode 中的方法
 
fill(byte, int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Fills this buffer with the specified value.
fill(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Fills this buffer with NUL (0x00).
fill(byte, int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Fills this buffer with the specified value.
fill(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Fills this buffer with NUL (0x00).
fill(byte, int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
fill(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
fillAndReset(byte, int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Fills this buffer with the specified value.
fillAndReset(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Fills this buffer with NUL (0x00).
fillAndReset(byte, int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Fills this buffer with the specified value.
fillAndReset(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Fills this buffer with NUL (0x00).
fillAndReset(byte, int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
fillAndReset(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
fillCAS() - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
fillCAS() - 类 net.rubyeye.xmemcached.command.binary.BinaryCASCommand 中的方法
 
fillData(ByteBuffer, int, int) - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的方法
 
fillData(ByteBuffer, int) - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的方法
 
fillExtras(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
fillExtras(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryAppendPrependCommand 中的方法
 
fillExtras(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthListMechanismsCommand 中的方法
 
fillExtras(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthStartCommand 中的方法
 
fillExtras(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthStepCommand 中的方法
 
fillExtras(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryDeleteCommand 中的方法
 
fillExtras(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryFlushAllCommand 中的方法
 
fillExtras(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetAndTouchCommand 中的方法
 
fillExtras(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetCommand 中的方法
 
fillExtras(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryIncrDecrCommand 中的方法
 
fillExtras(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryQuitCommand 中的方法
 
fillExtras(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryStatsCommand 中的方法
 
fillExtras(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryTouchCommand 中的方法
 
fillExtras(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryVerbosityCommand 中的方法
 
fillExtras(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryVersionCommand 中的方法
 
fillHeader(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
fillKey() - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
fillKey() - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthListMechanismsCommand 中的方法
 
fillKey() - 类 net.rubyeye.xmemcached.command.binary.BinaryFlushAllCommand 中的方法
 
fillKey() - 类 net.rubyeye.xmemcached.command.binary.BinaryQuitCommand 中的方法
 
fillKey() - 类 net.rubyeye.xmemcached.command.binary.BinaryStatsCommand 中的方法
 
fillKey() - 类 net.rubyeye.xmemcached.command.binary.BinaryVerbosityCommand 中的方法
 
fillKey() - 类 net.rubyeye.xmemcached.command.binary.BinaryVersionCommand 中的方法
 
fillValue(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
fillValue(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthListMechanismsCommand 中的方法
 
fillValue(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthStartCommand 中的方法
 
fillValue(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthStepCommand 中的方法
 
fillValue(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryDeleteCommand 中的方法
 
fillValue(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryFlushAllCommand 中的方法
 
fillValue(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetCommand 中的方法
 
fillValue(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryIncrDecrCommand 中的方法
 
fillValue(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryQuitCommand 中的方法
 
fillValue(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryStatsCommand 中的方法
 
fillValue(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryTouchCommand 中的方法
 
fillValue(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryVerbosityCommand 中的方法
 
fillValue(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryVersionCommand 中的方法
 
findSessionByKey(String) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
finish() - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
finish() - 类 net.rubyeye.xmemcached.command.binary.BinaryGetCommand 中的方法
 
finish() - 类 net.rubyeye.xmemcached.command.binary.BinaryGetMultiCommand 中的方法
 
finish() - 类 net.rubyeye.xmemcached.command.binary.BinarySetMultiCommand 中的方法
 
finish() - 类 net.rubyeye.xmemcached.command.binary.BinaryStatsCommand 中的方法
 
flip() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
flip() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
flip() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
flip(ByteBuffer[]) - 类 com.google.code.yanf4j.util.ByteBufferUtils 中的静态方法
 
flip() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
flip() - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
flip() - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
FlowControl - net.rubyeye.xmemcached 中的 类
Flow control for noreply operations.
FlowControl(int) - 类 net.rubyeye.xmemcached.FlowControl 的构造方法
 
FlowControlLinkedTransferQueue - net.rubyeye.xmemcached.impl 中的 类
 
FlowControlLinkedTransferQueue(FlowControl) - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 的构造方法
 
flush() - 接口 com.google.code.yanf4j.core.Session 中的方法
Flush the write queue,this method may be no effect if OP_WRITE is running.
flush() - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
flush() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
flush0() - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
FLUSH_ALL - 类 net.rubyeye.xmemcached.command.text.TextFlushAllCommand 中的静态变量
 
flushAll() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Make All connected memcached's data item invalid
flushAll(long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Make All connected memcached's data item invalid
flushAll(InetSocketAddress) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Invalidate all existing items immediately
flushAll(InetSocketAddress, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
flushAll(String) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
已过时。  
flushAll(int, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
flushAll(InetSocketAddress, long, int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
flushAll() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
flushAll(int, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
flushAll(long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
flushAll(InetSocketAddress) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
flushAll(InetSocketAddress, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
flushAll(InetSocketAddress, long, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
flushAll(String) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
flushAllWithNoReply() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
flushAllWithNoReply(InetSocketAddress) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
flushAllWithNoReply(int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
flushAllWithNoReply(InetSocketAddress, int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
flushAllWithNoReply() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
flushAllWithNoReply(int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
flushAllWithNoReply(InetSocketAddress) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
flushAllWithNoReply(InetSocketAddress, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
free() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Declares this buffer and all its derived buffers are not used anymore so that it can be reused by some IoBufferAllocator implementations.
free() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
free() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
free() - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
free() - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
FutureImpl<R> - com.google.code.yanf4j.core.impl 中的 类
Simple Future implementation, which uses synchronization Object to synchronize during the lifecycle.
FutureImpl() - 类 com.google.code.yanf4j.core.impl.FutureImpl 的构造方法
 
FutureImpl(Object) - 类 com.google.code.yanf4j.core.impl.FutureImpl 的构造方法
 
FutureLockImpl<R> - com.google.code.yanf4j.core.impl 中的 类
Simple Future implementation, which uses ReentrantLock to synchronize during the lifecycle.
FutureLockImpl() - 类 com.google.code.yanf4j.core.impl.FutureLockImpl 的构造方法
 
FutureLockImpl(ReentrantLock) - 类 com.google.code.yanf4j.core.impl.FutureLockImpl 的构造方法
 

G

gather(ByteBuffer[]) - 类 com.google.code.yanf4j.util.ByteBufferUtils 中的静态方法
 
get() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
get(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
get(byte[], int, int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
get(byte[]) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
get() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
get(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
get(byte[], int, int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
get(byte[]) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
get() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
get(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
get(byte[], int, int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
get(byte[]) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
get() - 类 com.google.code.yanf4j.core.impl.FutureImpl 中的方法
get(long, TimeUnit) - 类 com.google.code.yanf4j.core.impl.FutureImpl 中的方法
get() - 类 com.google.code.yanf4j.core.impl.FutureLockImpl 中的方法
get(long, TimeUnit) - 类 com.google.code.yanf4j.core.impl.FutureLockImpl 中的方法
get(int) - 类 com.google.code.yanf4j.util.CircularQueue 中的方法
 
get() - 类 net.rubyeye.xmemcached.Counter 中的方法
Get current value
get(String, long, Transcoder<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Get value by key
get(String, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
get(String, Transcoder<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
get(String) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
get(Collection<String>, long, Transcoder<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Bulk get items
get(Collection<String>, Transcoder<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
get(Collection<String>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
get(Collection<String>, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
GET - 类 net.rubyeye.xmemcached.monitor.Constants 中的静态变量
 
get(String) - 类 net.rubyeye.xmemcached.utils.hibernate.Xmemcache 中的方法
 
get(String, long, Transcoder<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
get(String, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
get(String, Transcoder<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
get(String) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
get(Collection<String>, long, Transcoder<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
get(Collection<String>, Transcoder<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
get(Collection<String>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
get(Collection<String>, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getAcceptCountPerSecond() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getAcceptCountPerSecond() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getAcceptCountPerSecond() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getAddCount() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
getAddCount() - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
 
getAddresses(String) - 类 net.rubyeye.xmemcached.utils.AddrUtil 中的静态方法
Split a string in the form of "host:port host2:port" into a List of InetSocketAddress instances suitable for instantiating a MemcachedClient.
getAddressMap(String) - 类 net.rubyeye.xmemcached.utils.AddrUtil 中的静态方法
Split a string in the form of "host1:port1,host2:port2 host3:port3,host4:port4" into a Map of InetSocketAddress instances suitable for instantiating a MemcachedClient,map's key is the main memcached node,and value is the standby node for main node.
getAllocator() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的静态方法
Returns the allocator used by existing and new buffers
getAmount() - 类 net.rubyeye.xmemcached.command.binary.BinaryIncrDecrCommand 中的方法
 
getAndTouch(String, int, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Get item and set a new expiration time for it
getAndTouch(String, int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Get item and set a new expiration time for it,using default opTimeout
getAndTouch(String, int, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getAndTouch(String, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getAppendCount() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
getAppendCount() - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
 
getAssocCommands() - 接口 net.rubyeye.xmemcached.command.AssocCommandAware 中的方法
 
getAssocCommands() - 类 net.rubyeye.xmemcached.command.binary.BinaryGetCommand 中的方法
 
getAssocCommands() - 类 net.rubyeye.xmemcached.command.text.TextGetCommand 中的方法
 
getAttribute(String) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
getAttribute(String) - 接口 com.google.code.yanf4j.core.Session 中的方法
Return attribute associated with key
getAttribute(String) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
getAuthInfoMap() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
return current all auth info
getAuthInfoMap() - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
return current all auth info
getAuthInfoMap() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
getAuthInfoMap() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getAuthInfoMap() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
getAvailableServers() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Returns available memcached servers list.
getAvailableServers() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getAvaliableServers() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
已过时。 
getAvaliableServers() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
已过时。  
getBacklog() - 类 com.google.code.yanf4j.nio.TCPController 中的方法
 
getBufferAllocator() - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
getBufferAllocator() - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
getBufferAllocator() - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
 
getBufferAllocator() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
getBufferAllocator() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
getByteBuffer() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
getByteBuffer() - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
getByteBuffer() - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
getByteBuffers() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
getByteBuffers() - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
getByteBuffers() - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
getBytes(String) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
 
getBytes(long, int, byte[]) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
 
getCallbackHandler() - 类 net.rubyeye.xmemcached.auth.AuthInfo 中的方法
 
getCapacity() - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的方法
 
getCas() - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
getCas() - 类 net.rubyeye.xmemcached.command.text.TextStoreCommand 中的方法
 
getCas() - 类 net.rubyeye.xmemcached.GetsResponse 中的方法
 
getCas() - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的方法
 
getCASCount() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
getCASCount() - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
 
getChar() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
getChar(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
getChar() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
getChar(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
getChar() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getChar(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getCheckSessionTimeoutInterval() - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
getCodecFactory() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
getCodecFactory() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
getCommandFactory() - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
get xmemcached's command factory
getCommandFactory() - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的方法
 
getCommandFactory() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
getCommandFactory() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getCommandFactory() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
getCommandFactoryName() - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的方法
 
getCommandType() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
getCompressMode() - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的方法
 
getConfiguration() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
getConfiguration() - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Return the default networking's configuration,you can change them.
getConfiguration() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
getConfiguration() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
getConnectionPoolSize() - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的方法
 
getConnectionPoolSize() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
getConnectionSizeBySocketAddress(InetSocketAddress) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getConnector() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
return the session manager
getConnector() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getConnectTimeout() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Get the connect timeout
getConnectTimeout() - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Returns connect timeout in milliseconds
getConnectTimeout() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getConnectTimeout() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
getConnectTimeoutMillis() - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的方法
 
getController() - 类 com.google.code.yanf4j.nio.impl.SelectorManager 中的方法
 
getCopiedMergeCount() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
getCounter(String) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Get counter for key,and if the key's value is not set,then set it with 0.
getCounter(String, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Get counter for key,and if the key's value is not set,then set it with initial value.
getCounter(String, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getCounter(String) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getCpuProcessorCount() - 类 com.google.code.yanf4j.util.SystemUtils 中的静态方法
 
getCurrentCommand() - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
getData() - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的方法
Get the stored data.
getDecoder() - 接口 com.google.code.yanf4j.core.CodecFactory 中的方法
 
getDecoder() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
getDecoder() - 类 com.google.code.yanf4j.core.impl.ByteBufferCodecFactory 中的方法
 
getDecoder() - 类 com.google.code.yanf4j.core.impl.TextLineCodecFactory 中的方法
 
getDecoder() - 接口 com.google.code.yanf4j.core.Session 中的方法
Return current decoder
getDecoder() - 类 net.rubyeye.xmemcached.codec.MemcachedCodecFactory 中的方法
return the memcached protocol decoder
getDecoder() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
getDecrCount() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
getDecrCount() - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
 
getDefaultConfiguration() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的静态方法
 
getDefaultSocketOptions() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的静态方法
 
getDelay(TimeUnit) - 类 net.rubyeye.xmemcached.impl.ReconnectRequest 中的方法
 
getDeleteCount() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
getDeleteCount() - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
 
getDelta() - 类 net.rubyeye.xmemcached.command.text.TextIncrDecrCommand 中的方法
 
getDispatchMessageDispatcher() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
getDispatchMessageThreadCount() - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
getDispatchMessageThreadCount() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
getDispatchMessageThreadCount() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
getDouble() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
getDouble(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
getDouble() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
getDouble(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
getDouble() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getDouble(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getEncoder() - 接口 com.google.code.yanf4j.core.CodecFactory 中的方法
 
getEncoder() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
getEncoder() - 类 com.google.code.yanf4j.core.impl.ByteBufferCodecFactory 中的方法
 
getEncoder() - 类 com.google.code.yanf4j.core.impl.TextLineCodecFactory 中的方法
 
getEncoder() - 接口 com.google.code.yanf4j.core.Session 中的方法
Return current encoder
getEncoder() - 类 net.rubyeye.xmemcached.codec.MemcachedCodecFactory 中的方法
return the memcached protocol encoder
getEncoder() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
getEnum(Class<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a byte from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnum(int, Class<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a byte from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnum(Class<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a byte from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnum(int, Class<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a byte from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnum(Class<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getEnum(int, Class<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getEnumInt(Class<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads an int from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumInt(int, Class<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads an int from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumInt(Class<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads an int from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumInt(int, Class<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads an int from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumInt(Class<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getEnumInt(int, Class<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getEnumSet(Class<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a byte sized bit vector and converts it to an EnumSet.
getEnumSet(int, Class<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a byte sized bit vector and converts it to an EnumSet.
getEnumSet(Class<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a byte sized bit vector and converts it to an EnumSet.
getEnumSet(int, Class<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a byte sized bit vector and converts it to an EnumSet.
getEnumSet(Class<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getEnumSet(int, Class<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getEnumSetInt(Class<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads an int sized bit vector and converts it to an EnumSet.
getEnumSetInt(int, Class<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads an int sized bit vector and converts it to an EnumSet.
getEnumSetInt(Class<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads an int sized bit vector and converts it to an EnumSet.
getEnumSetInt(int, Class<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads an int sized bit vector and converts it to an EnumSet.
getEnumSetInt(Class<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getEnumSetInt(int, Class<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getEnumSetLong(Class<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a long sized bit vector and converts it to an EnumSet.
getEnumSetLong(int, Class<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a long sized bit vector and converts it to an EnumSet.
getEnumSetLong(Class<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a long sized bit vector and converts it to an EnumSet.
getEnumSetLong(int, Class<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a long sized bit vector and converts it to an EnumSet.
getEnumSetLong(Class<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getEnumSetLong(int, Class<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getEnumSetShort(Class<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a short sized bit vector and converts it to an EnumSet.
getEnumSetShort(int, Class<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a short sized bit vector and converts it to an EnumSet.
getEnumSetShort(Class<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a short sized bit vector and converts it to an EnumSet.
getEnumSetShort(int, Class<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a short sized bit vector and converts it to an EnumSet.
getEnumSetShort(Class<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getEnumSetShort(int, Class<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getEnumShort(Class<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a short from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumShort(int, Class<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a short from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumShort(Class<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a short from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumShort(int, Class<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a short from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumShort(Class<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getEnumShort(int, Class<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getException() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
getExpTime() - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
getExptime() - 类 net.rubyeye.xmemcached.command.text.TextFlushAllCommand 中的方法
 
getExpTime() - 类 net.rubyeye.xmemcached.command.text.TextStoreCommand 中的方法
 
getExpTime() - 类 net.rubyeye.xmemcached.command.text.TextTouchCommand 中的方法
 
getExtrasLength() - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
getExtrasLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryAppendPrependCommand 中的方法
 
getExtrasLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthListMechanismsCommand 中的方法
 
getExtrasLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthStartCommand 中的方法
 
getExtrasLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthStepCommand 中的方法
 
getExtrasLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryDeleteCommand 中的方法
 
getExtrasLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryFlushAllCommand 中的方法
 
getExtrasLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryGetAndTouchCommand 中的方法
 
getExtrasLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryGetCommand 中的方法
 
getExtrasLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryIncrDecrCommand 中的方法
 
getExtrasLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryQuitCommand 中的方法
 
getExtrasLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryStatsCommand 中的方法
 
getExtrasLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryTouchCommand 中的方法
 
getExtrasLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryVerbosityCommand 中的方法
 
getExtrasLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryVersionCommand 中的方法
 
getFlag() - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的方法
Get the flags stored along with this value.
getFloat() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
getFloat(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
getFloat() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
getFloat(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
getFloat() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getFloat(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getGetHitCount() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
getGetHitCount() - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
 
getGetMissCount() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
getGetMissCount() - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
 
getHandler() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
getHandler() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
getHandler() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
getHandler() - 接口 com.google.code.yanf4j.core.Session 中的方法
 
getHandler() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
getHash(int, String) - 类 net.rubyeye.xmemcached.impl.ArrayMemcachedSessionLocator 中的方法
 
getHash(int, String) - 类 net.rubyeye.xmemcached.impl.PHPMemcacheSessionLocator 中的方法
 
getHashAlgorithm() - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的方法
 
getHealSessionInterval() - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
getHealSessionInterval() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Return the default heal session interval in milliseconds
getHealSessionInterval() - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
getHealSessionInterval() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
getHealSessionInterval() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getHealSessionInterval() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
getHexDump() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Returns hexdump of this buffer.
getHexDump(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Return hexdump of this buffer with limited length.
getHexDump() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Returns hexdump of this buffer.
getHexDump(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Return hexdump of this buffer with limited length.
getHexDump() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getHexDump(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getIncrCount() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
getIncrCount() - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
 
getInetSocketAddress() - 类 net.rubyeye.xmemcached.utils.InetSocketAddressWrapper 中的方法
 
getInetSocketAddressWrapper() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
getInetSocketAddressWrapper() - 类 net.rubyeye.xmemcached.impl.ConnectFuture 中的方法
 
getInetSocketAddressWrapper() - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
getInetSocketAddressWrapper() - 类 net.rubyeye.xmemcached.impl.ReconnectRequest 中的方法
Returns a reconnect socket address wrapper
getInetSocketAddressWrapper() - 接口 net.rubyeye.xmemcached.networking.MemcachedSession 中的方法
 
getInitial() - 类 net.rubyeye.xmemcached.command.binary.BinaryIncrDecrCommand 中的方法
 
getInstance() - 类 net.rubyeye.xmemcached.monitor.XMemcachedMbeanServer 中的静态方法
 
getInstance() - 类 net.rubyeye.xmemcached.utils.OpaqueGenerater 中的静态方法
 
getInt() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
getInt(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
getInt() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
getInt(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
getInt() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getInt(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getIoBuffer() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
getItemName() - 类 net.rubyeye.xmemcached.command.binary.BinaryStatsCommand 中的方法
 
getItemName() - 类 net.rubyeye.xmemcached.command.text.TextStatsCommand 中的方法
 
getItemNumber() - 类 net.rubyeye.xmemcached.command.text.TextCacheDumpCommand 中的方法
 
getKey() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
getKey() - 类 net.rubyeye.xmemcached.Counter 中的方法
 
getKeyBytes() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
getKeyIterator(InetSocketAddress) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
已过时。 memcached 1.6.x will remove cachedump stats command,so this method will be removed in the future
getKeyIterator(InetSocketAddress) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
已过时。 memcached 1.6.x will remove cachedump stats command,so this method will be removed in the future
getKeyLength() - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
getKeyLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthListMechanismsCommand 中的方法
 
getKeyLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryFlushAllCommand 中的方法
 
getKeyLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryQuitCommand 中的方法
 
getKeyLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryStatsCommand 中的方法
 
getKeyLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryVerbosityCommand 中的方法
 
getKeyLength() - 类 net.rubyeye.xmemcached.command.binary.BinaryVersionCommand 中的方法
 
getKeyProvider() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
getKeyProvider() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getLastOperationTimeStamp() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
getLastOperationTimeStamp() - 接口 com.google.code.yanf4j.core.Session 中的方法
Return last operation timestamp,operation include read,write,idle
getLastOperationTimeStamp() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
getLatch() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
getLevel() - 类 net.rubyeye.xmemcached.command.VerbosityCommand 中的方法
 
getLocalAddress() - 接口 com.google.code.yanf4j.core.Session 中的方法
 
getLocalAddress() - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
getLocalAddress() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
getLocalList() - 类 net.rubyeye.xmemcached.impl.Optimizer 中的方法
 
getLocalSocketAddress() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
getLocalSocketAddress() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
getLong() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
getLong(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
getLong() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
getLong(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
getLong() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getLong(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getMainNodeAddress() - 类 net.rubyeye.xmemcached.utils.InetSocketAddressWrapper 中的方法
 
getMAX_SIZE() - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的静态方法
 
getMaxAttempts() - 类 net.rubyeye.xmemcached.auth.AuthInfo 中的方法
 
getMaxCachedBufferSize() - 类 com.google.code.yanf4j.buffer.CachedBufferAllocator 中的方法
Returns the maximum capacity of a cached buffer.
getMaxCachedBufferSize() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator 中的方法
已过时。  
getMaxPoolSize() - 类 com.google.code.yanf4j.buffer.CachedBufferAllocator 中的方法
Returns the maximum number of buffers with the same capacity per thread.
getMaxPoolSize() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator 中的方法
已过时。  
getMaxQueuedNoReplyOperations() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
getMaxSelectors() - 类 com.google.code.yanf4j.util.SelectorFactory 中的静态方法
Returns max selector pool size
getMaxSize() - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的方法
 
getMaxSize() - 类 net.rubyeye.xmemcached.transcoders.TokyoTyrantTranscoder 中的方法
 
getMaxSize() - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的方法
 
getMaxTries() - 接口 net.rubyeye.xmemcached.CASOperation 中的方法
Max retry times,If retry times is great than this value,xmemcached will throw TimeoutException
getMBeanCount() - 类 net.rubyeye.xmemcached.monitor.XMemcachedMbeanServer 中的方法
 
getMechanisms() - 类 net.rubyeye.xmemcached.auth.AuthInfo 中的方法
 
getMediumInt() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Relative get method for reading a medium int value.
getMediumInt(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Absolute get method for reading a medium int value.
getMediumInt() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Relative get method for reading a medium int value.
getMediumInt(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Absolute get method for reading a medium int value.
getMediumInt() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getMediumInt(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getMemcachedClient() - 类 net.rubyeye.xmemcached.impl.MemcachedClientStateListenerAdapter 中的方法
 
getMemcachedClientStateListener() - 类 net.rubyeye.xmemcached.impl.MemcachedClientStateListenerAdapter 中的方法
 
getMergeCommands() - 类 net.rubyeye.xmemcached.command.binary.BinaryGetMultiCommand 中的方法
 
getMergeCommands() - 类 net.rubyeye.xmemcached.command.binary.BinarySetMultiCommand 中的方法
 
getMergeCommands() - 接口 net.rubyeye.xmemcached.command.MergeCommandsAware 中的方法
 
getMergeCommands() - 类 net.rubyeye.xmemcached.command.text.TextGetCommand 中的方法
 
getMergeCount() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
getMergeFactor() - 类 net.rubyeye.xmemcached.impl.Optimizer 中的方法
 
getMergeFactor() - 接口 net.rubyeye.xmemcached.impl.OptimizerMBean 中的方法
 
getMessage() - 类 com.google.code.yanf4j.core.impl.WriteMessageImpl 中的方法
 
getMessage() - 接口 com.google.code.yanf4j.core.WriteMessage 中的方法
 
getMessage() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
getMulti(String...) - 类 net.rubyeye.xmemcached.utils.hibernate.Xmemcache 中的方法
 
getMultiGetCount() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
getMultiGetCount() - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
 
getMultiGetsCount() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
getMultiGetsCount() - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
 
getName() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Return the cache instance name
getName() - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Return the cache instance name
getName() - 类 net.rubyeye.xmemcached.monitor.MemcachedClientNameHolder 中的静态方法
 
getName() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
getName() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getName() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
getName() - 接口 net.rubyeye.xmemcached.XMemcachedClientMBean 中的方法
Return the cache instance name
getNewValue(long, T) - 接口 net.rubyeye.xmemcached.CASOperation 中的方法
Return the new value which you want to cas
getNext(int, long) - 类 net.rubyeye.xmemcached.impl.ArrayMemcachedSessionLocator 中的方法
 
getNext(int, long) - 类 net.rubyeye.xmemcached.impl.PHPMemcacheSessionLocator 中的方法
 
getNextValue() - 类 net.rubyeye.xmemcached.utils.OpaqueGenerater 中的方法
 
getNoReplyOpsFlowControl() - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
getNoReplyOpsFlowControl() - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
Returns the noreply operations flow control manager.
getObject() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a Java object from the buffer using the context ClassLoader of the current thread.
getObject(ClassLoader) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a Java object from the buffer using the specified classLoader.
getObject() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a Java object from the buffer using the context ClassLoader of the current thread.
getObject(ClassLoader) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a Java object from the buffer using the specified classLoader.
getObject() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getObject(ClassLoader) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getObject() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
getObjectType() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
getOneAddress(String) - 类 net.rubyeye.xmemcached.utils.AddrUtil 中的静态方法
 
getOpaque() - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
getOpCode() - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
getOperationTimeoutMillis() - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的方法
 
getOpTimeout() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
get operation timeout setting
getOpTimeout() - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Returns the default operation timeout in milliseconds.
getOpTimeout() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
getOpTimeout() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
get operation timeout setting
getOpTimeout() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
getOrder() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
getOrder() - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
getOrder() - 接口 net.rubyeye.xmemcached.networking.MemcachedSession 中的方法
已过时。 
getOrder() - 类 net.rubyeye.xmemcached.utils.InetSocketAddressWrapper 中的方法
 
getParentBuffer() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
Returns the parent buffer that this buffer wrapped.
getParseStatus() - 类 net.rubyeye.xmemcached.command.text.TextGetCommand 中的方法
 
getPort() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
getPort() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
getPrefixedString(CharsetDecoder) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a string which has a 16-bit length field before the actual encoded string, using the specified decoder and returns it.
getPrefixedString(int, CharsetDecoder) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a string which has a length field before the actual encoded string, using the specified decoder and returns it.
getPrefixedString(CharsetDecoder) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a string which has a 16-bit length field before the actual encoded string, using the specified decoder and returns it.
getPrefixedString(int, CharsetDecoder) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a string which has a length field before the actual encoded string, using the specified decoder and returns it.
getPrefixedString(CharsetDecoder) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getPrefixedString(int, CharsetDecoder) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getPrependCount() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
getPrependCount() - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
 
getProcessedMessageAverageTime() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getProcessedMessageAverageTime() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getProcessedMessageAverageTime() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getProcessedMessageCount() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getProcessedMessageCount() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getProcessedMessageCount() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getProperties() - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的方法
 
getProperty(Properties, String) - 类 com.google.code.yanf4j.util.PropertyUtils 中的静态方法
 
getPropertyAsBoolean(Properties, String) - 类 com.google.code.yanf4j.util.PropertyUtils 中的静态方法
 
getPropertyAsByte(Properties, String) - 类 com.google.code.yanf4j.util.PropertyUtils 中的静态方法
 
getPropertyAsInteger(Properties, String) - 类 com.google.code.yanf4j.util.PropertyUtils 中的静态方法
 
getPropertyAsLong(Properties, String) - 类 com.google.code.yanf4j.util.PropertyUtils 中的静态方法
 
getPropertyAsShort(Properties, String) - 类 com.google.code.yanf4j.util.PropertyUtils 中的静态方法
 
getProtocol() - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
getProtocol() - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
getProtocol() - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
getProtocol() - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
Get this client's protocol version
getProtocol() - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
getProtocol() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
getProtocol() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getRawAddress(InetSocketAddress) - 类 com.google.code.yanf4j.util.SystemUtils 中的静态方法
 
getReactorByIndex(int) - 类 com.google.code.yanf4j.nio.impl.SelectorManager 中的方法
Find reactor by index
getReactorIndex() - 类 com.google.code.yanf4j.nio.impl.Reactor 中的方法
 
getReadBuffer() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
getReadBufferByteOrder() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
getReadBufferByteOrder() - 接口 com.google.code.yanf4j.core.Session 中的方法
Return the session read buffer's byte order,big end or little end.
getReadBufferByteOrder() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
getReadBufferSize() - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的方法
 
getReadThreadCount() - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
getReadThreadCount() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
getReadThreadCount() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
getReceiveBytesPerSecond() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getReceiveBytesPerSecond() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getReceiveBytesPerSecond() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getReceiveThroughputLimit() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
getReceiveThroughputLimit() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
getReceiveThroughputLimit() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getReceiveThroughputLimit() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getReceiveThroughputLimit() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getReconnectRequestQueue() - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
getReconnectRequestQueue() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Returns reconnecting task queue,the queue is thread-safe and 'weakly consistent',but maybe you should not modify it at all.
getReconnectRequestQueue() - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
getReconnectRequestQueue() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getRecvMessageAverageSize() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getRecvMessageAverageSize() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getRecvMessageAverageSize() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getRecvMessageCount() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getRecvMessageCount() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getRecvMessageCount() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getRecvMessageCountPerSecond() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getRecvMessageCountPerSecond() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getRecvMessageCountPerSecond() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getRecvMessageTotalSize() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getRecvMessageTotalSize() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getRecvMessageTotalSize() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getRemoteSocketAddress() - 接口 com.google.code.yanf4j.core.Session 中的方法
Return the remote end's InetSocketAddress
getRemoteSocketAddress() - 类 com.google.code.yanf4j.nio.impl.NioTCPSession 中的方法
 
getRemoteSocketAddress() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
getRemoteSocketAddress() - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
getReplaceCount() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
getReplaceCount() - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
 
getResourceAsFile(String) - 类 com.google.code.yanf4j.util.ResourcesUtils 中的静态方法
Returns a resource on the classpath as a File object
getResourceAsFile(ClassLoader, String) - 类 com.google.code.yanf4j.util.ResourcesUtils 中的静态方法
Returns a resource on the classpath as a File object
getResourceAsProperties(String) - 类 com.google.code.yanf4j.util.ResourcesUtils 中的静态方法
Returns a resource on the classpath as a Properties object
getResourceAsProperties(ClassLoader, String) - 类 com.google.code.yanf4j.util.ResourcesUtils 中的静态方法
Returns a resource on the classpath as a Properties object
getResourceAsReader(String) - 类 com.google.code.yanf4j.util.ResourcesUtils 中的静态方法
Returns a resource on the classpath as a Reader object
getResourceAsReader(ClassLoader, String) - 类 com.google.code.yanf4j.util.ResourcesUtils 中的静态方法
Returns a resource on the classpath as a Reader object
getResourceAsStream(String) - 类 com.google.code.yanf4j.util.ResourcesUtils 中的静态方法
Returns a resource on the classpath as a Stream object
getResourceAsStream(ClassLoader, String) - 类 com.google.code.yanf4j.util.ResourcesUtils 中的静态方法
Returns a resource on the classpath as a Stream object
getResourceURL(String) - 类 com.google.code.yanf4j.util.ResourcesUtils 中的静态方法
Returns the URL of the resource on the classpath
getResourceURL(ClassLoader, String) - 类 com.google.code.yanf4j.util.ResourcesUtils 中的静态方法
Returns the URL of the resource on the classpath
getResponseKey() - 类 net.rubyeye.xmemcached.command.binary.BinaryGetCommand 中的方法
 
getResponseStatus() - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
getResult() - 类 com.google.code.yanf4j.core.impl.FutureImpl 中的方法
Get current result value without any blocking.
getResult() - 类 com.google.code.yanf4j.core.impl.FutureLockImpl 中的方法
Get current result value without any blocking.
getResult() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
getReturnValues() - 类 net.rubyeye.xmemcached.command.binary.BinaryGetMultiCommand 中的方法
 
getReturnValues() - 接口 net.rubyeye.xmemcached.command.MapReturnValueAware 中的方法
 
getReturnValues() - 类 net.rubyeye.xmemcached.command.text.TextGetCommand 中的方法
 
gets(String, long, Transcoder<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Just like get,But it return a GetsResponse,include cas value for cas update.
gets(String) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
gets(String, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
gets(String, Transcoder) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
gets(Collection<String>, long, Transcoder<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Bulk gets items
gets(Collection<String>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
gets(Collection<String>, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
gets(Collection<String>, Transcoder<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
GETS - 类 net.rubyeye.xmemcached.monitor.Constants 中的静态变量
 
gets(String, long, Transcoder<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
gets(String) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
gets(String, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
gets(String, Transcoder) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
gets(Collection<String>, long, Transcoder<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
gets(Collection<String>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
gets(Collection<String>, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
gets(Collection<String>, Transcoder<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getScheduleWritenBytes() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
getScheduleWritenBytes() - 接口 com.google.code.yanf4j.core.Session 中的方法
Return the bytes in write queue,there bytes is in memory.Use this method to controll writing speed.
getScheduleWritenBytes() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
getSelector() - 类 com.google.code.yanf4j.nio.impl.Reactor 中的方法
 
getSelector() - 类 com.google.code.yanf4j.util.SelectorFactory 中的静态方法
Get a exclusive Selector
getSelectorCount() - 类 com.google.code.yanf4j.nio.impl.SelectorManager 中的方法
 
getSelectorManager() - 类 com.google.code.yanf4j.nio.impl.NioController 中的方法
 
getSelectorPoolSize() - 类 com.google.code.yanf4j.nio.impl.NioController 中的方法
 
getSendBytesPerSecond() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getSendBytesPerSecond() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getSendBytesPerSecond() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getSendThroughputLimit() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
getSendThroughputLimit() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
getSendThroughputLimit() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getSendThroughputLimit() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getSendThroughputLimit() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getServer() - 类 net.rubyeye.xmemcached.command.binary.BinaryStatsCommand 中的方法
 
getServer() - 类 net.rubyeye.xmemcached.command.binary.BinaryVersionCommand 中的方法
 
getServer() - 接口 net.rubyeye.xmemcached.command.ServerAddressAware 中的方法
 
getServer() - 类 net.rubyeye.xmemcached.command.text.TextStatsCommand 中的方法
 
getServer() - 类 net.rubyeye.xmemcached.command.text.TextVersionCommand 中的方法
 
getServerAddress() - 类 net.rubyeye.xmemcached.impl.KeyIteratorImpl 中的方法
 
getServerAddress() - 接口 net.rubyeye.xmemcached.KeyIterator 中的方法
已过时。 Get current iterator's memcached server address
getServerAddresses() - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
getServerList() - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的方法
 
getServers() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
getServersDescription() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Get current server list.You can call this method through JMX or program
getServersDescription() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getServersDescription() - 接口 net.rubyeye.xmemcached.XMemcachedClientMBean 中的方法
Get all connected memcached servers
getSessionByAddress(InetSocketAddress) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
Get session by InetSocketAddress
getSessionByAddress(InetSocketAddress) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
getSessionByHash(long) - 类 net.rubyeye.xmemcached.impl.KetamaMemcachedSessionLocator 中的方法
 
getSessionByHash(long) - 类 net.rubyeye.xmemcached.impl.LibmemcachedMemcachedSessionLocator 中的方法
 
getSessionByKey(String) - 类 net.rubyeye.xmemcached.impl.ArrayMemcachedSessionLocator 中的方法
 
getSessionByKey(String) - 类 net.rubyeye.xmemcached.impl.ElectionMemcachedSessionLocator 中的方法
 
getSessionByKey(String) - 类 net.rubyeye.xmemcached.impl.KetamaMemcachedSessionLocator 中的方法
 
getSessionByKey(String) - 类 net.rubyeye.xmemcached.impl.LibmemcachedMemcachedSessionLocator 中的方法
 
getSessionByKey(String) - 类 net.rubyeye.xmemcached.impl.PHPMemcacheSessionLocator 中的方法
 
getSessionByKey(String) - 类 net.rubyeye.xmemcached.impl.RandomMemcachedSessionLocaltor 中的方法
 
getSessionByKey(String) - 类 net.rubyeye.xmemcached.impl.RoundRobinMemcachedSessionLocator 中的方法
 
getSessionByKey(String) - 接口 net.rubyeye.xmemcached.MemcachedSessionLocator 中的方法
Returns a session by special key.
getSessionIdleTimeout() - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
getSessionIdleTimeout() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
getSessionIdleTimeout() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
getSessionIdleTimeout() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
getSessionIdleTimeout() - 接口 com.google.code.yanf4j.core.Session 中的方法
 
getSessionIdleTimeout() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
getSessionListBySocketAddress(InetSocketAddress) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
getSessionLocator() - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
 
getSessionLocator() - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的方法
 
getSessionLocator() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
getSessionLocator() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getSessionLocator() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
getSessionLocatorName() - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的方法
 
getSessionReadBufferSize() - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
getSessionSet() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
getSessionSet() - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
getSessionSet() - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
getSessionTimeout() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
getSessionTimeout() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
getSessionTimeout() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
getSessionTimeout() - 接口 com.google.code.yanf4j.core.Session 中的方法
 
getSessionTimeout() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
getSetCount() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
getSetCount() - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
 
getShort() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
getShort(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
getShort() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
getShort(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
getShort() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getShort(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getSize() - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的方法
 
getSlice(int, int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
TODO document me.
getSlice(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
TODO document me.
getSlice(int, int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
TODO document me.
getSlice(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
TODO document me.
getSlice(int, int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getSlice(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getSocketOption(SocketOption<T>) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
getSocketOptions() - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Get all tcp socket options
getSocketOptions() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
getSoTimeout() - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
getSoTimeout() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
getSoTimeout() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
GetsResponse<T> - net.rubyeye.xmemcached 中的 类
Response for gets command.It's a value object.
GetsResponse(long, T) - 类 net.rubyeye.xmemcached.GetsResponse 的构造方法
 
getStandbySessionListByMainNodeAddr(InetSocketAddress) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
Returns main node's standby session list.
getStandbySessionListByMainNodeAddr(InetSocketAddress) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
getStartedTime() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getStartedTime() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getStartedTime() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getStateListeners() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Get all current state listeners
getStateListeners() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getStatistics() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
getStatistics() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
getStatistics() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
getStatisticsInterval() - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
getStats(long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Get stats from all memcached servers
getStats() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
getStats() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getStats(long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getStatsByItem(String) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Get special item stats.
getStatsByItem(String, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
getStatsByItem(String) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getStatsByItem(String, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getStatus() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
getString(CharsetDecoder) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a NUL-terminated string from this buffer using the specified decoder and returns it.
getString(int, CharsetDecoder) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads a NUL-terminated string from this buffer using the specified decoder and returns it.
getString(CharsetDecoder) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a NUL-terminated string from this buffer using the specified decoder and returns it.
getString(int, CharsetDecoder) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads a NUL-terminated string from this buffer using the specified decoder and returns it.
getString(int, CharsetDecoder) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getString(CharsetDecoder) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getString(byte[]) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
 
getSystemThreadCount() - 类 com.google.code.yanf4j.util.SystemUtils 中的静态方法
 
getTime() - 类 net.rubyeye.xmemcached.command.text.TextDeleteCommand 中的方法
 
getTimeoutExceptionThreshold() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Returns maximum number of timeout exception for closing connection.
getTimeoutExceptionThreshold() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getTranscoder() - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
getTranscoder() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
getTranscoder() - 类 net.rubyeye.xmemcached.command.text.TextStoreCommand 中的方法
 
getTranscoder() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
return default transcoder,default is SerializingTranscoder
getTranscoder() - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Set xmemcached's transcoder,it is used for seriailizing
getTranscoder() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
getTranscoder() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getTranscoder() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
getTranscoderUtils() - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的方法
 
getTries() - 类 net.rubyeye.xmemcached.impl.ReconnectRequest 中的方法
Returns retry times
getUnsigned() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads one unsigned byte as a short integer.
getUnsigned(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads one byte as an unsigned short integer.
getUnsigned() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads one unsigned byte as a short integer.
getUnsigned(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads one byte as an unsigned short integer.
getUnsigned() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getUnsigned(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getUnsignedInt() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads four bytes unsigned integer.
getUnsignedInt(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads four bytes unsigned integer.
getUnsignedInt() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads four bytes unsigned integer.
getUnsignedInt(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads four bytes unsigned integer.
getUnsignedInt() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getUnsignedInt(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getUnsignedMediumInt() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Relative get method for reading an unsigned medium int value.
getUnsignedMediumInt(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Absolute get method for reading an unsigned medium int value.
getUnsignedMediumInt() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Relative get method for reading an unsigned medium int value.
getUnsignedMediumInt(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Absolute get method for reading an unsigned medium int value.
getUnsignedMediumInt() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getUnsignedMediumInt(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getUnsignedShort() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads two bytes unsigned integer.
getUnsignedShort(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Reads two bytes unsigned integer.
getUnsignedShort() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads two bytes unsigned integer.
getUnsignedShort(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Reads two bytes unsigned integer.
getUnsignedShort() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getUnsignedShort(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
getValue() - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
getValue() - 接口 net.rubyeye.xmemcached.command.StoreCommand 中的方法
 
getValue() - 类 net.rubyeye.xmemcached.command.text.TextStoreCommand 中的方法
 
getValue() - 类 net.rubyeye.xmemcached.GetsResponse 中的方法
 
getValueLength(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
getValueLength(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthListMechanismsCommand 中的方法
 
getValueLength(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthStartCommand 中的方法
 
getValueLength(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthStepCommand 中的方法
 
getValueLength(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryDeleteCommand 中的方法
 
getValueLength(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryFlushAllCommand 中的方法
 
getValueLength(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetCommand 中的方法
 
getValueLength(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryIncrDecrCommand 中的方法
 
getValueLength(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryQuitCommand 中的方法
 
getValueLength(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryStatsCommand 中的方法
 
getValueLength(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryTouchCommand 中的方法
 
getValueLength(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryVerbosityCommand 中的方法
 
getValueLength(CachedData) - 类 net.rubyeye.xmemcached.command.binary.BinaryVersionCommand 中的方法
 
getVersions() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Get all connected memcached servers's version.
getVersions(long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
getVersions() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getVersions(long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
getWaitingConsumerCount() - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
getWaitingConsumerCount() - 接口 com.google.code.yanf4j.util.TransferQueue 中的方法
Returns an estimate of the number of consumers waiting to dequeue elements via take or poll.
getWaitingConsumerCount() - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
getWeight() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
getWeight() - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
getWeight() - 接口 net.rubyeye.xmemcached.networking.MemcachedSession 中的方法
已过时。 
getWeight() - 类 net.rubyeye.xmemcached.utils.InetSocketAddressWrapper 中的方法
 
getWeights() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
getWriteBuffer() - 类 com.google.code.yanf4j.core.impl.WriteMessageImpl 中的方法
 
getWriteBuffer() - 接口 com.google.code.yanf4j.core.WriteMessage 中的方法
 
getWriteBuffer() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
getWriteFuture() - 类 com.google.code.yanf4j.core.impl.WriteMessageImpl 中的方法
 
getWriteFuture() - 接口 com.google.code.yanf4j.core.WriteMessage 中的方法
 
getWriteFuture() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
getWriteLock() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
getWriteMessageAverageSize() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getWriteMessageAverageSize() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getWriteMessageAverageSize() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getWriteMessageCount() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getWriteMessageCount() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getWriteMessageCount() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getWriteMessageCountPerSecond() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getWriteMessageCountPerSecond() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getWriteMessageCountPerSecond() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getWriteMessageTotalSize() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
getWriteMessageTotalSize() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
getWriteMessageTotalSize() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
getWriteQueue() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
getWriteThreadCount() - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
getWriteThreadCount() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
getWriteThreadCount() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 

H

handle(Callback[]) - 类 net.rubyeye.xmemcached.auth.PlainCallbackHandler 中的方法
 
Handler - com.google.code.yanf4j.core 中的 接口
IO Event handler
handler - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
Event handler
handler - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
handler - 类 com.google.code.yanf4j.core.SessionConfig 中的变量
 
HandlerAdapter - com.google.code.yanf4j.core.impl 中的 类
IO Handler adapter
HandlerAdapter() - 类 com.google.code.yanf4j.core.impl.HandlerAdapter 的构造方法
 
handleReadWriteConcurrently - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
 
handleReadWriteConcurrently - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
handleReadWriteConcurrently - 类 com.google.code.yanf4j.core.SessionConfig 中的变量
 
hasArray() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
hasArray() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
hash(String) - 枚举 net.rubyeye.xmemcached.HashAlgorithm 中的方法
Compute the hash for the given key.
HashAlgorithm - net.rubyeye.xmemcached 中的 枚举
Known hashing algorithms for locating a server for a key.
hashCode() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
hashCode() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
hashCode() - 类 com.google.code.yanf4j.core.SocketOption 中的方法
 
hashCode() - 类 net.rubyeye.xmemcached.Counter 中的方法
 
hashCode() - 类 net.rubyeye.xmemcached.GetsResponse 中的方法
 
hasNext() - 类 net.rubyeye.xmemcached.impl.KeyIteratorImpl 中的方法
 
hasNext() - 接口 net.rubyeye.xmemcached.KeyIterator 中的方法
已过时。 Check if the iterator has more keys.
hasRemaining() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
hasRemaining() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
hasRemaining() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
hasRemaining(ByteBuffer[]) - 类 com.google.code.yanf4j.util.ByteBufferUtils 中的静态方法
查看ByteBuffer数组是否还有剩余
hasRemaining() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
hasRemaining() - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
hasRemaining() - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
hasWaitingConsumer() - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
hasWaitingConsumer() - 接口 com.google.code.yanf4j.util.TransferQueue 中的方法
Returns true if there is at least one consumer waiting to dequeue an element via take or poll.
hasWaitingConsumer() - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 

I

incr(String, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
"incr" are used to change data for some item in-place, incrementing it.
incr(String, long, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
incr(String, long, long, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
"incr" are used to change data for some item in-place, incrementing it.
incr(String, long, long, long, int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
"incr" are used to change data for some item in-place, incrementing it.
INCR - 类 net.rubyeye.xmemcached.monitor.Constants 中的静态变量
 
incr(String, int, int) - 类 net.rubyeye.xmemcached.utils.hibernate.Xmemcache 中的方法
 
incr(String, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
incr(String, long, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
incr(String, long, long, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
incr(String, long, long, long, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
increaseAttempts() - 类 net.rubyeye.xmemcached.auth.AuthInfo 中的方法
 
increaseBufferCapatity(ByteBuffer) - 类 com.google.code.yanf4j.util.ByteBufferUtils 中的静态方法
 
incrementAndGet() - 类 net.rubyeye.xmemcached.Counter 中的方法
Increase value by one
incrWithNoReply(String, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
"incr" are used to change data for some item in-place, incrementing it.
incrWithNoReply(String, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
indexOf(byte) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Returns the first occurence position of the specified byte from the current position to the current limit.
indexOf(byte) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Returns the first occurence position of the specified byte from the current position to the current limit.
indexOf(byte) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
indexOf(ByteBuffer, ByteBuffer) - 类 com.google.code.yanf4j.util.ByteBufferUtils 中的静态方法
 
indexOf(ByteBuffer, ByteBuffer, int) - 类 com.google.code.yanf4j.util.ByteBufferUtils 中的静态方法
 
InetSocketAddressWrapper - net.rubyeye.xmemcached.utils 中的 类
InetSocketAddress wrapper,encapsulate an order number.
InetSocketAddressWrapper(InetSocketAddress, int, int, InetSocketAddress) - 类 net.rubyeye.xmemcached.utils.InetSocketAddressWrapper 的构造方法
 
initialSelectorManager() - 类 com.google.code.yanf4j.nio.impl.NioController 中的方法
Start selector manager
INSTANCE - 类 net.rubyeye.xmemcached.impl.DefaultKeyProvider 中的静态变量
 
int2hex(int, StringBuffer) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
 
IntegerTranscoder - net.rubyeye.xmemcached.transcoders 中的 类
Transcoder that serializes and unserializes longs.
IntegerTranscoder() - 类 net.rubyeye.xmemcached.transcoders.IntegerTranscoder 的构造方法
 
IoBuffer - com.google.code.yanf4j.buffer 中的 类
A byte buffer used by MINA applications.
IoBuffer() - 类 com.google.code.yanf4j.buffer.IoBuffer 的构造方法
Creates a new instance.
IoBuffer - net.rubyeye.xmemcached.buffer 中的 接口
已过时。 
ioBuffer - 类 net.rubyeye.xmemcached.command.Command 中的变量
 
IoBufferAllocator - com.google.code.yanf4j.buffer 中的 接口
Allocates IoBuffers and manages them.
IoBufferWrapper - com.google.code.yanf4j.buffer 中的 类
A IoBuffer that wraps a buffer and proxies any operations to it.
IoBufferWrapper(IoBuffer) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 的构造方法
Create a new instance.
isActive() - 类 net.rubyeye.xmemcached.monitor.XMemcachedMbeanServer 中的方法
 
isAfterJava6u4Version() - 类 com.google.code.yanf4j.util.SystemUtils 中的静态方法
 
isAllowReconnect() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
isAllowReconnect() - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
is allow auto recconect if closed?
isAllowReconnect() - 接口 net.rubyeye.xmemcached.networking.MemcachedSession 中的方法
 
isAuthFailed() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
isAuthFailed() - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
isAuthFailed() - 接口 net.rubyeye.xmemcached.networking.MemcachedSession 中的方法
 
isAutoExpand() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Returns true if and only if autoExpand is turned on.
isAutoExpand() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Returns true if and only if autoExpand is turned on.
isAutoExpand() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
isAutoShrink() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Returns true if and only if autoShrink is turned on.
isAutoShrink() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Returns true if and only if autoShrink is turned on.
isAutoShrink() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
isCancel() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
isCancelled() - 类 com.google.code.yanf4j.core.impl.FutureImpl 中的方法
isCancelled() - 类 com.google.code.yanf4j.core.impl.FutureLockImpl 中的方法
isClosed() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
isClosed() - 接口 com.google.code.yanf4j.core.Session 中的方法
Check if session is closed
isClosed() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
isDerived() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
returns true if and only if this buffer is derived from other buffer via IoBuffer.duplicate(), IoBuffer.slice() or IoBuffer.asReadOnlyBuffer().
isDerived() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
returns true if and only if this buffer is derived from other buffer via IoBuffer.duplicate(), IoBuffer.slice() or IoBuffer.asReadOnlyBuffer().
isDerived() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
isDirect() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
isDirect() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
isDirect() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
isDirect() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
isDirect() - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
isDirect() - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
isDone() - 类 com.google.code.yanf4j.core.impl.FutureImpl 中的方法
isDone() - 类 com.google.code.yanf4j.core.impl.FutureLockImpl 中的方法
isEmpty() - 类 com.google.code.yanf4j.util.CircularQueue 中的方法
 
isEmpty() - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
isEmpty() - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
isEnableHealSession() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
isEnableHealSession() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
isExpired() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
isExpired() - 接口 com.google.code.yanf4j.core.Session 中的方法
Return true if session is expired,session is expired beacause you set the sessionTimeout,if since session's last operation form now is over this vlaue,isExpired return true,and Handler.onExpired() will be invoked.
isExpired() - 类 com.google.code.yanf4j.nio.impl.NioTCPSession 中的方法
 
isExpired() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
isFailureMode() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Returns if client is in failure mode.
isFailureMode() - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Returns if client is in failure mode.
isFailureMode() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
isFailureMode() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
isFailureMode() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
isFirstTime() - 类 net.rubyeye.xmemcached.auth.AuthInfo 中的方法
 
isHandleReadWriteConcurrently() - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
isHandleReadWriteConcurrently() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
isHandleReadWriteConcurrently() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
isHandleReadWriteConcurrently() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
isHandleReadWriteConcurrently() - 接口 com.google.code.yanf4j.core.Session 中的方法
Return true if allow handling read and write concurrently,default is true.
isHandleReadWriteConcurrently() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
isIdle() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
isIdle() - 接口 com.google.code.yanf4j.core.Session 中的方法
Check if session is idle
isIdle() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
isLinuxPlatform() - 类 com.google.code.yanf4j.util.SystemUtils 中的静态方法
 
isLoopbackConnection() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
isLoopbackConnection() - 接口 com.google.code.yanf4j.core.Session 中的方法
return true if it is a loopback connection
isLoopbackConnection() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
isNoreply() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
isOptimizeGet() - 类 net.rubyeye.xmemcached.impl.Optimizer 中的方法
 
isOptimizeGet() - 接口 net.rubyeye.xmemcached.impl.OptimizerMBean 中的方法
 
isOptimizeMergeBuffer() - 类 net.rubyeye.xmemcached.impl.Optimizer 中的方法
 
isOptimizeMergeBuffer() - 接口 net.rubyeye.xmemcached.impl.OptimizerMBean 中的方法
 
isPackZeros() - 类 net.rubyeye.xmemcached.transcoders.PrimitiveTypeTranscoder 中的方法
 
isPackZeros() - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的方法
 
isPackZeros() - 类 net.rubyeye.xmemcached.transcoders.TokyoTyrantTranscoder 中的方法
 
isPackZeros() - 接口 net.rubyeye.xmemcached.transcoders.Transcoder 中的方法
Returns if transcoder packs zero.
isPackZeros() - 类 net.rubyeye.xmemcached.transcoders.TranscoderUtils 中的方法
 
isPackZeros() - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的方法
 
isPackZeros() - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的方法
 
isPrimitiveAsString() - 类 net.rubyeye.xmemcached.transcoders.PrimitiveTypeTranscoder 中的方法
 
isPrimitiveAsString() - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的方法
 
isPrimitiveAsString() - 类 net.rubyeye.xmemcached.transcoders.TokyoTyrantTranscoder 中的方法
 
isPrimitiveAsString() - 接口 net.rubyeye.xmemcached.transcoders.Transcoder 中的方法
Returns if client stores primitive type as string.
isPrimitiveAsString() - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的方法
 
isPrimitiveAsString() - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的方法
 
isReadOnly() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
isReadOnly() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
isReadOnly() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
isReceiveOverFlow() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
isReceiveOverFlow() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
Check session if receive bytes per second is over flow controll
isReceiveOverFlow() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
Check session if receive bytes per second is over flow controll
isRegistered(String) - 类 net.rubyeye.xmemcached.monitor.XMemcachedMbeanServer 中的方法
 
isSanitizeKeys() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
isSanitizeKeys() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
isSendOverFlow() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
isSendOverFlow() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
Check session if receive bytes per second is over flow controll
isSendOverFlow() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
Check session if receive bytes per second is over flow controll
isShutdown() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
isShutdown() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
isSingleton() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
isStarted() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
isStarted() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
isStarted() - 类 com.google.code.yanf4j.nio.impl.SelectorManager 中的方法
 
isStatistics() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
isStatistics() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
isStatistics() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
isStatistics() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
isStatistics() - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
 
isStatisticsServer() - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
isUseBlockingRead() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
isUseBlockingRead() - 接口 com.google.code.yanf4j.core.Session 中的方法
Return true if using blocking read
isUseBlockingRead() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
isUseBlockingWrite() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
isUseBlockingWrite() - 接口 com.google.code.yanf4j.core.Session 中的方法
Return true if using blocking write
isUseBlockingWrite() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
isUseDirectBuffer() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的静态方法
Returns true if and only if a direct buffer is allocated by default when the type of the new buffer is not specified.
isValid() - 类 net.rubyeye.xmemcached.auth.AuthInfo 中的方法
 
isWriting() - 类 com.google.code.yanf4j.core.impl.WriteMessageImpl 中的方法
 
isWriting() - 接口 com.google.code.yanf4j.core.WriteMessage 中的方法
 
isWriting() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
iterator() - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
iterator() - 类 com.google.code.yanf4j.util.MapBackedSet 中的方法
 
iterator() - 类 com.google.code.yanf4j.util.SimpleQueue 中的方法
 
iterator() - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 

J

JAVA_VERSION - 类 com.google.code.yanf4j.util.SystemUtils 中的静态变量
 
JVMBUG_THRESHHOLD - 类 com.google.code.yanf4j.nio.impl.Reactor 中的静态变量
JVM bug threshold
JVMBUG_THRESHHOLD1 - 类 com.google.code.yanf4j.nio.impl.Reactor 中的静态变量
 
JVMBUG_THRESHHOLD2 - 类 com.google.code.yanf4j.nio.impl.Reactor 中的静态变量
 

K

KestrelCommandFactory - net.rubyeye.xmemcached.command 中的 类
Kestrel is a message queue written in scala by robey(http://github.com/robey/kestrel).It's protocol use memcached text protocol,so you can use any memcached clients to talk with it.But it's protocol implementation is not all compatible with memcached standard protocol,So xmemcached supply this command factory for it.
KestrelCommandFactory() - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 的构造方法
 
KestrelDeleteCommand - net.rubyeye.xmemcached.command.kestrel 中的 类
 
KestrelDeleteCommand(String, byte[], int, CountDownLatch, boolean) - 类 net.rubyeye.xmemcached.command.kestrel.KestrelDeleteCommand 的构造方法
 
KestrelFlushAllCommand - net.rubyeye.xmemcached.command.kestrel 中的 类
Kestrel flush command
KestrelFlushAllCommand(CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.kestrel.KestrelFlushAllCommand 的构造方法
 
KestrelGetCommand - net.rubyeye.xmemcached.command.kestrel 中的 类
Kestrel get command
KestrelGetCommand(String, byte[], CommandType, CountDownLatch, Transcoder<?>) - 类 net.rubyeye.xmemcached.command.kestrel.KestrelGetCommand 的构造方法
 
KestrelSetCommand - net.rubyeye.xmemcached.command.kestrel 中的 类
kestrel set command
KestrelSetCommand(String, byte[], CommandType, CountDownLatch, int, long, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.kestrel.KestrelSetCommand 的构造方法
 
KetamaMemcachedSessionLocator - net.rubyeye.xmemcached.impl 中的 类
Consistent Hash Algorithm implementation,based on TreeMap.tailMap(hash) method.
KetamaMemcachedSessionLocator() - 类 net.rubyeye.xmemcached.impl.KetamaMemcachedSessionLocator 的构造方法
 
KetamaMemcachedSessionLocator(boolean) - 类 net.rubyeye.xmemcached.impl.KetamaMemcachedSessionLocator 的构造方法
 
KetamaMemcachedSessionLocator(HashAlgorithm) - 类 net.rubyeye.xmemcached.impl.KetamaMemcachedSessionLocator 的构造方法
 
KetamaMemcachedSessionLocator(HashAlgorithm, boolean) - 类 net.rubyeye.xmemcached.impl.KetamaMemcachedSessionLocator 的构造方法
 
KetamaMemcachedSessionLocator(List<Session>, HashAlgorithm) - 类 net.rubyeye.xmemcached.impl.KetamaMemcachedSessionLocator 的构造方法
 
key - 类 net.rubyeye.xmemcached.command.Command 中的变量
 
keyBytes - 类 net.rubyeye.xmemcached.command.Command 中的变量
 
KeyIterator - net.rubyeye.xmemcached 中的 接口
已过时。 memcached 1.6.x will remove cachedump stats command,so this feature will be removed in the future
KeyIteratorImpl - net.rubyeye.xmemcached.impl 中的 类
Default key iterator implementation
KeyIteratorImpl(LinkedList<Integer>, XMemcachedClient, InetSocketAddress) - 类 net.rubyeye.xmemcached.impl.KeyIteratorImpl 的构造方法
 
KeyProvider - net.rubyeye.xmemcached 中的 接口
Key provider to pre-process keys before sending to memcached.

L

lastOperationTimeStamp - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
latch - 类 net.rubyeye.xmemcached.command.Command 中的变量
 
level - 类 net.rubyeye.xmemcached.command.VerbosityCommand 中的变量
 
LibmemcachedMemcachedSessionLocator - net.rubyeye.xmemcached.impl 中的 类
Consistent Hash Algorithm implementation is compatible with libmemcached method.
LibmemcachedMemcachedSessionLocator() - 类 net.rubyeye.xmemcached.impl.LibmemcachedMemcachedSessionLocator 的构造方法
 
LibmemcachedMemcachedSessionLocator(int, HashAlgorithm) - 类 net.rubyeye.xmemcached.impl.LibmemcachedMemcachedSessionLocator 的构造方法
 
limit() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
limit(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
limit() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
limit(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
limit() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
limit(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
limit() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
limit(int) - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
limit() - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
limit(int) - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
limit() - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
limit(int) - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
LinkedTransferQueue<E> - com.google.code.yanf4j.util 中的 类
An unbounded TransferQueue based on linked nodes.
LinkedTransferQueue() - 类 com.google.code.yanf4j.util.LinkedTransferQueue 的构造方法
Creates an initially empty LinkedTransferQueue.
LinkedTransferQueue(Collection<? extends E>) - 类 com.google.code.yanf4j.util.LinkedTransferQueue 的构造方法
Creates a LinkedTransferQueue initially containing the elements of the given collection, added in traversal order of the collection's iterator.
list - 类 com.google.code.yanf4j.util.SimpleQueue 中的变量
 
localSocketAddress - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
local bind address
log - 类 com.google.code.yanf4j.core.impl.AbstractController 中的静态变量
 
log - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的静态变量
 
log - 类 net.rubyeye.xmemcached.codec.MemcachedDecoder 中的静态变量
 
log - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的静态变量
 
log - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态变量
 
LongTranscoder - net.rubyeye.xmemcached.transcoders 中的 类
Transcoder that serializes and unserializes longs.
LongTranscoder() - 类 net.rubyeye.xmemcached.transcoders.LongTranscoder 的构造方法
 
loopback - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 

M

main(String[]) - 类 com.google.code.yanf4j.util.SystemUtils 中的静态方法
 
map - 类 com.google.code.yanf4j.util.MapBackedSet 中的变量
 
MapBackedSet<E> - com.google.code.yanf4j.util 中的 类
A Map-backed Set.
MapBackedSet(Map<E, Boolean>) - 类 com.google.code.yanf4j.util.MapBackedSet 的构造方法
 
MapBackedSet(Map<E, Boolean>, Collection<E>) - 类 com.google.code.yanf4j.util.MapBackedSet 的构造方法
 
MapReturnValueAware - net.rubyeye.xmemcached.command 中的 接口
Command which implement this interface,it's return value is a map
mark() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
mark() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
mark() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
mark() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
mark() - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
mark() - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
markValue() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Returns the position of the current mark.
markValue() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Returns the position of the current mark.
markValue() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
matchAll(IoBuffer) - 接口 com.google.code.yanf4j.util.ByteBufferMatcher 中的方法
 
matchAll(IoBuffer) - 类 com.google.code.yanf4j.util.ShiftAndByteBufferMatcher 中的方法
 
matchAll(IoBuffer) - 类 com.google.code.yanf4j.util.ShiftOrByteBufferMatcher 中的方法
 
matchFirst(IoBuffer) - 接口 com.google.code.yanf4j.util.ByteBufferMatcher 中的方法
 
matchFirst(IoBuffer) - 类 com.google.code.yanf4j.util.ShiftAndByteBufferMatcher 中的方法
 
matchFirst(IoBuffer) - 类 com.google.code.yanf4j.util.ShiftOrByteBufferMatcher 中的方法
 
max() - 类 net.rubyeye.xmemcached.FlowControl 中的方法
 
MAX_POOL_SIZE_FACTOR - 类 com.google.code.yanf4j.core.impl.PoolDispatcher 中的静态变量
 
MAX_QUEUED_NOPS - 接口 net.rubyeye.xmemcached.MemcachedClient 中的静态变量
 
MAX_READ_BUFFER_SIZE - 类 com.google.code.yanf4j.config.Configuration 中的静态变量
Max read buffer size for connection
MAX_SESSION_READ_BUFFER_SIZE - 类 net.rubyeye.xmemcached.monitor.Constants 中的静态变量
Max session read buffer size,758k
MAX_SIZE - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的静态变量
Maximum data size allowed by memcached.
maxQueuedNoReplyOperations - 类 net.rubyeye.xmemcached.XMemcachedClient 中的变量
 
MEMCACHED_CLIENT_COUNTER - 类 net.rubyeye.xmemcached.monitor.Constants 中的静态变量
Client instance counter
MemcachedClient - net.rubyeye.xmemcached 中的 接口
The memcached client's interface
MemcachedClientBuilder - net.rubyeye.xmemcached 中的 接口
Builder pattern.Configure XmemcachedClient's options,then build it
MemcachedClientException - net.rubyeye.xmemcached.exception 中的 异常
Memcached Client Exception
MemcachedClientException() - 异常 net.rubyeye.xmemcached.exception.MemcachedClientException 的构造方法
 
MemcachedClientException(String) - 异常 net.rubyeye.xmemcached.exception.MemcachedClientException 的构造方法
 
MemcachedClientException(String, Throwable) - 异常 net.rubyeye.xmemcached.exception.MemcachedClientException 的构造方法
 
MemcachedClientException(Throwable) - 异常 net.rubyeye.xmemcached.exception.MemcachedClientException 的构造方法
 
MemcachedClientNameHolder - net.rubyeye.xmemcached.monitor 中的 类
MemcachedClient insntance name holder
MemcachedClientNameHolder() - 类 net.rubyeye.xmemcached.monitor.MemcachedClientNameHolder 的构造方法
 
MemcachedClientStateListener - net.rubyeye.xmemcached 中的 接口
MemcachedClient state listener.When client startup,shutdown,connected to a memcached server or disconnected happened,client will notify the listener instance which implemented this interface.Please don't do any operations which may block in these callback methods.
MemcachedClientStateListenerAdapter - net.rubyeye.xmemcached.impl 中的 类
Adapte MemcachedClientStateListener to yanf4j's ControllStateListener
MemcachedClientStateListenerAdapter(MemcachedClientStateListener, MemcachedClient) - 类 net.rubyeye.xmemcached.impl.MemcachedClientStateListenerAdapter 的构造方法
 
MemcachedCodecFactory - net.rubyeye.xmemcached.codec 中的 类
Memcached protocol codec factory
MemcachedCodecFactory() - 类 net.rubyeye.xmemcached.codec.MemcachedCodecFactory 的构造方法
 
MemcachedConnector - net.rubyeye.xmemcached.impl 中的 类
Connected session manager
MemcachedConnector(Configuration, MemcachedSessionLocator, BufferAllocator, CommandFactory, int, int) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 的构造方法
 
MemcachedDecodeException - net.rubyeye.xmemcached.exception 中的 异常
Memcached decode exception
MemcachedDecodeException() - 异常 net.rubyeye.xmemcached.exception.MemcachedDecodeException 的构造方法
 
MemcachedDecodeException(String) - 异常 net.rubyeye.xmemcached.exception.MemcachedDecodeException 的构造方法
 
MemcachedDecodeException(String, Throwable) - 异常 net.rubyeye.xmemcached.exception.MemcachedDecodeException 的构造方法
 
MemcachedDecodeException(Throwable) - 异常 net.rubyeye.xmemcached.exception.MemcachedDecodeException 的构造方法
 
MemcachedDecoder - net.rubyeye.xmemcached.codec 中的 类
Memcached protocol decoder
MemcachedDecoder() - 类 net.rubyeye.xmemcached.codec.MemcachedDecoder 的构造方法
 
MemcachedEncoder - net.rubyeye.xmemcached.codec 中的 类
memcached protocol encoder
MemcachedEncoder() - 类 net.rubyeye.xmemcached.codec.MemcachedEncoder 的构造方法
 
MemcachedException - net.rubyeye.xmemcached.exception 中的 异常
Base exception type for memcached client
MemcachedException() - 异常 net.rubyeye.xmemcached.exception.MemcachedException 的构造方法
 
MemcachedException(String) - 异常 net.rubyeye.xmemcached.exception.MemcachedException 的构造方法
 
MemcachedException(String, Throwable) - 异常 net.rubyeye.xmemcached.exception.MemcachedException 的构造方法
 
MemcachedException(Throwable) - 异常 net.rubyeye.xmemcached.exception.MemcachedException 的构造方法
 
MemcachedHandler - net.rubyeye.xmemcached.impl 中的 类
Memcached Session Handler,used for dispatching commands and session's lifecycle management
MemcachedHandler(MemcachedClient) - 类 net.rubyeye.xmemcached.impl.MemcachedHandler 的构造方法
 
MemcachedOptimizer - net.rubyeye.xmemcached 中的 接口
xmemcached Optimizer
MemcachedServerException - net.rubyeye.xmemcached.exception 中的 异常
Memcached server exception
MemcachedServerException() - 异常 net.rubyeye.xmemcached.exception.MemcachedServerException 的构造方法
 
MemcachedServerException(String) - 异常 net.rubyeye.xmemcached.exception.MemcachedServerException 的构造方法
 
MemcachedServerException(String, Throwable) - 异常 net.rubyeye.xmemcached.exception.MemcachedServerException 的构造方法
 
MemcachedServerException(Throwable) - 异常 net.rubyeye.xmemcached.exception.MemcachedServerException 的构造方法
 
MemcachedSession - net.rubyeye.xmemcached.networking 中的 接口
Abstract interface for memcached connection.
MemcachedSessionComparator - net.rubyeye.xmemcached.impl 中的 类
Connection comparator,compare with index
MemcachedSessionComparator() - 类 net.rubyeye.xmemcached.impl.MemcachedSessionComparator 的构造方法
 
MemcachedSessionConnectListener - net.rubyeye.xmemcached.networking 中的 接口
 
MemcachedSessionLocator - net.rubyeye.xmemcached 中的 接口
Session locator.Find session by key.
MemcachedTCPSession - net.rubyeye.xmemcached.impl 中的 类
Connected session for a memcached server
MemcachedTCPSession(NioSessionConfig, int, MemcachedOptimizer, int, CommandFactory) - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 的构造方法
 
MergeCommandsAware - net.rubyeye.xmemcached.command 中的 接口
Merge commands aware interface.Merge commands mean that merge get commands to a bulk-get commands.
mergeCount - 类 net.rubyeye.xmemcached.command.Command 中的变量
 
message - 类 com.google.code.yanf4j.core.impl.WriteMessageImpl 中的变量
 
minimumCapacity() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Returns the minimum capacity of this buffer which is used to determine the new capacity of the buffer shrunk by IoBuffer.compact() and IoBuffer.shrink() operation.
minimumCapacity(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Sets the minimum capacity of this buffer which is used to determine the new capacity of the buffer shrunk by IoBuffer.compact() and IoBuffer.shrink() operation.
minimumCapacity() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Returns the minimum capacity of this buffer which is used to determine the new capacity of the buffer shrunk by IoBuffer.compact() and IoBuffer.shrink() operation.
minimumCapacity(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Sets the minimum capacity of this buffer which is used to determine the new capacity of the buffer shrunk by IoBuffer.compact() and IoBuffer.shrink() operation.
minimumCapacity() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
minimumCapacity(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 

N

name() - 类 com.google.code.yanf4j.core.SocketOption 中的方法
 
net.rubyeye.xmemcached - 软件包 net.rubyeye.xmemcached
XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.
net.rubyeye.xmemcached.auth - 软件包 net.rubyeye.xmemcached.auth
Memcached 1.4.3 or later version has supported SASL authentication,these classes are used for that
net.rubyeye.xmemcached.buffer - 软件包 net.rubyeye.xmemcached.buffer
ByteBuffer Wrapper,all classes of this package has been deprecated.
net.rubyeye.xmemcached.codec - 软件包 net.rubyeye.xmemcached.codec
Memcached protocol codec
net.rubyeye.xmemcached.command - 软件包 net.rubyeye.xmemcached.command
Memcached protocol implementations
net.rubyeye.xmemcached.command.binary - 软件包 net.rubyeye.xmemcached.command.binary
Memcached text protocol implementations
net.rubyeye.xmemcached.command.kestrel - 软件包 net.rubyeye.xmemcached.command.kestrel
Kestrel protocol implementations
net.rubyeye.xmemcached.command.text - 软件包 net.rubyeye.xmemcached.command.text
Memcached text protocol implementations
net.rubyeye.xmemcached.exception - 软件包 net.rubyeye.xmemcached.exception
XMemcached Exceptions
net.rubyeye.xmemcached.impl - 软件包 net.rubyeye.xmemcached.impl
Manage tcp connection,memcached protocol optimized,and some MBeans for monitor.
net.rubyeye.xmemcached.monitor - 软件包 net.rubyeye.xmemcached.monitor
JMX MBean Server and MBeans for monitor and statistics
net.rubyeye.xmemcached.networking - 软件包 net.rubyeye.xmemcached.networking
Networking layout to talk with memcached.
net.rubyeye.xmemcached.transcoders - 软件包 net.rubyeye.xmemcached.transcoders
Transcoders convert data to and from data and flags,from spymemcached
net.rubyeye.xmemcached.utils - 软件包 net.rubyeye.xmemcached.utils
XMemcached Utilities
net.rubyeye.xmemcached.utils.hibernate - 软件包 net.rubyeye.xmemcached.utils.hibernate
Hibernate-memcached supports
newConnector(BufferAllocator, Configuration, MemcachedSessionLocator, CommandFactory, int, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
newDispatcher(int, RejectedExecutionHandler, String) - 类 com.google.code.yanf4j.util.DispatcherFactory 中的静态方法
 
newInstance() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator 中的静态方法
已过时。  
newInstance(int, int) - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator 中的静态方法
已过时。  
newInstance() - 类 net.rubyeye.xmemcached.buffer.SimpleBufferAllocator 中的静态方法
已过时。  
newSocketAddress(String, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
newThread(Runnable) - 类 com.google.code.yanf4j.util.WorkerThreadFactory 中的方法
 
next() - 类 net.rubyeye.xmemcached.impl.KeyIteratorImpl 中的方法
 
next() - 接口 net.rubyeye.xmemcached.KeyIterator 中的方法
已过时。 Get next key,if iterator has reached the end,throw ArrayIndexOutOfBoundsException
nextHash(long, String, int) - 类 net.rubyeye.xmemcached.impl.KetamaMemcachedSessionLocator 中的方法
 
nextHash(long, String, int) - 类 net.rubyeye.xmemcached.impl.LibmemcachedMemcachedSessionLocator 中的方法
 
nextLine(ByteBuffer) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
�峰�涓��琛�
nextReactor() - 类 com.google.code.yanf4j.nio.impl.SelectorManager 中的方法
Get next reactor
NioController - com.google.code.yanf4j.nio.impl 中的 类
Base nio controller
NioController() - 类 com.google.code.yanf4j.nio.impl.NioController 的构造方法
 
NioController(Configuration, CodecFactory) - 类 com.google.code.yanf4j.nio.impl.NioController 的构造方法
 
NioController(Configuration, Handler, CodecFactory) - 类 com.google.code.yanf4j.nio.impl.NioController 的构造方法
 
NioController(Configuration) - 类 com.google.code.yanf4j.nio.impl.NioController 的构造方法
 
NioSession - com.google.code.yanf4j.nio 中的 接口
Nio connection
NioSessionConfig - com.google.code.yanf4j.nio 中的 类
Nio session configuration
NioSessionConfig(SelectableChannel, Handler, SelectorManager, CodecFactory, Statistics, Queue<WriteMessage>, Dispatcher, boolean, long, long) - 类 com.google.code.yanf4j.nio.NioSessionConfig 的构造方法
 
NioTCPSession - com.google.code.yanf4j.nio.impl 中的 类
Nio tcp connection
NioTCPSession(NioSessionConfig, int) - 类 com.google.code.yanf4j.nio.impl.NioTCPSession 的构造方法
 
NO_REPLY - 类 net.rubyeye.xmemcached.monitor.Constants 中的静态变量
 
noreply - 类 net.rubyeye.xmemcached.command.Command 中的变量
 
normalizeCapacity(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的静态方法
Normalizes the specified capacity of the buffer to power of 2, which is often helpful for optimal memory usage and performance.
normalizeCapacity(int) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
 
notifyAllSessionClosed() - 接口 com.google.code.yanf4j.core.ControllerLifeCycle 中的方法
 
notifyAllSessionClosed() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
notifyException(Throwable) - 接口 com.google.code.yanf4j.core.ControllerLifeCycle 中的方法
 
notifyException(Throwable) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
notifyHaveResult() - 类 com.google.code.yanf4j.core.impl.FutureImpl 中的方法
Notify blocked listeners threads about operation completion.
notifyHaveResult() - 类 com.google.code.yanf4j.core.impl.FutureLockImpl 中的方法
Notify blocked listeners threads about operation completion.
notifyReady() - 接口 com.google.code.yanf4j.core.ControllerLifeCycle 中的方法
 
notifyReady() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
notifyStarted() - 接口 com.google.code.yanf4j.core.ControllerLifeCycle 中的方法
 
notifyStarted() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
notifyStopped() - 接口 com.google.code.yanf4j.core.ControllerLifeCycle 中的方法
 
notifyStopped() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 

O

offer(E) - 类 com.google.code.yanf4j.util.CircularQueue 中的方法
 
offer(E, long, TimeUnit) - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
offer(E) - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
offer(T) - 类 com.google.code.yanf4j.util.SimpleQueue 中的方法
 
offer(WriteMessage, long, TimeUnit) - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
offer(WriteMessage) - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
onAccept(SelectionKey) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
onAccept(SelectionKey) - 接口 com.google.code.yanf4j.nio.SelectionKeyHandler 中的方法
 
onAccept(SelectionKey) - 类 com.google.code.yanf4j.nio.TCPController 中的方法
 
onAllSessionClosed(Controller) - 接口 com.google.code.yanf4j.core.ControllerStateListener 中的方法
When all connections are closed
onAllSessionClosed(Controller) - 类 net.rubyeye.xmemcached.impl.MemcachedClientStateListenerAdapter 中的方法
 
onClosed() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
onConnect(SelectionKey) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
onConnect(SelectionKey) - 接口 com.google.code.yanf4j.nio.SelectionKeyHandler 中的方法
 
onConnect(MemcachedSession, MemcachedClient) - 类 net.rubyeye.xmemcached.auth.AuthMemcachedConnectListener 中的方法
 
onConnect(SelectionKey) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
onConnect(MemcachedSession, MemcachedClient) - 接口 net.rubyeye.xmemcached.networking.MemcachedSessionConnectListener 中的方法
 
onConnected() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
onConnected(MemcachedClient, InetSocketAddress) - 接口 net.rubyeye.xmemcached.MemcachedClientStateListener 中的方法
After a memcached server is connected,don't do any operations may block here.
onCreated() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
onDisconnected(MemcachedClient, InetSocketAddress) - 接口 net.rubyeye.xmemcached.MemcachedClientStateListener 中的方法
After a memcached server is disconnected,don't do any operations may block here.
onEvent(EventType, Selector) - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
�ɷ�IO�¼�
onEvent(EventType, Selector) - 接口 com.google.code.yanf4j.nio.NioSession 中的方法
When io event occured
onException(Controller, Throwable) - 接口 com.google.code.yanf4j.core.ControllerStateListener 中的方法
 
onException(Throwable) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
onException(Controller, Throwable) - 类 net.rubyeye.xmemcached.impl.MemcachedClientStateListenerAdapter 中的方法
 
onException(MemcachedClient, Throwable) - 接口 net.rubyeye.xmemcached.MemcachedClientStateListener 中的方法
When exceptions occur
onExceptionCaught(Session, Throwable) - 接口 com.google.code.yanf4j.core.Handler 中的方法
 
onExceptionCaught(Session, Throwable) - 类 com.google.code.yanf4j.core.impl.HandlerAdapter 中的方法
 
onExceptionCaught(Session, Throwable) - 类 net.rubyeye.xmemcached.impl.MemcachedHandler 中的方法
 
onExpired() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
onIdle() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
onMessageReceived(Session, Object) - 接口 com.google.code.yanf4j.core.Handler 中的方法
 
onMessageReceived(Session, Object) - 类 com.google.code.yanf4j.core.impl.HandlerAdapter 中的方法
 
onMessageReceived(Session, Object) - 类 net.rubyeye.xmemcached.impl.MemcachedHandler 中的方法
On receive message from memcached server
onMessageSent(Session, Object) - 接口 com.google.code.yanf4j.core.Handler 中的方法
 
onMessageSent(Session, Object) - 类 com.google.code.yanf4j.core.impl.HandlerAdapter 中的方法
 
onMessageSent(Session, Object) - 类 net.rubyeye.xmemcached.impl.MemcachedHandler 中的方法
put command which have been sent to queue
onRead(SelectionKey) - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
onRead(SelectionKey) - 类 com.google.code.yanf4j.nio.impl.NioController 中的方法
Read event occured
onRead(SelectionKey) - 接口 com.google.code.yanf4j.nio.SelectionKeyHandler 中的方法
 
onReady(Controller) - 接口 com.google.code.yanf4j.core.ControllerStateListener 中的方法
When controller is ready
onReady(Controller) - 类 net.rubyeye.xmemcached.impl.MemcachedClientStateListenerAdapter 中的方法
 
onSessionClosed(Session) - 接口 com.google.code.yanf4j.core.Handler 中的方法
 
onSessionClosed(Session) - 类 com.google.code.yanf4j.core.impl.HandlerAdapter 中的方法
 
onSessionClosed(Session) - 类 net.rubyeye.xmemcached.impl.MemcachedHandler 中的方法
Check if have to reconnect on session closed
onSessionConnected(Session) - 接口 com.google.code.yanf4j.core.Handler 中的方法
 
onSessionConnected(Session) - 类 com.google.code.yanf4j.core.impl.HandlerAdapter 中的方法
 
onSessionCreated(Session) - 接口 com.google.code.yanf4j.core.Handler 中的方法
 
onSessionCreated(Session) - 类 com.google.code.yanf4j.core.impl.HandlerAdapter 中的方法
 
onSessionExpired(Session) - 接口 com.google.code.yanf4j.core.Handler 中的方法
 
onSessionExpired(Session) - 类 com.google.code.yanf4j.core.impl.HandlerAdapter 中的方法
 
onSessionIdle(Session) - 接口 com.google.code.yanf4j.core.Handler 中的方法
 
onSessionIdle(Session) - 类 com.google.code.yanf4j.core.impl.HandlerAdapter 中的方法
 
onSessionIdle(Session) - 类 net.rubyeye.xmemcached.impl.MemcachedHandler 中的方法
Do a heartbeat action
onSessionStarted(Session) - 接口 com.google.code.yanf4j.core.Handler 中的方法
 
onSessionStarted(Session) - 类 com.google.code.yanf4j.core.impl.HandlerAdapter 中的方法
 
onSessionStarted(Session) - 类 net.rubyeye.xmemcached.impl.MemcachedHandler 中的方法
On session started
onShutDown(MemcachedClient) - 接口 net.rubyeye.xmemcached.MemcachedClientStateListener 中的方法
After client is shutdown.
onStarted(Controller) - 接口 com.google.code.yanf4j.core.ControllerStateListener 中的方法
When controller is started
onStarted() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
onStarted(Controller) - 类 net.rubyeye.xmemcached.impl.MemcachedClientStateListenerAdapter 中的方法
 
onStarted(MemcachedClient) - 接口 net.rubyeye.xmemcached.MemcachedClientStateListener 中的方法
After client is started.
onStopped(Controller) - 接口 com.google.code.yanf4j.core.ControllerStateListener 中的方法
When controller has been stopped
onStopped(Controller) - 类 net.rubyeye.xmemcached.impl.MemcachedClientStateListenerAdapter 中的方法
 
onWrite(SelectionKey) - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
onWrite(SelectionKey) - 类 com.google.code.yanf4j.nio.impl.NioController 中的方法
Writable event occured
onWrite(SelectionKey) - 接口 com.google.code.yanf4j.nio.SelectionKeyHandler 中的方法
 
opaque - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的变量
 
OpaqueGenerater - net.rubyeye.xmemcached.utils 中的 类
Opaque generator for memcached binary xxxq(getq,addq etc.) commands
opCode - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的变量
 
OpCode - net.rubyeye.xmemcached.command.binary 中的 枚举
Binary command Opcodes
openSelector() - 类 com.google.code.yanf4j.util.SystemUtils 中的静态方法
 
OperationStatus - net.rubyeye.xmemcached.command 中的 枚举
Command status.
optimiezeGet(Queue, Queue<Command>, Command) - 类 net.rubyeye.xmemcached.impl.Optimizer 中的方法
Merge get operation to multi-get operation
optimiezeMergeBuffer(Command, Queue, Queue<Command>, int) - 类 net.rubyeye.xmemcached.impl.Optimizer 中的方法
merge buffers to fit socket's send buffer size
optimiezeSet(Queue, Queue<Command>, Command, int) - 类 net.rubyeye.xmemcached.impl.Optimizer 中的方法
 
optimize(Command, Queue, Queue<Command>, int) - 类 net.rubyeye.xmemcached.impl.Optimizer 中的方法
 
optimize(Command, Queue, Queue<Command>, int) - 接口 net.rubyeye.xmemcached.MemcachedOptimizer 中的方法
 
Optimizer - net.rubyeye.xmemcached.impl 中的 类
Memcached command optimizer,merge single-get comands to multi-get command,merge ByteBuffers to fit the socket's sendBufferSize etc.
Optimizer(Protocol) - 类 net.rubyeye.xmemcached.impl.Optimizer 的构造方法
 
OptimizerMBean - net.rubyeye.xmemcached.impl 中的 接口
OptimizerMBean,used for changing the optimizer's factor
order() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
order(ByteOrder) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
order() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
order(ByteOrder) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
order() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
order(ByteOrder) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
order() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
order(ByteOrder) - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
order(ByteOrder) - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
order() - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
order(ByteOrder) - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
order() - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
origBuffer - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的变量
已过时。  
OS_NAME - 类 com.google.code.yanf4j.util.SystemUtils 中的静态变量
 

P

parseShort(short) - 枚举 net.rubyeye.xmemcached.command.binary.ResponseStatus 中的静态方法
Get status from short value
peek() - 类 com.google.code.yanf4j.util.CircularQueue 中的方法
 
peek() - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
peek() - 类 com.google.code.yanf4j.util.SimpleQueue 中的方法
 
peek() - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
permits() - 类 net.rubyeye.xmemcached.FlowControl 中的方法
 
PHPMemcacheSessionLocator - net.rubyeye.xmemcached.impl 中的 类
Session locator base on hash(key) mod sessions.size().
PHPMemcacheSessionLocator() - 类 net.rubyeye.xmemcached.impl.PHPMemcacheSessionLocator 的构造方法
 
PHPMemcacheSessionLocator(HashAlgorithm) - 类 net.rubyeye.xmemcached.impl.PHPMemcacheSessionLocator 的构造方法
 
plain(String, String) - 类 net.rubyeye.xmemcached.auth.AuthInfo 中的静态方法
Get a typical auth descriptor for PLAIN auth with the given username and password.
PlainCallbackHandler - net.rubyeye.xmemcached.auth 中的 类
A callback handler for name/password authentication
PlainCallbackHandler(String, String) - 类 net.rubyeye.xmemcached.auth.PlainCallbackHandler 的构造方法
 
poll() - 类 com.google.code.yanf4j.util.CircularQueue 中的方法
 
poll(long, TimeUnit) - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
poll() - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
poll() - 类 com.google.code.yanf4j.util.SimpleQueue 中的方法
 
poll(long, TimeUnit) - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
poll() - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
POOL_QUEUE_SIZE_FACTOR - 类 com.google.code.yanf4j.core.impl.PoolDispatcher 中的静态变量
 
PoolDispatcher - com.google.code.yanf4j.core.impl 中的 类
Pool dispatcher,wrap a threadpool.
PoolDispatcher(int) - 类 com.google.code.yanf4j.core.impl.PoolDispatcher 的构造方法
 
PoolDispatcher(int, long, TimeUnit, RejectedExecutionHandler, String) - 类 com.google.code.yanf4j.core.impl.PoolDispatcher 的构造方法
 
position() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
position(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
position() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
position(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
position() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
position(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
position() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
position(int) - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
position() - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
position(int) - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
position() - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
position(int) - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
postSelect(Set<SelectionKey>, Set<SelectionKey>) - 类 com.google.code.yanf4j.nio.impl.Reactor 中的方法
 
prefixedDataAvailable(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Returns true if this buffer contains a data which has a data length as a prefix and the buffer has remaining data as enough as specified in the data length field.
prefixedDataAvailable(int, int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Returns true if this buffer contains a data which has a data length as a prefix and the buffer has remaining data as enough as specified in the data length field.
prefixedDataAvailable(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Returns true if this buffer contains a data which has a data length as a prefix and the buffer has remaining data as enough as specified in the data length field.
prefixedDataAvailable(int, int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Returns true if this buffer contains a data which has a data length as a prefix and the buffer has remaining data as enough as specified in the data length field.
prefixedDataAvailable(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
prefixedDataAvailable(int, int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
prepend(String, Object) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
prepend(String, Object, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Prepend value to key's data item in memcached.This method doesn't wait for reply.
prepend(String, Object) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
prepend(String, Object, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
prependWithNoReply(String, Object) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Prepend value to key's data item in memcached.This method doesn't wait for reply.
prependWithNoReply(String, Object) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
preprocessWriteMessage(WriteMessage) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
Pre-Process WriteMessage before writing to channel
preprocessWriteMessage(WriteMessage) - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
primitiveAsString - 类 net.rubyeye.xmemcached.transcoders.PrimitiveTypeTranscoder 中的变量
 
PrimitiveTypeTranscoder<T> - net.rubyeye.xmemcached.transcoders 中的 类
 
PrimitiveTypeTranscoder() - 类 net.rubyeye.xmemcached.transcoders.PrimitiveTypeTranscoder 的构造方法
 
process(String) - 类 net.rubyeye.xmemcached.impl.DefaultKeyProvider 中的方法
 
process(String) - 接口 net.rubyeye.xmemcached.KeyProvider 中的方法
Processes key and returns a new key.
PROP_COMMAND_FACTORY - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的静态变量
 
PROP_CONNECT_TIMEOUT - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的静态变量
 
PROP_CONNECTION_POOL_SIZE - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的静态变量
 
PROP_HASH_ALGORITHM - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的静态变量
 
PROP_OPERATION_TIMEOUT - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的静态变量
 
PROP_READ_BUFFER_SIZE - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的静态变量
 
PROP_SERVERS - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的静态变量
 
PROP_SESSION_LOCATOR - 类 net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory 中的静态变量
 
PropertyUtils - com.google.code.yanf4j.util 中的 类
java.util.Property utils
PropertyUtils() - 类 com.google.code.yanf4j.util.PropertyUtils 的构造方法
 
protocol - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的变量
 
Protocol - net.rubyeye.xmemcached.utils 中的 枚举
Memcached protocol enum
put(byte) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
put(int, byte) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
put(ByteBuffer) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the content of the specified src into this buffer.
put(byte[], int, int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
put(IoBuffer) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the content of the specified src into this buffer.
put(byte[]) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
put(byte) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
put(int, byte) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
put(ByteBuffer) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the content of the specified src into this buffer.
put(IoBuffer) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the content of the specified src into this buffer.
put(byte[], int, int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
put(byte[]) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
put(byte) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
put(int, byte) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
put(IoBuffer) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
put(ByteBuffer) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
put(byte[], int, int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
put(byte[]) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
put(E) - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
put(byte[]) - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
put(byte) - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
put(ByteBuffer) - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
put(ByteBuffer) - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
put(byte) - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
put(byte[]) - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
put(byte[]) - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
put(byte) - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
put(ByteBuffer) - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
put(WriteMessage) - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
putChar(char) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
putChar(int, char) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
putChar(char) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
putChar(int, char) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
putChar(char) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putChar(int, char) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putDouble(double) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
putDouble(int, double) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
putDouble(double) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
putDouble(int, double) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
putDouble(double) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putDouble(int, double) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putEnum(Enum<?>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes an enum's ordinal value to the buffer as a byte.
putEnum(int, Enum<?>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes an enum's ordinal value to the buffer as a byte.
putEnum(Enum<?>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes an enum's ordinal value to the buffer as a byte.
putEnum(int, Enum<?>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes an enum's ordinal value to the buffer as a byte.
putEnum(Enum<?>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putEnum(int, Enum<?>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putEnumInt(Enum<?>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes an enum's ordinal value to the buffer as an integer.
putEnumInt(int, Enum<?>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes an enum's ordinal value to the buffer as an integer.
putEnumInt(Enum<?>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes an enum's ordinal value to the buffer as an integer.
putEnumInt(int, Enum<?>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes an enum's ordinal value to the buffer as an integer.
putEnumInt(Enum<?>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putEnumInt(int, Enum<?>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putEnumSet(Set<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the specified Set to the buffer as a byte sized bit vector.
putEnumSet(int, Set<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the specified Set to the buffer as a byte sized bit vector.
putEnumSet(Set<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the specified Set to the buffer as a byte sized bit vector.
putEnumSet(int, Set<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the specified Set to the buffer as a byte sized bit vector.
putEnumSet(Set<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putEnumSet(int, Set<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putEnumSetInt(Set<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the specified Set to the buffer as an int sized bit vector.
putEnumSetInt(int, Set<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the specified Set to the buffer as an int sized bit vector.
putEnumSetInt(Set<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the specified Set to the buffer as an int sized bit vector.
putEnumSetInt(int, Set<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the specified Set to the buffer as an int sized bit vector.
putEnumSetInt(Set<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putEnumSetInt(int, Set<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putEnumSetLong(Set<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the specified Set to the buffer as a long sized bit vector.
putEnumSetLong(int, Set<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the specified Set to the buffer as a long sized bit vector.
putEnumSetLong(Set<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the specified Set to the buffer as a long sized bit vector.
putEnumSetLong(int, Set<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the specified Set to the buffer as a long sized bit vector.
putEnumSetLong(Set<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putEnumSetLong(int, Set<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putEnumSetShort(Set<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the specified Set to the buffer as a short sized bit vector.
putEnumSetShort(int, Set<E>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the specified Set to the buffer as a short sized bit vector.
putEnumSetShort(Set<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the specified Set to the buffer as a short sized bit vector.
putEnumSetShort(int, Set<E>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the specified Set to the buffer as a short sized bit vector.
putEnumSetShort(Set<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putEnumSetShort(int, Set<E>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putEnumShort(Enum<?>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes an enum's ordinal value to the buffer as a short.
putEnumShort(int, Enum<?>) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes an enum's ordinal value to the buffer as a short.
putEnumShort(Enum<?>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes an enum's ordinal value to the buffer as a short.
putEnumShort(int, Enum<?>) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes an enum's ordinal value to the buffer as a short.
putEnumShort(Enum<?>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putEnumShort(int, Enum<?>) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putFloat(float) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
putFloat(int, float) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
putFloat(float) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
putFloat(int, float) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
putFloat(float) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putFloat(int, float) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putInt(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
putInt(int, int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
putInt(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
putInt(int, int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
putInt(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putInt(int, int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putInt(int) - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
putInt(int) - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
putInt(int) - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
putLong(long) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
putLong(int, long) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
putLong(long) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
putLong(int, long) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
putLong(long) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putLong(int, long) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putLong(long) - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
putLong(long) - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
putLong(long) - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
putMediumInt(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Relative put method for writing a medium int value.
putMediumInt(int, int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Absolute put method for writing a medium int value.
putMediumInt(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Relative put method for writing a medium int value.
putMediumInt(int, int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Absolute put method for writing a medium int value.
putMediumInt(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putMediumInt(int, int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putObject(Object) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the specified Java object to the buffer.
putObject(Object) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the specified Java object to the buffer.
putObject(Object) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putPrefixedString(CharSequence, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, int, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, int, byte, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, int, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, int, byte, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putPrefixedString(CharSequence, int, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putPrefixedString(CharSequence, int, int, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putPrefixedString(CharSequence, int, int, byte, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putShort(short) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
putShort(int, short) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
putShort(short) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
putShort(int, short) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
putShort(short) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putShort(int, short) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putShort(short) - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
putShort(short) - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
putShort(short) - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
putString(CharSequence, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the content of in into this buffer using the specified encoder.
putString(CharSequence, int, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Writes the content of in into this buffer as a NUL-terminated string using the specified encoder.
putString(CharSequence, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the content of in into this buffer using the specified encoder.
putString(CharSequence, int, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Writes the content of in into this buffer as a NUL-terminated string using the specified encoder.
putString(CharSequence, int, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
putString(CharSequence, CharsetEncoder) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 

Q

queue - 类 com.google.code.yanf4j.core.SessionConfig 中的变量
 
quit() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
quit() - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
quit() - 接口 net.rubyeye.xmemcached.networking.MemcachedSession 中的方法
 
quitAllSessions() - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
quitAllSessions() - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
Make all connection sending a quit command to memcached

R

RandomMemcachedSessionLocaltor - net.rubyeye.xmemcached.impl 中的 类
A random session locator,it can be used in kestrel.
RandomMemcachedSessionLocaltor() - 类 net.rubyeye.xmemcached.impl.RandomMemcachedSessionLocaltor 的构造方法
 
Reactor - com.google.code.yanf4j.nio.impl 中的 类
Reactor pattern
REACTOR_ATTRIBUTE - 类 com.google.code.yanf4j.nio.impl.SelectorManager 中的静态变量
 
readBuffer - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
readCAS(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
readCAS(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetCommand 中的方法
 
readCAS(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetMultiCommand 中的方法
 
readEventDispatcher - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
 
readExtras(ByteBuffer, int) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
readExtras(ByteBuffer, int) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetCommand 中的方法
 
readExtras(ByteBuffer, int) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetMultiCommand 中的方法
 
readFromBuffer() - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
readFromBuffer() - 类 com.google.code.yanf4j.nio.impl.NioTCPSession 中的方法
 
readHeader(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
readHeader(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BinaryDeleteCommand 中的方法
optimistic,if no error,goto done
readHeader(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetCommand 中的方法
Optimistic,if the value length is 0,then skip remaining buffer,set result as null
readHeader(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetMultiCommand 中的方法
optimistic,if response status is greater than zero,then skip buffer to next response,set result as null
readHeader(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BinarySetMultiCommand 中的方法
optimistic,if response status is greater than zero,then skip buffer to next response,set result to be false.
readHeader(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BinaryStoreCommand 中的方法
optimistic,if no error,goto done
readKey(ByteBuffer, int) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
readKey(ByteBuffer, int) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetCommand 中的方法
 
readKey(ByteBuffer, int) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetMultiCommand 中的方法
 
readKey(ByteBuffer, int) - 类 net.rubyeye.xmemcached.command.binary.BinaryStatsCommand 中的方法
 
readOpaque(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
readOpaque(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BinarySetMultiCommand 中的方法
 
readOpCode(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
readOpCode(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetMultiCommand 中的方法
 
readOpCode(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BinarySetMultiCommand 中的方法
 
readStatus(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
readStatus(ByteBuffer) - 类 net.rubyeye.xmemcached.command.binary.BinaryStatsCommand 中的方法
 
readThreadCount - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
Read event processing thread count
readValue(ByteBuffer, int, int, int) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
readValue(ByteBuffer, int, int, int) - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthListMechanismsCommand 中的方法
 
readValue(ByteBuffer, int, int, int) - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthStartCommand 中的方法
 
readValue(ByteBuffer, int, int, int) - 类 net.rubyeye.xmemcached.command.binary.BinaryAuthStepCommand 中的方法
 
readValue(ByteBuffer, int, int, int) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetCommand 中的方法
 
readValue(ByteBuffer, int, int, int) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetMultiCommand 中的方法
 
readValue(ByteBuffer, int, int, int) - 类 net.rubyeye.xmemcached.command.binary.BinaryIncrDecrCommand 中的方法
 
readValue(ByteBuffer, int, int, int) - 类 net.rubyeye.xmemcached.command.binary.BinaryStatsCommand 中的方法
 
readValue(ByteBuffer, int, int, int) - 类 net.rubyeye.xmemcached.command.binary.BinaryVersionCommand 中的方法
 
reconnect(MemcachedTCPSession) - 类 net.rubyeye.xmemcached.impl.MemcachedHandler 中的方法
Auto reconect to memcached server
ReconnectRequest - net.rubyeye.xmemcached.impl 中的 类
A auto reconnect request,associating a socket address for reconnecting
ReconnectRequest(InetSocketAddressWrapper, int, long) - 类 net.rubyeye.xmemcached.impl.ReconnectRequest 的构造方法
 
registerChannel(SelectableChannel, int, Object) - 类 com.google.code.yanf4j.nio.impl.Reactor 中的方法
 
registerChannel(SelectableChannel, int, Object) - 类 com.google.code.yanf4j.nio.impl.SelectorManager 中的方法
Register channel
registerSession(Session) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
registerSession(Session) - 接口 com.google.code.yanf4j.core.SessionManager 中的方法
Register session to controller
registerSession() - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
registerSession(Session, EventType) - 类 com.google.code.yanf4j.nio.impl.Reactor 中的方法
 
registerSession(Session, EventType) - 类 com.google.code.yanf4j.nio.impl.SelectorManager 中的方法
Register session
registMBean(Object, String) - 类 net.rubyeye.xmemcached.monitor.XMemcachedMbeanServer 中的方法
 
release() - 类 net.rubyeye.xmemcached.FlowControl 中的方法
 
remaining() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
remaining() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
remaining() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
remaining(ByteBuffer[]) - 类 com.google.code.yanf4j.util.ByteBufferUtils 中的静态方法
 
remaining() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
remaining() - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
remaining() - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
remainingCapacity() - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
remainingCapacity() - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
remainingCapacity() - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的方法
 
remove(int) - 类 com.google.code.yanf4j.util.CircularQueue 中的方法
 
remove() - 类 com.google.code.yanf4j.util.CircularQueue 中的方法
 
remove(Object) - 类 com.google.code.yanf4j.util.MapBackedSet 中的方法
 
removeAttribute(String) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
removeAttribute(String) - 接口 com.google.code.yanf4j.core.Session 中的方法
Remove attribute
removeAttribute(String) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
removeAuthInfo(InetSocketAddress) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Remove auth info for memcached server
removeAuthInfo(InetSocketAddress) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
removeReconnectRequest(InetSocketAddress) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
removeReconnectRequest(InetSocketAddress) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
removeServer(String) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Remove many memcached server
removeServer(String) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
removeServer(String) - 接口 net.rubyeye.xmemcached.XMemcachedClientMBean 中的方法
Remove memcached servers
removeSession(Session) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
removeSession(Session) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
removeStateListener(ControllerStateListener) - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
removeStateListener(ControllerStateListener) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
removeStateListener(MemcachedClientStateListener) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Remove a memcached client listener
removeStateListener(MemcachedClientStateListener) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Remove a state listener
removeStateListener(MemcachedClientStateListener) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
removeStateListener(MemcachedClientStateListener) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
replace(String, int, T, Transcoder<T>, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Replace the key's data item in memcached,success only when the key's data item is exists in memcached.This method will wait for reply from server.
replace(String, int, Object) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
replace(String, int, Object, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
replace(String, int, T, Transcoder<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
replace(String, int, T, Transcoder<T>, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
replace(String, int, Object) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
replace(String, int, Object, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
replace(String, int, T, Transcoder<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
replaceWithNoReply(String, int, Object) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Replace the key's data item in memcached,success only when the key's data item is exists in memcached.This method doesn't wait for reply from server.
replaceWithNoReply(String, int, T, Transcoder<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
replaceWithNoReply(String, int, Object) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
replaceWithNoReply(String, int, T, Transcoder<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
REQUEST_MAGIC_NUMBER - 类 net.rubyeye.xmemcached.command.Command 中的静态变量
 
reset() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
reset() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
reset() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
reset() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
reset() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
reset() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
reset() - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator.CachedIoBuffer 中的方法
已过时。  
reset() - 接口 net.rubyeye.xmemcached.buffer.IoBuffer 中的方法
已过时。  
reset() - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 中的方法
已过时。  
resetStats() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
resetStats() - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
Reset the statistics
ResourcesUtils - com.google.code.yanf4j.util 中的 类
Resource utils
ResourcesUtils() - 类 com.google.code.yanf4j.util.ResourcesUtils 的构造方法
 
RESPONSE_MAGIC_NUMBER - 类 net.rubyeye.xmemcached.command.Command 中的静态变量
 
responseExtrasLength - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的变量
 
responseKeyLength - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的变量
 
responseStatus - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的变量
 
ResponseStatus - net.rubyeye.xmemcached.command.binary 中的 枚举
Binary protocol response status.
responseTotalBodyLength - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的变量
 
restart() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
restart() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
restart() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
result - 类 com.google.code.yanf4j.core.impl.FutureImpl 中的变量
 
result - 类 com.google.code.yanf4j.core.impl.FutureLockImpl 中的变量
 
result - 类 net.rubyeye.xmemcached.command.Command 中的变量
 
returnSelector(Selector) - 类 com.google.code.yanf4j.util.SelectorFactory 中的静态方法
Return the Selector to the cache
returnValues - 类 net.rubyeye.xmemcached.command.text.TextGetCommand 中的变量
 
rewind() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
rewind() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
rewind() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
RoundRobinMemcachedSessionLocator - net.rubyeye.xmemcached.impl 中的 类
A round-robin session locator for some special applications,memcacheq or kestrel etc.They doesn't need the same key must always to be stored in same memcached but want to make a cluster.
RoundRobinMemcachedSessionLocator() - 类 net.rubyeye.xmemcached.impl.RoundRobinMemcachedSessionLocator 的构造方法
 
run() - 类 com.google.code.yanf4j.nio.impl.Reactor 中的方法
 
run() - 类 net.rubyeye.xmemcached.auth.AuthTask 中的方法
 

S

schduleWriteMessage(WriteMessage) - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
scheduleWritenBytes - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
selectableChannel - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的变量
 
selectableChannel - 类 com.google.code.yanf4j.nio.NioSessionConfig 中的变量
 
SelectionKeyHandler - com.google.code.yanf4j.nio 中的 接口
SelectionKey handler
SelectorFactory - com.google.code.yanf4j.util 中的 类
Temp selector factory,come from grizzly
SelectorFactory() - 类 com.google.code.yanf4j.util.SelectorFactory 的构造方法
 
selectorManager - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的变量
 
selectorManager - 类 com.google.code.yanf4j.nio.impl.NioController 中的变量
 
SelectorManager - com.google.code.yanf4j.nio.impl 中的 类
Selector manager
SelectorManager(int, NioController, Configuration) - 类 com.google.code.yanf4j.nio.impl.SelectorManager 的构造方法
 
selectorManager - 类 com.google.code.yanf4j.nio.NioSessionConfig 中的变量
 
selectorPoolSize - 类 com.google.code.yanf4j.nio.impl.NioController 中的变量
Reactor count
send(Command) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
send(Command) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
serialize(Object) - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的方法
Get the bytes representing the given serialized object.
SERIALIZED - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的静态变量
 
SERIALIZED - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的静态变量
 
SERIALIZED - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的静态变量
 
SerializingTranscoder - net.rubyeye.xmemcached.transcoders 中的 类
Transcoder that serializes and compresses objects.
SerializingTranscoder() - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 的构造方法
Get a serializing transcoder with the default max data size.
SerializingTranscoder(int) - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 的构造方法
Get a serializing transcoder that specifies the max data size.
server - 类 net.rubyeye.xmemcached.command.binary.BinaryVersionCommand 中的变量
 
server - 类 net.rubyeye.xmemcached.command.text.TextVersionCommand 中的变量
 
ServerAddressAware - net.rubyeye.xmemcached.command 中的 接口
Server address aware interface.Command which implement this interface have these methods to getter/setter memcached's InetSocketAddress.
serverOrderCount - 类 net.rubyeye.xmemcached.XMemcachedClient 中的变量
 
Session - com.google.code.yanf4j.core 中的 接口
Abstract connection
Session.SessionStatus - com.google.code.yanf4j.core 中的 枚举
 
SessionConfig - com.google.code.yanf4j.core 中的 类
Session configuration
SessionConfig(Handler, CodecFactory, Statistics, Queue<WriteMessage>, Dispatcher, boolean, long, long) - 类 com.google.code.yanf4j.core.SessionConfig 的构造方法
 
sessionIdelTimeout - 类 com.google.code.yanf4j.core.SessionConfig 中的变量
 
sessionIdleTimeout - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
sessionLocator - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的变量
 
sessionLocator - 类 net.rubyeye.xmemcached.XMemcachedClient 中的变量
 
SessionManager - com.google.code.yanf4j.core 中的 接口
Session manager
sessionMap - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的变量
 
sessionSet - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
Connected session set
sessionTimeout - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
 
sessionTimeout - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
sessionTimeout - 类 com.google.code.yanf4j.core.SessionConfig 中的变量
 
set(int, E) - 类 com.google.code.yanf4j.util.CircularQueue 中的方法
 
set(long) - 类 net.rubyeye.xmemcached.Counter 中的方法
Set counter's value to expected.
set(String, int, T, Transcoder<T>, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Store key-value item to memcached
set(String, int, Object) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
set(String, int, Object, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
set(String, int, T, Transcoder<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
set(String, int, Object) - 类 net.rubyeye.xmemcached.utils.hibernate.Xmemcache 中的方法
 
set(String, int, T, Transcoder<T>, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
set(String, int, Object) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
set(String, int, Object, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
set(String, int, T, Transcoder<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setAllocator(IoBufferAllocator) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的静态方法
Sets the allocator used by existing and new buffers
setAllowReconnect(boolean) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
setAllowReconnect(boolean) - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
setAllowReconnect(boolean) - 接口 net.rubyeye.xmemcached.networking.MemcachedSession 中的方法
 
setAmount(long) - 类 net.rubyeye.xmemcached.command.binary.BinaryIncrDecrCommand 中的方法
 
setArguments(IoBuffer, Object...) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
 
setArguments(byte[], int, Object...) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
 
setAssocCommands(List<Command>) - 接口 net.rubyeye.xmemcached.command.AssocCommandAware 中的方法
 
setAssocCommands(List<Command>) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetCommand 中的方法
 
setAssocCommands(List<Command>) - 类 net.rubyeye.xmemcached.command.text.TextGetCommand 中的方法
 
setAttribute(String, Object) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
setAttribute(String, Object) - 接口 com.google.code.yanf4j.core.Session 中的方法
Set a attribute attched with this session
setAttribute(String, Object) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
setAttributeIfAbsent(String, Object) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
setAttributeIfAbsent(String, Object) - 接口 com.google.code.yanf4j.core.Session 中的方法
 
setAttributeIfAbsent(String, Object) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
setAuthFailed(boolean) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
setAuthFailed(boolean) - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
setAuthFailed(boolean) - 接口 net.rubyeye.xmemcached.networking.MemcachedSession 中的方法
 
setAuthInfoMap(Map<InetSocketAddress, AuthInfo>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Configure auth info
setAuthInfoMap(Map<InetSocketAddress, AuthInfo>) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Configure auth info
setAuthInfoMap(Map<InetSocketAddress, AuthInfo>) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
setAuthInfoMap(Map<InetSocketAddress, AuthInfo>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setAuthInfoMap(Map<InetSocketAddress, AuthInfo>) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setAutoExpand(boolean) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Turns on or off autoExpand.
setAutoExpand(boolean) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Turns on or off autoExpand.
setAutoExpand(boolean) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
setAutoShrink(boolean) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Turns on or off autoShrink.
setAutoShrink(boolean) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Turns on or off autoShrink.
setAutoShrink(boolean) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
setBacklog(int) - 类 com.google.code.yanf4j.nio.TCPController 中的方法
 
setBufferAllocator(BufferAllocator) - 类 net.rubyeye.xmemcached.command.BinaryCommandFactory 中的方法
 
setBufferAllocator(BufferAllocator) - 类 net.rubyeye.xmemcached.command.KestrelCommandFactory 中的方法
 
setBufferAllocator(BufferAllocator) - 类 net.rubyeye.xmemcached.command.TextCommandFactory 中的方法
 
setBufferAllocator(BufferAllocator) - 接口 net.rubyeye.xmemcached.CommandFactory 中的方法
set command factory's buffer allocator
setBufferAllocator(BufferAllocator) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
setBufferAllocator(BufferAllocator) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
setBufferAllocator(BufferAllocator) - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
setBufferAllocator(BufferAllocator) - 类 net.rubyeye.xmemcached.impl.Optimizer 中的方法
 
setBufferAllocator(BufferAllocator) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
已过时。 
setBufferAllocator(BufferAllocator) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Set nio ByteBuffer's allocator.Use SimpleBufferAllocator by default.You can choose CachedBufferAllocator.
setBufferAllocator(BufferAllocator) - 接口 net.rubyeye.xmemcached.MemcachedOptimizer 中的方法
已过时。 
setBufferAllocator(BufferAllocator) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
setBufferAllocator(BufferAllocator) - 接口 net.rubyeye.xmemcached.networking.MemcachedSession 中的方法
 
setBufferAllocator(BufferAllocator) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
setBufferAllocator(BufferAllocator) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setBufferAllocator(BufferAllocator) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setCapacity(int) - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的方法
 
setCas(long) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
setCas(long) - 类 net.rubyeye.xmemcached.command.text.TextStoreCommand 中的方法
 
setCas(long) - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的方法
 
setCharset(String) - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的方法
Set the character set for string value transcoding (defaults to UTF-8).
setCharset(String) - 类 net.rubyeye.xmemcached.transcoders.TokyoTyrantTranscoder 中的方法
 
setCheckSessionTimeoutInterval(long) - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
setClosed(boolean) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
setCodecFactory(CodecFactory) - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
setCodecFactory(CodecFactory) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
setCommandFactory(CommandFactory) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
set xmemcached's command factory.Default is TextCommandFactory,which implements memcached text protocol.
setCommandFactory(CommandFactory) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
setCommandFactory(CommandFactory) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setCommandType(CommandType) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
setCompressionMode(CompressionMode) - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的方法
 
setCompressionMode(CompressionMode) - 类 net.rubyeye.xmemcached.transcoders.TokyoTyrantTranscoder 中的方法
 
setCompressionMode(CompressionMode) - 接口 net.rubyeye.xmemcached.transcoders.Transcoder 中的方法
Set compress mode,default is ZIP
setCompressionThreshold(int) - 类 net.rubyeye.xmemcached.transcoders.BaseSerializingTranscoder 中的方法
Set the compression threshold to the given number of bytes.
setCompressionThreshold(int) - 类 net.rubyeye.xmemcached.transcoders.TokyoTyrantTranscoder 中的方法
 
setCompressionThreshold(int) - 接口 net.rubyeye.xmemcached.transcoders.Transcoder 中的方法
Set compression threshold in bytes
setConfiguration(Configuration) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
setConfiguration(Configuration) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Set the XmemcachedClient's networking configuration(reuseAddr,receiveBufferSize,tcpDelay etc.)
setConfiguration(Configuration) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
setConfiguration(Configuration) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setConnectionPoolSize(int) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
setConnectionPoolSize(int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
In a high concurrent enviroment,you may want to pool memcached clients.But a xmemcached client has to start a reactor thread and some thread pools,if you create too many clients,the cost is very large.
setConnectionPoolSize(int) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
In a high concurrent enviroment,you may want to pool memcached clients.But a xmemcached client has to start a reactor thread and some thread pools,if you create too many clients,the cost is very large.
setConnectionPoolSize(int) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
setConnectionPoolSize(int) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
setConnectionPoolSize(int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setConnectionPoolSize(int) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setConnectTimeout(long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Set the connect timeout,default is 1 minutes
setConnectTimeout(long) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Set connect timeout in milliseconds
setConnectTimeout(long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setConnectTimeout(long) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setCurrentCommand(Command) - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
setData(byte[]) - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的方法
 
setDecoder(CodecFactory.Decoder) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
setDecoder(CodecFactory.Decoder) - 接口 com.google.code.yanf4j.core.Session 中的方法
 
setDecoder(CodecFactory.Decoder) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
setDelta(int) - 类 net.rubyeye.xmemcached.command.text.TextIncrDecrCommand 中的方法
 
setDispatchMessageThreadCount(int) - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
setDispatchMessageThreadCount(int) - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
setDispatchMessageThreadCount(int) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
setEnableHealSession(boolean) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
setEnableHealSession(boolean) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
If the memcached dump or network error cause connection closed,xmemcached would try to heal the connection.You can disable this behaviour by using this method:
client.setEnableHealSession(false);
The default value is true.
setEnableHealSession(boolean) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
If the memcached dump or network error cause connection closed,xmemcached would try to heal the connection.You can disable this behaviour by using this method:
client.setEnableHealSession(false);
The default value is true.
setEnableHealSession(boolean) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
setEnableHealSession(boolean) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
setEnableHealSession(boolean) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setEnableHealSession(boolean) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setEnableHeartBeat(boolean) - 类 net.rubyeye.xmemcached.impl.MemcachedHandler 中的方法
 
setEnableHeartBeat(boolean) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Whether to enable heart beat
setEnableHeartBeat(boolean) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setEncoder(CodecFactory.Encoder) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
setEncoder(CodecFactory.Encoder) - 接口 com.google.code.yanf4j.core.Session 中的方法
Set encoder
setEncoder(CodecFactory.Encoder) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
setException(Exception) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
setExceptionHandler(MemcacheExceptionHandler) - 类 net.rubyeye.xmemcached.utils.hibernate.Xmemcache 中的方法
 
setExpTime(int) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
setExpTime(int) - 类 net.rubyeye.xmemcached.command.text.TextStoreCommand 中的方法
 
setExpTime(int) - 类 net.rubyeye.xmemcached.command.text.TextTouchCommand 中的方法
 
setFailureMode(boolean) - 类 net.rubyeye.xmemcached.impl.AbstractMemcachedSessionLocator 中的方法
 
setFailureMode(boolean) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
setFailureMode(boolean) - 类 net.rubyeye.xmemcached.impl.RandomMemcachedSessionLocaltor 中的方法
 
setFailureMode(boolean) - 类 net.rubyeye.xmemcached.impl.RoundRobinMemcachedSessionLocator 中的方法
 
setFailureMode(boolean) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Configure wheather to set client in failure mode.If set it to true,that means you want to configure client in failure mode.
setFailureMode(boolean) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Configure wheather to set client in failure mode.If set it to true,that means you want to configure client in failure mode.
setFailureMode(boolean) - 接口 net.rubyeye.xmemcached.MemcachedSessionLocator 中的方法
Configure failure mode
setFailureMode(boolean) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
setFailureMode(boolean) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
setFailureMode(boolean) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setFailureMode(boolean) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setFlag(int) - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的方法
 
setHandler(Handler) - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
setHandler(Handler) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
setHandleReadWriteConcurrently(boolean) - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
setHandleReadWriteConcurrently(boolean) - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
setHandleReadWriteConcurrently(boolean) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
setHandleReadWriteConcurrently(boolean) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
setHandleReadWriteConcurrently(boolean) - 接口 com.google.code.yanf4j.core.Session 中的方法
 
setHandleReadWriteConcurrently(boolean) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
setHashAlgorighm(HashAlgorithm) - 类 net.rubyeye.xmemcached.impl.ArrayMemcachedSessionLocator 中的方法
 
setHashAlgorighm(HashAlgorithm) - 类 net.rubyeye.xmemcached.impl.PHPMemcacheSessionLocator 中的方法
 
setHealSessionInterval(long) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
setHealSessionInterval(long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
If the memcached dump or network error cause connection closed,xmemcached would try to heal the connection.The interval between reconnections is 2 seconds by default.
setHealSessionInterval(long) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
If the memcached dump or network error cause connection closed,xmemcached would try to heal the connection.The interval between reconnections is 2 seconds by default.
setHealSessionInterval(long) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
setHealSessionInterval(long) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
setHealSessionInterval(long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setHealSessionInterval(long) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setInetSocketAddress(InetSocketAddress) - 类 net.rubyeye.xmemcached.utils.InetSocketAddressWrapper 中的方法
 
setInetSocketAddressWrapper(InetSocketAddressWrapper) - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
setInetSocketAddressWrapper(InetSocketAddressWrapper) - 类 net.rubyeye.xmemcached.impl.ReconnectRequest 中的方法
 
setInitial(long) - 类 net.rubyeye.xmemcached.command.binary.BinaryIncrDecrCommand 中的方法
 
setIoBuffer(IoBuffer) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
setItemName(String) - 类 net.rubyeye.xmemcached.command.binary.BinaryStatsCommand 中的方法
 
setItemName(String) - 类 net.rubyeye.xmemcached.command.text.TextStatsCommand 中的方法
 
setItemNumber(int) - 类 net.rubyeye.xmemcached.command.text.TextCacheDumpCommand 中的方法
 
setKey(String) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
setKeyBytes(byte[]) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
setKeyProvider(KeyProvider) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Set a key provider for pre-processing keys before sending them to memcached.
setKeyProvider(KeyProvider) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Set a key provider for pre-processing keys before sending them to memcached.
setKeyProvider(KeyProvider) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
setKeyProvider(KeyProvider) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setKeyProvider(KeyProvider) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setLatch(CountDownLatch) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
setLevel(int) - 类 net.rubyeye.xmemcached.command.VerbosityCommand 中的方法
 
setLocalSocketAddress(InetSocketAddress) - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
setLocalSocketAddress(InetSocketAddress) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
setLoggingLevelVerbosity(InetSocketAddress, int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Set the verbosity level of the memcached's logging output.This method will wait for reply.
setLoggingLevelVerbosity(InetSocketAddress, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setLoggingLevelVerbosityWithNoReply(InetSocketAddress, int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Set the verbosity level of the memcached's logging output.This method doesn't wait for reply from server
setLoggingLevelVerbosityWithNoReply(InetSocketAddress, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setMainNodeAddress(InetSocketAddress) - 类 net.rubyeye.xmemcached.utils.InetSocketAddressWrapper 中的方法
 
setMaxQueuedNoReplyOperations(int) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Set max queued noreply operations number
setMaxQueuedNoReplyOperations(int) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
Set max queued noreply operations number
setMaxQueuedNoReplyOperations(int) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
Set max queued noreply operations number
setMaxSelectors(int) - 类 com.google.code.yanf4j.util.SelectorFactory 中的静态方法
Set max selector pool size.
setMaxSize(int) - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的方法
 
setMergeCommands(Map<Object, Command>) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetMultiCommand 中的方法
 
setMergeCommands(Map<Object, Command>) - 类 net.rubyeye.xmemcached.command.binary.BinarySetMultiCommand 中的方法
 
setMergeCommands(Map<Object, Command>) - 接口 net.rubyeye.xmemcached.command.MergeCommandsAware 中的方法
 
setMergeCommands(Map<Object, Command>) - 类 net.rubyeye.xmemcached.command.text.TextGetCommand 中的方法
 
setMergeCount(int) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
setMergeFactor(int) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
setMergeFactor(int) - 类 net.rubyeye.xmemcached.impl.Optimizer 中的方法
 
setMergeFactor(int) - 接口 net.rubyeye.xmemcached.impl.OptimizerMBean 中的方法
 
setMergeFactor(int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Set the merge factor,this factor determins how many 'get' commands would be merge to one multi-get command.default is 150
setMergeFactor(int) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
setMergeFactor(int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setName(String) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Set cache instance name
setName(String) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Set cache instance name
setName(String) - 类 net.rubyeye.xmemcached.monitor.MemcachedClientNameHolder 中的静态方法
 
setName(String) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
setName(String) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setName(String) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setNoreply(boolean) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
setOpaque(int) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
setOpCode(OpCode) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
setOpTimeout(long) - 类 net.rubyeye.xmemcached.impl.KeyIteratorImpl 中的方法
 
setOpTimeout(long) - 接口 net.rubyeye.xmemcached.KeyIterator 中的方法
已过时。 Set operation timeout,default is 1000 MILLISECONDS.
setOpTimeout(long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
set operation timeout,default is one second.
setOpTimeout(long) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Set default operation timeout.
setOpTimeout(long) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
setOpTimeout(long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
set operation timeout,default is one second.
setOpTimeout(long) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setOptimizeGet(boolean) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
setOptimizeGet(boolean) - 类 net.rubyeye.xmemcached.impl.Optimizer 中的方法
 
setOptimizeGet(boolean) - 接口 net.rubyeye.xmemcached.impl.OptimizerMBean 中的方法
 
setOptimizeGet(boolean) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Enable/Disable merge many get commands to one multi-get command.true is to enable it,false is to disable it.Default is true.Recommend users to enable it.
setOptimizeGet(boolean) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
setOptimizeGet(boolean) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setOptimizeMergeBuffer(boolean) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
setOptimizeMergeBuffer(boolean) - 类 net.rubyeye.xmemcached.impl.Optimizer 中的方法
 
setOptimizeMergeBuffer(boolean) - 接口 net.rubyeye.xmemcached.impl.OptimizerMBean 中的方法
 
setOptimizeMergeBuffer(boolean) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Enable/Disable merge many command's buffers to one big buffer fit socket's send buffer size.Default is true.Recommend true.
setOptimizeMergeBuffer(boolean) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
setOptimizeMergeBuffer(boolean) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setOrder(int) - 类 net.rubyeye.xmemcached.utils.InetSocketAddressWrapper 中的方法
 
setPackZeros(boolean) - 类 net.rubyeye.xmemcached.transcoders.IntegerTranscoder 中的方法
 
setPackZeros(boolean) - 类 net.rubyeye.xmemcached.transcoders.PrimitiveTypeTranscoder 中的方法
 
setPackZeros(boolean) - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的方法
 
setPackZeros(boolean) - 类 net.rubyeye.xmemcached.transcoders.TokyoTyrantTranscoder 中的方法
 
setPackZeros(boolean) - 接口 net.rubyeye.xmemcached.transcoders.Transcoder 中的方法
Set whether pack zeros
setPackZeros(boolean) - 类 net.rubyeye.xmemcached.transcoders.TranscoderUtils 中的方法
 
setPackZeros(boolean) - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的方法
 
setPackZeros(boolean) - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的方法
 
setParseStatus(TextGetCommand.ParseStatus) - 类 net.rubyeye.xmemcached.command.text.TextGetCommand 中的方法
 
setPerformancePreferences(int, int, int) - 类 com.google.code.yanf4j.nio.TCPController 中的方法
 
setPrimitiveAsString(boolean) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Store all primitive type as string,defualt is false.
setPrimitiveAsString(boolean) - 类 net.rubyeye.xmemcached.transcoders.IntegerTranscoder 中的方法
 
setPrimitiveAsString(boolean) - 类 net.rubyeye.xmemcached.transcoders.PrimitiveTypeTranscoder 中的方法
 
setPrimitiveAsString(boolean) - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的方法
 
setPrimitiveAsString(boolean) - 类 net.rubyeye.xmemcached.transcoders.TokyoTyrantTranscoder 中的方法
 
setPrimitiveAsString(boolean) - 接口 net.rubyeye.xmemcached.transcoders.Transcoder 中的方法
Set whether store primitive type as string.
setPrimitiveAsString(boolean) - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的方法
 
setPrimitiveAsString(boolean) - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的方法
 
setPrimitiveAsString(boolean) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setProtocol(Protocol) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
 
setReadBuffer(IoBuffer) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
setReadBufferByteOrder(ByteOrder) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
setReadBufferByteOrder(ByteOrder) - 接口 com.google.code.yanf4j.core.Session 中的方法
 
setReadBufferByteOrder(ByteOrder) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
setReadThreadCount(int) - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
setReadThreadCount(int) - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
setReadThreadCount(int) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
setReceiveThroughputLimit(double) - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
setReceiveThroughputLimit(double) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
setReceiveThroughputLimit(double) - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
setReceiveThroughputLimit(double) - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
setReceiveThroughputLimit(double) - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
setResponseKey(String) - 类 net.rubyeye.xmemcached.command.binary.BinaryGetCommand 中的方法
 
setResponseStatus(ResponseStatus) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
setResult(R) - 类 com.google.code.yanf4j.core.impl.FutureImpl 中的方法
Set the result value and notify about operation completion.
setResult(R) - 类 com.google.code.yanf4j.core.impl.FutureLockImpl 中的方法
Set the result value and notify about operation completion.
setResult(Object) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
setReturnValues(Map<String, CachedData>) - 类 net.rubyeye.xmemcached.command.text.TextGetCommand 中的方法
 
setSanitizeKeys(boolean) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Enables/disables sanitizing keys by URLEncoding.
setSanitizeKeys(boolean) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Enables/disables sanitizing keys by URLEncoding.
setSanitizeKeys(boolean) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setSanitizeKeys(boolean) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setSelectorPoolSize(int) - 类 com.google.code.yanf4j.nio.impl.NioController 中的方法
 
setSendThroughputLimit(double) - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
setSendThroughputLimit(double) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
setSendThroughputLimit(double) - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
setSendThroughputLimit(double) - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
setSendThroughputLimit(double) - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
setServer(InetSocketAddress) - 类 net.rubyeye.xmemcached.command.binary.BinaryStatsCommand 中的方法
 
setServer(InetSocketAddress) - 类 net.rubyeye.xmemcached.command.binary.BinaryVersionCommand 中的方法
 
setServer(InetSocketAddress) - 接口 net.rubyeye.xmemcached.command.ServerAddressAware 中的方法
 
setServer(InetSocketAddress) - 类 net.rubyeye.xmemcached.command.text.TextStatsCommand 中的方法
 
setServer(InetSocketAddress) - 类 net.rubyeye.xmemcached.command.text.TextVersionCommand 中的方法
 
setServers(String) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
setServerWeight(String, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setServerWeight(String, int) - 接口 net.rubyeye.xmemcached.XMemcachedClientMBean 中的方法
Set a memcached server's weight
setSessionIdleTimeout(long) - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
setSessionIdleTimeout(long) - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
setSessionIdleTimeout(long) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
setSessionIdleTimeout(long) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
setSessionIdleTimeout(long) - 接口 com.google.code.yanf4j.core.Session 中的方法
 
setSessionIdleTimeout(long) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
setSessionLocator(MemcachedSessionLocator) - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
setSessionLocator(MemcachedSessionLocator) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Set the XmemcachedClient's session locator.Use ArrayMemcachedSessionLocator by default.If you want to choose consistent hash strategy,set it to KetamaMemcachedSessionLocator
setSessionLocator(MemcachedSessionLocator) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
setSessionLocator(MemcachedSessionLocator) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
setSessionLocator(MemcachedSessionLocator) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setSessionReadBufferSize(int) - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
setSessionTimeout(long) - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
setSessionTimeout(long) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
setSessionTimeout(long) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
setSessionTimeout(long) - 接口 com.google.code.yanf4j.core.Session 中的方法
 
setSessionTimeout(long) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
setSize(int) - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的方法
 
setSocketOption(SocketOption<T>, T) - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
setSocketOption(SocketOption<T>, T) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
setSocketOption(SocketOption, Object) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Set tcp socket option
setSocketOption(SocketOption, Object) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setSocketOptions(Map<SocketOption, Object>) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
setSocketOptions(Map<SocketOption, Object>) - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
setSoLinger(boolean, int) - 类 com.google.code.yanf4j.nio.impl.SocketChannelController 中的方法
 
setSoTimeout(int) - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
setSoTimeout(int) - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
setSoTimeout(int) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
setStateListeners(List<MemcachedClientStateListener>) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
Set state listeners,replace current list
setStateListeners(List<MemcachedClientStateListener>) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setStatistics(boolean) - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
setStatistics(boolean) - 接口 net.rubyeye.xmemcached.monitor.StatisticsHandlerMBean 中的方法
 
setStatisticsInterval(long) - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
setStatisticsServer(boolean) - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
setStatus(OperationStatus) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
setTime(int) - 类 net.rubyeye.xmemcached.command.text.TextDeleteCommand 中的方法
 
setTimeoutExceptionThreshold(int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Set maximum number of timeout exception for closing connection.You can set it to be a large value to disable this feature.
setTimeoutExceptionThreshold(int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setTranscoder(Transcoder) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
setTranscoder(Transcoder) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
setTranscoder(Transcoder) - 类 net.rubyeye.xmemcached.command.text.TextStoreCommand 中的方法
 
setTranscoder(Transcoder) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
set transcoder
setTranscoder(Transcoder) - 接口 net.rubyeye.xmemcached.MemcachedClientBuilder 中的方法
 
setTranscoder(Transcoder) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
setTranscoder(Transcoder) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setTranscoder(Transcoder) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 中的方法
 
setTries(int) - 类 net.rubyeye.xmemcached.impl.ReconnectRequest 中的方法
 
setUseBlockingRead(boolean) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
setUseBlockingRead(boolean) - 接口 com.google.code.yanf4j.core.Session 中的方法
 
setUseBlockingRead(boolean) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
setUseBlockingWrite(boolean) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
setUseBlockingWrite(boolean) - 接口 com.google.code.yanf4j.core.Session 中的方法
Set if using blocking write
setUseBlockingWrite(boolean) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
setUseDirectBuffer(boolean) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的静态方法
Sets if a direct buffer should be allocated by default when the type of the new buffer is not specified.
setValue(Object) - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的方法
 
setValue(Object) - 接口 net.rubyeye.xmemcached.command.StoreCommand 中的方法
 
setValue(Object) - 类 net.rubyeye.xmemcached.command.text.TextStoreCommand 中的方法
 
setWeight(int) - 类 net.rubyeye.xmemcached.utils.InetSocketAddressWrapper 中的方法
 
setWeights(List<Integer>) - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
setWithNoReply(String, int, Object) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Store key-value item to memcached,doesn't wait for reply
setWithNoReply(String, int, T, Transcoder<T>) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
setWithNoReply(String, int, Object) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setWithNoReply(String, int, T, Transcoder<T>) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
setWriteBuffer(IoBuffer) - 类 com.google.code.yanf4j.core.impl.WriteMessageImpl 中的方法
 
setWriteBuffer(IoBuffer) - 接口 com.google.code.yanf4j.core.WriteMessage 中的方法
 
setWriteBuffer(IoBuffer) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
setWriteFuture(FutureImpl<Boolean>) - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
setWriteThreadCount(int) - 类 com.google.code.yanf4j.config.Configuration 中的方法
 
setWriteThreadCount(int) - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
setWriteThreadCount(int) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
ShiftAndByteBufferMatcher - com.google.code.yanf4j.util 中的 类
ByteBuffer matcher based on shift-and algorithm
ShiftAndByteBufferMatcher(IoBuffer) - 类 com.google.code.yanf4j.util.ShiftAndByteBufferMatcher 的构造方法
 
ShiftOrByteBufferMatcher - com.google.code.yanf4j.util 中的 类
ByteBuffer matcher based on shift-or algorithm
ShiftOrByteBufferMatcher(IoBuffer) - 类 com.google.code.yanf4j.util.ShiftOrByteBufferMatcher 的构造方法
 
short2hex(int, StringBuffer) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
 
shrink() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Changes the capacity of this buffer so this buffer occupies as less memory as possible while retaining the position, limit and the buffer content between the position and limit.
shrink() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Changes the capacity of this buffer so this buffer occupies as less memory as possible while retaining the position, limit and the buffer content between the position and limit.
shrink() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
shutdown() - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
shutdown() - 类 net.rubyeye.xmemcached.monitor.XMemcachedMbeanServer 中的方法
 
shutdown() - 类 net.rubyeye.xmemcached.utils.hibernate.Xmemcache 中的方法
 
shutdown() - 类 net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean 中的方法
 
shutdown() - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
SimpleBufferAllocator - com.google.code.yanf4j.buffer 中的 类
A simplistic IoBufferAllocator which simply allocates a new buffer every time.
SimpleBufferAllocator() - 类 com.google.code.yanf4j.buffer.SimpleBufferAllocator 的构造方法
 
SimpleBufferAllocator - net.rubyeye.xmemcached.buffer 中的 类
已过时。 
SimpleBufferAllocator() - 类 net.rubyeye.xmemcached.buffer.SimpleBufferAllocator 的构造方法
已过时。  
SimpleIoBuffer - net.rubyeye.xmemcached.buffer 中的 类
已过时。 
SimpleIoBuffer(ByteBuffer) - 类 net.rubyeye.xmemcached.buffer.SimpleIoBuffer 的构造方法
已过时。  
SimpleQueue<T> - com.google.code.yanf4j.util 中的 类
Simple queue.
SimpleQueue(int) - 类 com.google.code.yanf4j.util.SimpleQueue 的构造方法
 
SimpleQueue() - 类 com.google.code.yanf4j.util.SimpleQueue 的构造方法
 
SimpleStatistics - com.google.code.yanf4j.statistics.impl 中的 类
A simple statistics implementation
SimpleStatistics() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 的构造方法
 
size() - 类 com.google.code.yanf4j.util.CircularQueue 中的方法
 
size() - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
Returns the number of elements in this queue.
size() - 类 com.google.code.yanf4j.util.MapBackedSet 中的方法
 
size() - 类 com.google.code.yanf4j.util.SimpleQueue 中的方法
 
size() - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
skip(int) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Forwards the position of this buffer as the specified size bytes.
skip(int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Forwards the position of this buffer as the specified size bytes.
skip(int) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
slice() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
slice() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
 
slice() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
slice0() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Implement this method to return the unexpandable slice of this buffer.
SO_KEEPALIVE - 类 com.google.code.yanf4j.core.impl.StandardSocketOption 中的静态变量
Keep connection alive.
SO_LINGER - 类 com.google.code.yanf4j.core.impl.StandardSocketOption 中的静态变量
Linger on close if data is present.
SO_RCVBUF - 类 com.google.code.yanf4j.core.impl.StandardSocketOption 中的静态变量
The size of the socket receive buffer.
SO_REUSEADDR - 类 com.google.code.yanf4j.core.impl.StandardSocketOption 中的静态变量
Re-use address.
SO_SNDBUF - 类 com.google.code.yanf4j.core.impl.StandardSocketOption 中的静态变量
The size of the socket send buffer.
socket() - 类 com.google.code.yanf4j.nio.impl.NioTCPSession 中的方法
 
SocketChannelController - com.google.code.yanf4j.nio.impl 中的 类
Nio tcp socket controller
SocketChannelController() - 类 com.google.code.yanf4j.nio.impl.SocketChannelController 的构造方法
 
SocketChannelController(Configuration) - 类 com.google.code.yanf4j.nio.impl.SocketChannelController 的构造方法
 
SocketChannelController(Configuration, CodecFactory) - 类 com.google.code.yanf4j.nio.impl.SocketChannelController 的构造方法
 
SocketChannelController(Configuration, Handler, CodecFactory) - 类 com.google.code.yanf4j.nio.impl.SocketChannelController 的构造方法
 
SocketOption<T> - com.google.code.yanf4j.core 中的 类
Socket option
SocketOption(String, Class<T>) - 类 com.google.code.yanf4j.core.SocketOption 的构造方法
 
socketOptions - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
Socket options
soLingerOn - 类 com.google.code.yanf4j.nio.impl.SocketChannelController 中的变量
 
soTimeout - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
 
SPACE - 类 net.rubyeye.xmemcached.monitor.Constants 中的静态变量
 
SPECIAL_BOOLEAN - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的静态变量
 
SPECIAL_BOOLEAN - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的静态变量
 
SPECIAL_BOOLEAN - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的静态变量
 
SPECIAL_BYTE - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的静态变量
 
SPECIAL_BYTE - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的静态变量
 
SPECIAL_BYTE - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的静态变量
 
SPECIAL_BYTEARRAY - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的静态变量
 
SPECIAL_BYTEARRAY - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的静态变量
 
SPECIAL_CHARACTER - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的静态变量
 
SPECIAL_CHARACTER - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的静态变量
 
SPECIAL_DATE - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的静态变量
 
SPECIAL_DATE - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的静态变量
 
SPECIAL_DATE - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的静态变量
 
SPECIAL_DOUBLE - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的静态变量
 
SPECIAL_DOUBLE - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的静态变量
 
SPECIAL_DOUBLE - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的静态变量
 
SPECIAL_FLOAT - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的静态变量
 
SPECIAL_FLOAT - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的静态变量
 
SPECIAL_FLOAT - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的静态变量
 
SPECIAL_INT - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的静态变量
 
SPECIAL_INT - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的静态变量
 
SPECIAL_INTEGER - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的静态变量
 
SPECIAL_LONG - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的静态变量
 
SPECIAL_LONG - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的静态变量
 
SPECIAL_LONG - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的静态变量
 
SPECIAL_MASK - 类 net.rubyeye.xmemcached.transcoders.SerializingTranscoder 中的静态变量
 
SPECIAL_SHORT - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的静态变量
 
SPECIAL_SHORT - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的静态变量
 
SPECIAL_STRING - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的静态变量
 
SPECIAL_STRING - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的静态变量
 
SPECIAL_STRINGBUFFER - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的静态变量
 
SPECIAL_STRINGBUFFER - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的静态变量
 
SPECIAL_STRINGBUILDER - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 中的静态变量
 
SPECIAL_STRINGBUILDER - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 中的静态变量
 
SPLIT - 类 com.google.code.yanf4j.core.impl.TextLineCodecFactory 中的静态变量
 
SPLIT - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态变量
 
SPLIT_MATCHER - 类 net.rubyeye.xmemcached.codec.MemcachedDecoder 中的静态变量
shift-and algorithm for ByteBuffer's match
StandardSocketOption - com.google.code.yanf4j.core.impl 中的 类
Standard socket options
StandardSocketOption() - 类 com.google.code.yanf4j.core.impl.StandardSocketOption 的构造方法
 
start() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
start() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
start() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
start() - 接口 com.google.code.yanf4j.core.Session 中的方法
Start session
start() - 类 com.google.code.yanf4j.nio.impl.SelectorManager 中的方法
 
start() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
start() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
start() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
start() - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
start() - 类 net.rubyeye.xmemcached.impl.MemcachedHandler 中的方法
 
start0() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
start0() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
start0() - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
start0() - 类 com.google.code.yanf4j.nio.impl.NioController 中的方法
 
started - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
Status
stateListeners - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
controller state listener list
statistics - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
 
statistics - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
statistics - 类 com.google.code.yanf4j.core.SessionConfig 中的变量
 
Statistics - com.google.code.yanf4j.statistics 中的 接口
Statistics
statistics(CommandType) - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
statistics(CommandType, int) - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 中的方法
 
statisticsAccept() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
statisticsAccept() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
statisticsAccept() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
StatisticsHandler - net.rubyeye.xmemcached.monitor 中的 类
Statistics helper
StatisticsHandler() - 类 net.rubyeye.xmemcached.monitor.StatisticsHandler 的构造方法
 
StatisticsHandlerMBean - net.rubyeye.xmemcached.monitor 中的 接口
Statistics MBean for jmx
statisticsInterval - 类 com.google.code.yanf4j.config.Configuration 中的变量
 
statisticsInterval - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
 
statisticsProcess(long) - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
statisticsProcess(long) - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
statisticsProcess(long) - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
statisticsRead(long) - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
statisticsRead(long) - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
statisticsRead(long) - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
statisticsWrite(long) - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
statisticsWrite(long) - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
statisticsWrite(long) - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
STATS - 类 net.rubyeye.xmemcached.command.text.TextStatsCommand 中的静态变量
 
stats(InetSocketAddress) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
 
stats(InetSocketAddress, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
�ョ��瑰������emcached server缁��淇℃�
stats(InetSocketAddress) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
stats(InetSocketAddress, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
status - 类 net.rubyeye.xmemcached.command.Command 中的变量
 
stepBuffer(ByteBuffer, int) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
 
stop() - 接口 com.google.code.yanf4j.core.Controller 中的方法
 
stop() - 接口 com.google.code.yanf4j.core.Dispatcher 中的方法
 
stop() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
stop() - 类 com.google.code.yanf4j.core.impl.PoolDispatcher 中的方法
 
stop() - 类 com.google.code.yanf4j.nio.impl.SelectorManager 中的方法
 
stop() - 类 com.google.code.yanf4j.statistics.impl.DefaultStatistics 中的方法
 
stop() - 类 com.google.code.yanf4j.statistics.impl.SimpleStatistics 中的方法
 
stop() - 接口 com.google.code.yanf4j.statistics.Statistics 中的方法
 
stop() - 类 net.rubyeye.xmemcached.impl.MemcachedHandler 中的方法
 
stop0() - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
stop0() - 类 com.google.code.yanf4j.nio.impl.NioController 中的方法
 
StoreCommand - net.rubyeye.xmemcached.command 中的 接口
A store command interface for STORE commands such as SET,ADD
STRING_FLAG - 类 net.rubyeye.xmemcached.transcoders.StringTranscoder 中的静态变量
 
stringSize(int) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
 
stringSize(long) - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态方法
 
StringTranscoder - net.rubyeye.xmemcached.transcoders 中的 类
String Transcoder
StringTranscoder(String) - 类 net.rubyeye.xmemcached.transcoders.StringTranscoder 的构造方法
 
StringTranscoder() - 类 net.rubyeye.xmemcached.transcoders.StringTranscoder 的构造方法
 
sweep() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
Clears this buffer and fills its content with NUL.
sweep(byte) - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
double Clears this buffer and fills its content with value.
sweep() - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
Clears this buffer and fills its content with NUL.
sweep(byte) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的方法
double Clears this buffer and fills its content with value.
sweep() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
sweep(byte) - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
SystemUtils - com.google.code.yanf4j.util 中的 类
System utils

T

take() - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
take() - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
takeCurrentCommand() - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
TCP_NODELAY - 类 com.google.code.yanf4j.core.impl.StandardSocketOption 中的静态变量
Disable the Nagle algorithm.
TCPController - com.google.code.yanf4j.nio 中的 类
Controller for tcp server
TCPController() - 类 com.google.code.yanf4j.nio.TCPController 的构造方法
 
TCPController(Configuration) - 类 com.google.code.yanf4j.nio.TCPController 的构造方法
 
TCPController(Configuration, CodecFactory) - 类 com.google.code.yanf4j.nio.TCPController 的构造方法
 
TCPController(Configuration, Handler, CodecFactory) - 类 com.google.code.yanf4j.nio.TCPController 的构造方法
 
testing - 类 net.rubyeye.xmemcached.utils.ByteUtils 中的静态变量
if it is testing,check key argument even if use binary protocol.
TextCacheDumpCommand - net.rubyeye.xmemcached.command.text 中的 类
 
TextCacheDumpCommand(CountDownLatch, int) - 类 net.rubyeye.xmemcached.command.text.TextCacheDumpCommand 的构造方法
 
TextCASCommand - net.rubyeye.xmemcached.command.text 中的 类
CAS command for text protocol
TextCASCommand(String, byte[], CommandType, CountDownLatch, int, long, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.text.TextCASCommand 的构造方法
 
TextCommandFactory - net.rubyeye.xmemcached.command 中的 类
Command Factory for creating text protocol commands.
TextCommandFactory() - 类 net.rubyeye.xmemcached.command.TextCommandFactory 的构造方法
 
TextDeleteCommand - net.rubyeye.xmemcached.command.text 中的 类
Delete command for text protocol
TextDeleteCommand(String, byte[], int, CountDownLatch, boolean) - 类 net.rubyeye.xmemcached.command.text.TextDeleteCommand 的构造方法
 
TextFlushAllCommand - net.rubyeye.xmemcached.command.text 中的 类
FlushAll command for text protocol
TextFlushAllCommand(CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.text.TextFlushAllCommand 的构造方法
 
TextGetCommand - net.rubyeye.xmemcached.command.text 中的 类
Abstract get command for text protocol
TextGetCommand(String, byte[], CommandType, CountDownLatch) - 类 net.rubyeye.xmemcached.command.text.TextGetCommand 的构造方法
 
TextGetCommand.ParseStatus - net.rubyeye.xmemcached.command.text 中的 枚举
 
TextGetMultiCommand - net.rubyeye.xmemcached.command.text 中的 类
Bulk-get command for text protocol
TextGetMultiCommand(String, byte[], CommandType, CountDownLatch, Transcoder) - 类 net.rubyeye.xmemcached.command.text.TextGetMultiCommand 的构造方法
 
TextGetOneCommand - net.rubyeye.xmemcached.command.text 中的 类
Get command for text protocol
TextGetOneCommand(String, byte[], CommandType, CountDownLatch) - 类 net.rubyeye.xmemcached.command.text.TextGetOneCommand 的构造方法
 
TextIncrDecrCommand - net.rubyeye.xmemcached.command.text 中的 类
Incr/Decr command for text protocol
TextIncrDecrCommand(String, byte[], CommandType, CountDownLatch, long, long, boolean) - 类 net.rubyeye.xmemcached.command.text.TextIncrDecrCommand 的构造方法
 
TextLineCodecFactory - com.google.code.yanf4j.core.impl 中的 类
Text line codec factory
TextLineCodecFactory() - 类 com.google.code.yanf4j.core.impl.TextLineCodecFactory 的构造方法
 
TextLineCodecFactory(String) - 类 com.google.code.yanf4j.core.impl.TextLineCodecFactory 的构造方法
 
TextQuitCommand - net.rubyeye.xmemcached.command.text 中的 类
Quit command for text protocol
TextQuitCommand() - 类 net.rubyeye.xmemcached.command.text.TextQuitCommand 的构造方法
 
TextStatsCommand - net.rubyeye.xmemcached.command.text 中的 类
Stats command for text protocol
TextStatsCommand(InetSocketAddress, CountDownLatch, String) - 类 net.rubyeye.xmemcached.command.text.TextStatsCommand 的构造方法
 
TextStoreCommand - net.rubyeye.xmemcached.command.text 中的 类
Store command for text protocol
TextStoreCommand(String, byte[], CommandType, CountDownLatch, int, long, Object, boolean, Transcoder) - 类 net.rubyeye.xmemcached.command.text.TextStoreCommand 的构造方法
 
TextTouchCommand - net.rubyeye.xmemcached.command.text 中的 类
Touch command for touch protocol.
TextTouchCommand(String, byte[], CommandType, CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.text.TextTouchCommand 的构造方法
 
TextVerbosityCommand - net.rubyeye.xmemcached.command.text 中的 类
Verbosity command for text protocol
TextVerbosityCommand(CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.text.TextVerbosityCommand 的构造方法
 
TextVersionCommand - net.rubyeye.xmemcached.command.text 中的 类
Version command for text protocol
TextVersionCommand(CountDownLatch, InetSocketAddress) - 类 net.rubyeye.xmemcached.command.text.TextVersionCommand 的构造方法
 
time - 类 net.rubyeye.xmemcached.command.text.TextDeleteCommand 中的变量
 
timeout - 类 com.google.code.yanf4j.util.SelectorFactory 中的静态变量
The timeout before we exit.
toHex(byte) - 类 com.google.code.yanf4j.util.ByteBufferUtils 中的静态方法
 
TokyoTyrantTranscoder - net.rubyeye.xmemcached.transcoders 中的 类
Transcoder for TokyoTyrant.Add 4-bytes flag before value.
TokyoTyrantTranscoder(int) - 类 net.rubyeye.xmemcached.transcoders.TokyoTyrantTranscoder 的构造方法
 
TokyoTyrantTranscoder() - 类 net.rubyeye.xmemcached.transcoders.TokyoTyrantTranscoder 的构造方法
 
toString() - 类 com.google.code.yanf4j.buffer.AbstractIoBuffer 中的方法
toString() - 类 com.google.code.yanf4j.buffer.IoBufferWrapper 中的方法
 
toString() - 类 com.google.code.yanf4j.core.SocketOption 中的方法
 
toString() - 类 com.google.code.yanf4j.util.CircularQueue 中的方法
 
toString() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 
toString() - 类 net.rubyeye.xmemcached.GetsResponse 中的方法
 
toString() - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
toString() - 类 net.rubyeye.xmemcached.transcoders.CachedData 中的方法
 
touch(String, int, long) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Set a new expiration time for an existing item
touch(String, int) - 接口 net.rubyeye.xmemcached.MemcachedClient 中的方法
Set a new expiration time for an existing item,using default opTimeout second.
TOUCH - 类 net.rubyeye.xmemcached.monitor.Constants 中的静态变量
 
touch(String, int, long) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
touch(String, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 中的方法
 
transcoder - 类 net.rubyeye.xmemcached.command.Command 中的变量
 
Transcoder<T> - net.rubyeye.xmemcached.transcoders 中的 接口
Transcoder is an interface for classes that convert between byte arrays and objects for storage in the cache.
transcoderUtils - 类 net.rubyeye.xmemcached.command.kestrel.KestrelGetCommand 中的静态变量
 
TranscoderUtils - net.rubyeye.xmemcached.transcoders 中的 类
Utility class for transcoding Java types.
TranscoderUtils(boolean) - 类 net.rubyeye.xmemcached.transcoders.TranscoderUtils 的构造方法
Get an instance of TranscoderUtils.
transfer(E) - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
transfer(E) - 接口 com.google.code.yanf4j.util.TransferQueue 中的方法
Inserts the specified element into this queue, waiting if necessary for space to become available and the element to be dequeued by a consumer invoking take or poll.
transfer(WriteMessage) - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
transferFrom(long, long, FileChannel) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
TransferQueue<E> - com.google.code.yanf4j.util 中的 接口
A BlockingQueue in which producers may wait for consumers to receive elements.
transferTo(long, long, FileChannel) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
tryTransfer(E, long, TimeUnit) - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
tryTransfer(E) - 类 com.google.code.yanf4j.util.LinkedTransferQueue 中的方法
 
tryTransfer(E) - 接口 com.google.code.yanf4j.util.TransferQueue 中的方法
Transfers the specified element if there exists a consumer already waiting to receive it, otherwise returning false without enqueuing the element.
tryTransfer(E, long, TimeUnit) - 接口 com.google.code.yanf4j.util.TransferQueue 中的方法
Inserts the specified element into this queue, waiting up to the specified wait time if necessary for space to become available and the element to be dequeued by a consumer invoking take or poll.
tryTransfer(WriteMessage, long, TimeUnit) - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
tryTransfer(WriteMessage) - 类 net.rubyeye.xmemcached.impl.FlowControlLinkedTransferQueue 中的方法
 
tu - 类 net.rubyeye.xmemcached.transcoders.PrimitiveTypeTranscoder 中的变量
 
type() - 类 com.google.code.yanf4j.core.SocketOption 中的方法
 
typical(String, String) - 类 net.rubyeye.xmemcached.auth.AuthInfo 中的静态方法
Get a typical auth descriptor for CRAM-MD5 or PLAIN auth with the given username and password.

U

uByte(byte) - 类 com.google.code.yanf4j.util.ByteBufferUtils 中的静态方法
 
unbind() - 类 com.google.code.yanf4j.nio.TCPController 中的方法
 
UnknownCommandException - net.rubyeye.xmemcached.exception 中的 异常
Unknown command exception
UnknownCommandException() - 异常 net.rubyeye.xmemcached.exception.UnknownCommandException 的构造方法
 
UnknownCommandException(String) - 异常 net.rubyeye.xmemcached.exception.UnknownCommandException 的构造方法
 
UnknownCommandException(String, Throwable) - 异常 net.rubyeye.xmemcached.exception.UnknownCommandException 的构造方法
 
UnknownCommandException(Throwable) - 异常 net.rubyeye.xmemcached.exception.UnknownCommandException 的构造方法
 
unregisterChannel() - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
unregisterSession(Session) - 类 com.google.code.yanf4j.core.impl.AbstractController 中的方法
 
unregisterSession(Session) - 接口 com.google.code.yanf4j.core.SessionManager 中的方法
Unregister session
unregisterSession() - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
updateNextReconnectTimeStamp(long) - 类 net.rubyeye.xmemcached.impl.ReconnectRequest 中的方法
 
updateSessions(Collection<Session>) - 类 net.rubyeye.xmemcached.impl.ArrayMemcachedSessionLocator 中的方法
 
updateSessions(Collection<Session>) - 类 net.rubyeye.xmemcached.impl.ElectionMemcachedSessionLocator 中的方法
 
updateSessions(Collection<Session>) - 类 net.rubyeye.xmemcached.impl.KetamaMemcachedSessionLocator 中的方法
 
updateSessions(Collection<Session>) - 类 net.rubyeye.xmemcached.impl.LibmemcachedMemcachedSessionLocator 中的方法
 
updateSessions() - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的方法
 
updateSessions(Collection<Session>) - 类 net.rubyeye.xmemcached.impl.PHPMemcacheSessionLocator 中的方法
 
updateSessions(Collection<Session>) - 类 net.rubyeye.xmemcached.impl.RandomMemcachedSessionLocaltor 中的方法
 
updateSessions(Collection<Session>) - 类 net.rubyeye.xmemcached.impl.RoundRobinMemcachedSessionLocator 中的方法
 
updateSessions(Collection<Session>) - 接口 net.rubyeye.xmemcached.MemcachedSessionLocator 中的方法
Update sessions when session was added or removed.
updateSessions() - 接口 net.rubyeye.xmemcached.networking.Connector 中的方法
 
updateTimeStamp() - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
useBlockingRead - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
useBlockingWrite - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 

V

value - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的变量
 
value - 类 net.rubyeye.xmemcached.command.text.TextStoreCommand 中的变量
 
valueOf(String) - 枚举 com.google.code.yanf4j.core.EventType 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 com.google.code.yanf4j.core.Session.SessionStatus 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 net.rubyeye.xmemcached.command.binary.BinaryDecodeStatus 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 net.rubyeye.xmemcached.command.binary.OpCode 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 net.rubyeye.xmemcached.command.binary.ResponseStatus 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 net.rubyeye.xmemcached.command.CommandType 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 net.rubyeye.xmemcached.command.OperationStatus 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 net.rubyeye.xmemcached.command.text.TextGetCommand.ParseStatus 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 net.rubyeye.xmemcached.HashAlgorithm 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 net.rubyeye.xmemcached.transcoders.CompressionMode 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 net.rubyeye.xmemcached.utils.Protocol 中的静态方法
返回带有指定名称的该类型的枚举常量。
values() - 枚举 com.google.code.yanf4j.core.EventType 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 com.google.code.yanf4j.core.Session.SessionStatus 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 net.rubyeye.xmemcached.command.binary.BinaryDecodeStatus 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 net.rubyeye.xmemcached.command.binary.OpCode 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 net.rubyeye.xmemcached.command.binary.ResponseStatus 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 net.rubyeye.xmemcached.command.CommandType 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 net.rubyeye.xmemcached.command.OperationStatus 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 net.rubyeye.xmemcached.command.text.TextGetCommand.ParseStatus 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 net.rubyeye.xmemcached.HashAlgorithm 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 net.rubyeye.xmemcached.transcoders.CompressionMode 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 net.rubyeye.xmemcached.utils.Protocol 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
vbucketId - 类 net.rubyeye.xmemcached.command.binary.BaseBinaryCommand 中的变量
 
VERBOSITY - 类 net.rubyeye.xmemcached.command.text.TextVerbosityCommand 中的静态变量
 
VerbosityCommand - net.rubyeye.xmemcached.command 中的 类
Abstract verbosity command for text protocol
VerbosityCommand(CountDownLatch, int, boolean) - 类 net.rubyeye.xmemcached.command.VerbosityCommand 的构造方法
 
VERSION - 接口 net.rubyeye.xmemcached.command.ServerAddressAware 中的静态变量
 

W

wasFirst - 类 net.rubyeye.xmemcached.command.text.TextGetCommand 中的变量
 
WhalinTranscoder - net.rubyeye.xmemcached.transcoders 中的 类
Transcoder that provides compatibility with Greg Whalin's memcached client.
WhalinTranscoder() - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 的构造方法
 
WhalinTranscoder(int) - 类 net.rubyeye.xmemcached.transcoders.WhalinTranscoder 的构造方法
 
WhalinV1Transcoder - net.rubyeye.xmemcached.transcoders 中的 类
Handles old whalin (tested with v1.6) encoding: data type is in the first byte of the value.
WhalinV1Transcoder() - 类 net.rubyeye.xmemcached.transcoders.WhalinV1Transcoder 的构造方法
 
WorkerThreadFactory - com.google.code.yanf4j.util 中的 类
Thread factory for worker thread
WorkerThreadFactory(ThreadGroup, String) - 类 com.google.code.yanf4j.util.WorkerThreadFactory 的构造方法
 
WorkerThreadFactory(String) - 类 com.google.code.yanf4j.util.WorkerThreadFactory 的构造方法
 
WorkerThreadFactory() - 类 com.google.code.yanf4j.util.WorkerThreadFactory 的构造方法
 
wrap(ByteBuffer) - 类 com.google.code.yanf4j.buffer.CachedBufferAllocator 中的方法
 
wrap(ByteBuffer) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的静态方法
Wraps the specified NIO ByteBuffer into MINA buffer.
wrap(byte[]) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的静态方法
Wraps the specified byte array into MINA heap buffer.
wrap(byte[], int, int) - 类 com.google.code.yanf4j.buffer.IoBuffer 中的静态方法
Wraps the specified byte array into MINA heap buffer.
wrap(ByteBuffer) - 接口 com.google.code.yanf4j.buffer.IoBufferAllocator 中的方法
Wraps the specified NIO ByteBuffer into MINA buffer.
wrap(ByteBuffer) - 类 com.google.code.yanf4j.buffer.SimpleBufferAllocator 中的方法
 
wrap(ByteBuffer) - 接口 net.rubyeye.xmemcached.buffer.BufferAllocator 中的方法
已过时。  
wrap(ByteBuffer) - 类 net.rubyeye.xmemcached.buffer.CachedBufferAllocator 中的方法
已过时。  
wrap(ByteBuffer) - 类 net.rubyeye.xmemcached.buffer.SimpleBufferAllocator 中的方法
已过时。  
wrapMessage(Object, Future<Boolean>) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
wrapMessage(Object, Future<Boolean>) - 类 com.google.code.yanf4j.nio.impl.NioTCPSession 中的方法
 
wrapMessage(Object, Future<Boolean>) - 类 net.rubyeye.xmemcached.impl.MemcachedTCPSession 中的方法
 
write(Object) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
write(Object) - 接口 com.google.code.yanf4j.core.Session 中的方法
Write a message,if you don't care when the message is written
write(Object) - 类 net.rubyeye.xmemcached.impl.ClosedMemcachedTCPSession 中的方法
 
writeEventDispatcher - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
 
writeFromUserCode(WriteMessage) - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的方法
 
writeFromUserCode(WriteMessage) - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
writeFuture - 类 com.google.code.yanf4j.core.impl.WriteMessageImpl 中的变量
 
writeFuture - 类 net.rubyeye.xmemcached.command.Command 中的变量
 
writeLock - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
WriteMessage - com.google.code.yanf4j.core 中的 接口
Write message with a buffer
WriteMessageImpl - com.google.code.yanf4j.core.impl 中的 类
Write message implementation with a buffer
WriteMessageImpl(Object, FutureImpl<Boolean>) - 类 com.google.code.yanf4j.core.impl.WriteMessageImpl 的构造方法
 
writeQueue - 类 com.google.code.yanf4j.core.impl.AbstractSession 中的变量
 
writeThreadCount - 类 com.google.code.yanf4j.core.impl.AbstractController 中的变量
 
writeToChannel(WriteMessage) - 类 com.google.code.yanf4j.nio.impl.AbstractNioSession 中的方法
 
writeToChannel(WriteMessage) - 类 com.google.code.yanf4j.nio.impl.NioTCPSession 中的方法
 
writing - 类 com.google.code.yanf4j.core.impl.WriteMessageImpl 中的变量
 
writing() - 类 com.google.code.yanf4j.core.impl.WriteMessageImpl 中的方法
 
writing() - 接口 com.google.code.yanf4j.core.WriteMessage 中的方法
 
writing() - 类 net.rubyeye.xmemcached.command.Command 中的方法
 

X

Xmemcache - net.rubyeye.xmemcached.utils.hibernate 中的 类
Hibernate memcached implementation
Xmemcache(MemcachedClient) - 类 net.rubyeye.xmemcached.utils.hibernate.Xmemcache 的构造方法
 
XMEMCACHED_JMX_ENABLE - 类 net.rubyeye.xmemcached.monitor.Constants 中的静态变量
Whether to enable jmx supports
XMEMCACHED_RMI_NAME - 类 net.rubyeye.xmemcached.monitor.Constants 中的静态变量
JMX RMI service name
XMEMCACHED_RMI_PORT - 类 net.rubyeye.xmemcached.monitor.Constants 中的静态变量
JMX RMI port
XMEMCACHED_SELECTOR_POOL_SIZE - 类 net.rubyeye.xmemcached.impl.MemcachedConnector 中的静态变量
 
XMEMCACHED_STATISTICS_ENABLE - 类 net.rubyeye.xmemcached.monitor.Constants 中的静态变量
Whether to enable client statisitics
XMemcachedClient - net.rubyeye.xmemcached 中的 类
Memcached Client for connecting to memcached server and do operations.
XMemcachedClient(String, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 的构造方法
XMemcached constructor,default weight is 1
XMemcachedClient(String, int, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 的构造方法
XMemcached constructor
XMemcachedClient(InetSocketAddress, int) - 类 net.rubyeye.xmemcached.XMemcachedClient 的构造方法
XMemcached Constructor.
XMemcachedClient(InetSocketAddress) - 类 net.rubyeye.xmemcached.XMemcachedClient 的构造方法
 
XMemcachedClient() - 类 net.rubyeye.xmemcached.XMemcachedClient 的构造方法
 
XMemcachedClient(List<InetSocketAddress>) - 类 net.rubyeye.xmemcached.XMemcachedClient 的构造方法
XMemcached Constructor.Every server's weight is one by default.
XMemcachedClientBuilder - net.rubyeye.xmemcached 中的 类
Builder pattern.Configure XmemcachedClient's options,then build it
XMemcachedClientBuilder(String) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 的构造方法
 
XMemcachedClientBuilder(List<InetSocketAddress>) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 的构造方法
 
XMemcachedClientBuilder(List<InetSocketAddress>, int[]) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 的构造方法
 
XMemcachedClientBuilder(Map<InetSocketAddress, InetSocketAddress>) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 的构造方法
 
XMemcachedClientBuilder(Map<InetSocketAddress, InetSocketAddress>, int[]) - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 的构造方法
 
XMemcachedClientBuilder() - 类 net.rubyeye.xmemcached.XMemcachedClientBuilder 的构造方法
 
XmemcachedClientFactory - net.rubyeye.xmemcached.utils.hibernate 中的 类
Parses hibernate properties to produce a MemcachedClient.