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

R

readFromBuffer(ByteBuffer) - Method in interface net.spy.memcached.ops.Operation
Read data from the given byte buffer and dispatch to the appropriate read mechanism.
readFromBuffer(ByteBuffer) - Method in class net.spy.memcached.protocol.BaseOperationImpl
 
readFromBuffer(ByteBuffer) - Method in class net.spy.memcached.protocol.binary.OperationImpl
Read from the incoming ByteBuffer.
readFromBuffer(ByteBuffer) - Method in class net.spy.memcached.protocol.binary.TapAckOperationImpl
 
readFromBuffer(ByteBuffer) - Method in class net.spy.memcached.protocol.binary.TapOperationImpl
 
receivedStatus(OperationStatus) - Method in class net.spy.memcached.ops.MultiOperationCallback
 
receivedStatus(OperationStatus) - Method in interface net.spy.memcached.ops.OperationCallback
Method invoked with the status when the operation is complete.
receivedStatus(OperationStatus) - Method in class net.spy.memcached.protocol.GetCallbackWrapper
 
receivedStatus(OperationStatus) - Method in class net.spy.memcached.protocol.ProxyCallback
 
reconnecting() - Method in interface net.spy.memcached.MemcachedNode
Notify this node that it will be reconnecting.
reconnecting() - Method in class net.spy.memcached.protocol.TCPMemcachedNodeImpl
 
redistributeOperation(Operation) - Method in class net.spy.memcached.MemcachedConnection
Redistribute the given operation to (potentially) other nodes.
redistributeOperations(Collection<Operation>) - Method in class net.spy.memcached.MemcachedConnection
Redistribute the given list of operations to (potentially) other nodes.
registerChannel(SocketChannel, SelectionKey) - Method in interface net.spy.memcached.MemcachedNode
Register a channel with this node.
registerChannel(SocketChannel, SelectionKey) - Method in class net.spy.memcached.protocol.TCPMemcachedNodeImpl
 
registerHashAlgorithm(String, HashAlgorithm) - Static method in class net.spy.memcached.HashAlgorithmRegistry
Registers provided HashAlgorithm instance with the given name.
remove(Object) - Method in class net.spy.memcached.BaseCacheMap
 
remove() - Method in class net.spy.memcached.internal.SingleElementInfiniteIterator
 
removeCounter(String) - Method in class net.spy.memcached.metrics.DefaultMetricCollector
 
removeCounter(String) - Method in interface net.spy.memcached.metrics.MetricCollector
Remove a Counter from the collector.
removeCounter(String) - Method in class net.spy.memcached.metrics.NoopMetricCollector
 
removeCurrentReadOp() - Method in interface net.spy.memcached.MemcachedNode
Remove the operation at the top of the queue that is requiring input.
removeCurrentReadOp() - Method in class net.spy.memcached.protocol.TCPMemcachedNodeImpl
 
removeCurrentWriteOp() - Method in interface net.spy.memcached.MemcachedNode
Remove the operation at the top of the queue that has information available to write.
removeCurrentWriteOp() - Method in class net.spy.memcached.protocol.TCPMemcachedNodeImpl
 
removeHistogram(String) - Method in class net.spy.memcached.metrics.DefaultMetricCollector
 
removeHistogram(String) - Method in interface net.spy.memcached.metrics.MetricCollector
Remove a Histogram from the Collector.
removeHistogram(String) - Method in class net.spy.memcached.metrics.NoopMetricCollector
 
removeListener(BulkGetCompletionListener) - Method in interface net.spy.memcached.internal.BulkFuture
Remove a previously added listener from the future.
removeListener(BulkGetCompletionListener) - Method in class net.spy.memcached.internal.BulkGetFuture
 
removeListener(GetCompletionListener) - Method in class net.spy.memcached.internal.GetFuture
 
removeListener(L) - Method in interface net.spy.memcached.internal.ListenableFuture
Remove a previously added listener from the future.
removeListener(OperationCompletionListener) - Method in class net.spy.memcached.internal.OperationFuture
 
removeMeter(String) - Method in class net.spy.memcached.metrics.DefaultMetricCollector
 
