- BaseCacheMap<V> - Class in net.spy.memcached
-
Base class for a Map interface to memcached.
- BaseCacheMap(MemcachedClientIF, int, String, Transcoder<V>) - Constructor for class net.spy.memcached.BaseCacheMap
-
Build a BaseCacheMap.
- BaseMessage - Class in net.spy.memcached.tapmessage
-
The BaseMessage implements the header of a tap message.
- BaseOperationFactory - Class in net.spy.memcached.ops
-
Base class for operation factories.
- BaseOperationFactory() - Constructor for class net.spy.memcached.ops.BaseOperationFactory
-
- BaseOperationImpl - Class in net.spy.memcached.protocol
-
Base class for protocol-specific operation implementations.
- BaseOperationImpl() - Constructor for class net.spy.memcached.protocol.BaseOperationImpl
-
- BaseSerializingTranscoder - Class in net.spy.memcached.transcoders
-
Base class for any transcoders that may want to work with serialized or
compressed data.
- BaseSerializingTranscoder(int) - Constructor for class net.spy.memcached.transcoders.BaseSerializingTranscoder
-
Initialize a serializing transcoder with the given maximum data size.
- BasicThreadFactory - Class in net.spy.memcached.internal
-
Simple thread factory that can set daemon status on threads and give them
names.
- BasicThreadFactory(String, boolean) - Constructor for class net.spy.memcached.internal.BasicThreadFactory
-
- BinaryConnectionFactory - Class in net.spy.memcached
-
Default connection factory for binary wire protocol connections.
- BinaryConnectionFactory() - Constructor for class net.spy.memcached.BinaryConnectionFactory
-
Create a BinaryConnectionFactory with the default parameters.
- BinaryConnectionFactory(ClientMode) - Constructor for class net.spy.memcached.BinaryConnectionFactory
-
Create a BinaryConnectionFactory with the given clientMode.
- BinaryConnectionFactory(int, int) - Constructor for class net.spy.memcached.BinaryConnectionFactory
-
Create a BinaryConnectionFactory with the given parameters
- BinaryConnectionFactory(ClientMode, int, int) - Constructor for class net.spy.memcached.BinaryConnectionFactory
-
Create a BinaryConnectionFactory with the given parameters
- BinaryConnectionFactory(int, int, HashAlgorithm) - Constructor for class net.spy.memcached.BinaryConnectionFactory
-
Construct a BinaryConnectionFactory with the given parameters.
- BinaryConnectionFactory(ClientMode, int, int, HashAlgorithm) - Constructor for class net.spy.memcached.BinaryConnectionFactory
-
Construct a BinaryConnectionFactory with the given parameters.
- BinaryMemcachedNodeImpl - Class in net.spy.memcached.protocol.binary
-
Implementation of MemcachedNode for speakers of the binary protocol.
- BinaryMemcachedNodeImpl(SocketAddress, SocketChannel, int, BlockingQueue<Operation>, BlockingQueue<Operation>, BlockingQueue<Operation>, Long, boolean, long, long, ConnectionFactory) - Constructor for class net.spy.memcached.protocol.binary.BinaryMemcachedNodeImpl
-
- BinaryOperationFactory - Class in net.spy.memcached.protocol.binary
-
Factory for binary operations.
- BinaryOperationFactory() - Constructor for class net.spy.memcached.protocol.binary.BinaryOperationFactory
-
- broadcastOp(BroadcastOpFactory) - Method in class net.spy.memcached.MemcachedClient
-
- broadcastOp(BroadcastOpFactory, Collection<MemcachedNode>) - Method in class net.spy.memcached.MemcachedClient
-
- broadcastOp(BroadcastOpFactory) - Method in interface net.spy.memcached.MemcachedClientIF
-
- broadcastOp(BroadcastOpFactory, Collection<MemcachedNode>) - Method in interface net.spy.memcached.MemcachedClientIF
-
- broadcastOp(BroadcastOpFactory) - Method in class net.spy.memcached.TapConnectionProvider
-
- broadcastOperation(BroadcastOpFactory) - Method in class net.spy.memcached.MemcachedConnection
-
Broadcast an operation to all nodes.
- broadcastOperation(BroadcastOpFactory, Collection<MemcachedNode>) - Method in class net.spy.memcached.MemcachedConnection
-
Broadcast an operation to a collection of nodes.
- BroadcastOpFactory - Interface in net.spy.memcached
-
Factory for creating Operations to be broadcast.
- build() - Method in class net.spy.memcached.ConnectionFactoryBuilder
-
Get the ConnectionFactory set up with the provided parameters.
- BulkFuture<V> - Interface in net.spy.memcached.internal
-
Additional flexibility for asyncGetBulk
- BulkGetCompletionListener - Interface in net.spy.memcached.internal
-
A listener that will be notified once the bulk get future completes.
- BulkGetFuture<T> - Class in net.spy.memcached.internal
-
Future for handling results from bulk gets.
- BulkGetFuture(Map<String, Future<T>>, Collection<Operation>, CountDownLatch, ExecutorService) - Constructor for class net.spy.memcached.internal.BulkGetFuture
-
- bytes() - Method in class net.spy.memcached.protocol.binary.OptimizedSetImpl
-