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
 
beginWithNamespace(String) - 接口 中的方法net.rubyeye.xmemcached.MemcachedClient
set current namespace for following operations with memcached client.It must be ended with MemcachedClient.endWithNamespace() method.For example: memcachedClient.beginWithNamespace(userId); try{ memcachedClient.set("username",0,username); memcachedClient.set("email",0,email); }finally{ memcachedClient.endWithNamespace(); }
beginWithNamespace(String) - 类 中的方法net.rubyeye.xmemcached.XMemcachedClient
 
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[], long, 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.
call(MemcachedClient) - 接口 中的方法net.rubyeye.xmemcached.MemcachedClientCallable
 
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中的类
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, long, boolean) - 类 中的方法net.rubyeye.xmemcached.command.BinaryCommandFactory
 
createDeleteCommand(String, byte[], int, long, boolean) - 类 中的方法net.rubyeye.xmemcached.command.KestrelCommandFactory
 
createDeleteCommand(String, byte[], int, long, boolean) - 类 中的方法net.rubyeye.xmemcached.command.TextCommandFactory
 
createDeleteCommand(String, byte[], int, long, 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, long, long) - 接口 中的方法net.rubyeye.xmemcached.MemcachedClient
Delete key's date item from memcached only if its cas value is the same as what was read.
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, long, 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
 
endWithNamespace() - 接口 中的方法net.rubyeye.xmemcached.MemcachedClient
Remove current namespace set for this memcached client.It must begin with MemcachedClient.beginWithNamespace(String) method.
endWithNamespace() - 类 中的方法net.rubyeye.xmemcached.XMemcachedClient
 
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
 
fillCAS() - 类 中的方法net.rubyeye.xmemcached.command.binary.BinaryDeleteCommand
 
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.utils.XMemcachedClientFactoryBean
 
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
getNamespace(String) - 类 中的方法net.rubyeye.xmemcached.XMemcachedClient
Returns the real namespace of ns.
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
 
getRemoteAddressStr() - 类 中的方法net.rubyeye.xmemcached.utils.InetSocketAddressWrapper
 
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
 
invalidateNamespace(String) - 接口 中的方法net.rubyeye.xmemcached.MemcachedClient
Invalidate all namespace under the namespace using the default operation timeout.
invalidateNamespace(String, long) - 接口 中的方法net.rubyeye.xmemcached.MemcachedClient
Invalidate all items under the namespace.
invalidateNamespace(String, long) - 类 中的方法net.rubyeye.xmemcached.XMemcachedClient
 
invalidateNamespace(String) - 类 中的方法net.rubyeye.xmemcached.XMemcachedClient
 
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
 
isNumber(String) - 类 中的静态方法net.rubyeye.xmemcached.utils.ByteUtils
 
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>, MemcachedClient, 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
MemcachedClientCallable<T> - net.rubyeye.xmemcached中的接口
MemcachedClient callable when using namespace in xmemcached.For example: memcachedClient.withNamespace(userId,new MemcachedClientCallable{ public Void call(MemcachedClient client) throws MemcachedException, InterruptedException, TimeoutException{ client.set("username",0,username); client.set("email",0,email); return null; } }); //invalidate all items under the namespace.
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
 
NAMESPACE_LOCAL - 类 中的静态变量net.rubyeye.xmemcached.XMemcachedClient
namespace thread local.
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.utils.XMemcachedClientFactoryBean
 
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
 
setRemoteAddressStr(String) - 类 中的方法net.rubyeye.xmemcached.utils.InetSocketAddressWrapper
 
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
 
withNamespace(String, MemcachedClientCallable<T>) - 接口 中的方法net.rubyeye.xmemcached.MemcachedClient
With the namespae to do something with current memcached client.All operations with memcached client done in callable will be under the namespace.
withNamespace(String, MemcachedClientCallable<T>) - 类 中的方法net.rubyeye.xmemcached.XMemcachedClient
 
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.
XmemcachedClientFactory(PropertiesHelper) - 类 的构造器net.rubyeye.xmemcached.utils.hibernate.XmemcachedClientFactory
 
XMemcachedClientFactoryBean - net.rubyeye.xmemcached.utils中的类
Implement spring's factory bean,for integrating to spring framework.
XMemcachedClientFactoryBean() - 类 的构造器net.rubyeye.xmemcached.utils.XMemcachedClientFactoryBean
 
XMemcachedClientMBean - net.rubyeye.xmemcached中的接口
XMemcachedClientMBean.It is used for JMX to add/remove memcached server.
XMemcachedMbeanServer - net.rubyeye.xmemcached.monitor中的类
Enable JMX supports,default is false:
  java -Dxmemcached.jmx.enable=true -Dxmemcached.rmi.port=7077 -Dxmemcached.rmi.name=xmemcachedServer
Access MBean through:
  service:jmx:rmi:///jndi/rmi://[host]:7077/xmemcachedServer
You can add or remove memcached server dynamically and monitor XmemcachedClient?'
A B C D E F G H I J K L M N O P Q R S T U V W X 

Copyright © 2013. All Rights Reserved.