removeMeter(String) - Method in interface net.spy.memcached.metrics.MetricCollector
Remove a Meter from the Collector.
removeMeter(String) - Method in class net.spy.memcached.metrics.NoopMetricCollector
 
removeObserver(ConnectionObserver) - Method in class net.spy.memcached.MemcachedClient
Remove a connection observer.
removeObserver(ConnectionObserver) - Method in interface net.spy.memcached.MemcachedClientIF
 
removeObserver(ConnectionObserver) - Method in class net.spy.memcached.MemcachedConnection
Remove a connection observer.
removeObserver(ConnectionObserver) - Method in class net.spy.memcached.TapConnectionProvider
Remove a connection observer.
replace(String, int, T, Transcoder<T>) - Method in class net.spy.memcached.MemcachedClient
Replace an object with the given value iff there is already a value for the given key.
replace(String, int, Object) - Method in class net.spy.memcached.MemcachedClient
Replace an object with the given value (transcoded with the default transcoder) iff there is already a value for the given key.
replace(String, int, T, Transcoder<T>) - Method in interface net.spy.memcached.MemcachedClientIF
 
replace(String, int, Object) - Method in interface net.spy.memcached.MemcachedClientIF
 
replicaGet(String, int, ReplicaGetOperation.Callback) - Method in interface net.spy.memcached.OperationFactory
Create a replica get operation.
replicaGet(String, int, ReplicaGetOperation.Callback) - Method in class net.spy.memcached.protocol.ascii.AsciiOperationFactory
 
replicaGet(String, int, ReplicaGetOperation.Callback) - Method in class net.spy.memcached.protocol.binary.BinaryOperationFactory
 
ReplicaGetOperation - Interface in net.spy.memcached.ops
Replica get operation.
ReplicaGetOperation.Callback - Interface in net.spy.memcached.ops
Operation callback for the replica get request.
ReplicaGetOperationImpl - Class in net.spy.memcached.protocol.binary
Implementation of the replica get operation.
ReplicaGetOperationImpl(String, int, ReplicaGetOperation.Callback) - Constructor for class net.spy.memcached.protocol.binary.ReplicaGetOperationImpl
 
replicaGets(String, int, ReplicaGetsOperation.Callback) - Method in interface net.spy.memcached.OperationFactory
Create a replica gets operation.
replicaGets(String, int, ReplicaGetsOperation.Callback) - Method in class net.spy.memcached.protocol.ascii.AsciiOperationFactory
 
replicaGets(String, int, ReplicaGetsOperation.Callback) - Method in class net.spy.memcached.protocol.binary.BinaryOperationFactory
 
ReplicaGetsOperation - Interface in net.spy.memcached.ops
Replica get operation.
ReplicaGetsOperation.Callback - Interface in net.spy.memcached.ops
Operation callback for the replica get request.
ReplicaGetsOperationImpl - Class in net.spy.memcached.protocol.binary
Implementation of the replica gets operation.
ReplicaGetsOperationImpl(String, int, ReplicaGetsOperation.Callback) - Constructor for class net.spy.memcached.protocol.binary.ReplicaGetsOperationImpl
 
ReplicateTo - Enum in net.spy.memcached
ReplicateTo codes for a Observe operation.
RequestMessage - Class in net.spy.memcached.tapmessage
A tap request message that is used to start tap streams, perform sasl authentication, and maintain the health of tap streams.
RequestMessage() - Constructor for class net.spy.memcached.tapmessage.RequestMessage
Create a tap request message.
ResponseMessage - Class in net.spy.memcached.tapmessage
A representation of a tap stream message sent from a tap stream server.
ResponseMessage(byte[]) - Constructor for class net.spy.memcached.tapmessage.ResponseMessage
Creates a ResponseMessage from binary data.
retryOperation(Operation) - Method in class net.spy.memcached.MemcachedConnection
Add a operation to the retry queue.
run() - Method in class net.spy.memcached.auth.AuthThread
 
run() - Method in class net.spy.memcached.compat.SyncThread
Wait for the barrier, invoke the callable and capture the result or an exception.
run() - Method in class net.spy.memcached.ConfigurationPoller
 
run() - Method in class net.spy.memcached.MemcachedConnection
Handle IO as long as the application is running.
A B C D E F G H I J K L M N O P R S T U V W