- markMeter(String) - Method in class net.spy.memcached.metrics.DefaultMetricCollector
-
- markMeter(String) - Method in interface net.spy.memcached.metrics.MetricCollector
-
Mark a checkpoint in the Meter.
- markMeter(String) - Method in class net.spy.memcached.metrics.NoopMetricCollector
-
- MAX_KEY_LENGTH - Static variable in interface net.spy.memcached.MemcachedClientIF
-
Maximum supported key length.
- MAX_SIZE - Static variable in class net.spy.memcached.CachedData
-
The maximum size that should be considered storing in a server.
- MECH_SEPARATOR - Static variable in class net.spy.memcached.auth.AuthThread
-
- MemcachedClient - Class in net.spy.memcached
-
Client to a memcached server.
- MemcachedClient(InetSocketAddress...) - Constructor for class net.spy.memcached.MemcachedClient
-
Get a memcache client operating on the specified memcached locations.
- MemcachedClient(List<InetSocketAddress>) - Constructor for class net.spy.memcached.MemcachedClient
-
Get a memcache client over the specified memcached locations.
- MemcachedClient(ConnectionFactory, List<InetSocketAddress>) - Constructor for class net.spy.memcached.MemcachedClient
-
- MemcachedClientFactoryBean - Class in net.spy.memcached.spring
-
- MemcachedClientFactoryBean() - Constructor for class net.spy.memcached.spring.MemcachedClientFactoryBean
-
- MemcachedClientIF - Interface in net.spy.memcached
-
This interface is provided as a helper for testing clients of the
MemcachedClient.
- MemcachedConnection - Class in net.spy.memcached
-
Connection to a cluster of memcached servers.
- MemcachedConnection(int, ConnectionFactory, List<InetSocketAddress>, Collection<ConnectionObserver>, FailureMode, OperationFactory) - Constructor for class net.spy.memcached.MemcachedConnection
-
- MemcachedNode - Interface in net.spy.memcached
-
Interface defining a connection to a memcached server.
- MessageBuilder - Class in net.spy.memcached.tapmessage
-
Builds a tap message.
- MessageBuilder() - Constructor for class net.spy.memcached.tapmessage.MessageBuilder
-
- MetricCollector - Interface in net.spy.memcached.metrics
-
- MetricType - Enum in net.spy.memcached.metrics
-
Defines the type of metric collection to use.
- MultiGetOperationCallback - Class in net.spy.memcached.ops
-
MultiOperationCallback for get operations.
- MultiGetOperationCallback(OperationCallback, int) - Constructor for class net.spy.memcached.ops.MultiGetOperationCallback
-
- MultiGetOperationImpl - Class in net.spy.memcached.protocol.binary
-
- MultiGetOperationImpl(Collection<String>, OperationCallback) - Constructor for class net.spy.memcached.protocol.binary.MultiGetOperationImpl
-
- MultiGetsOperationCallback - Class in net.spy.memcached.ops
-
MultiOperationCallback for get operations.
- MultiGetsOperationCallback(OperationCallback, int) - Constructor for class net.spy.memcached.ops.MultiGetsOperationCallback
-
- MultiOperationCallback - Class in net.spy.memcached.ops
-
An operation callback that will capture receivedStatus and complete
invocations and dispatch to a single callback.
- MultiOperationCallback(OperationCallback, int) - Constructor for class net.spy.memcached.ops.MultiOperationCallback
-
Get a MultiOperationCallback over the given callback for the specified
number of replicates.
- MultiReplicaGetOperationCallback - Class in net.spy.memcached.ops
-
MultiOperationCallback for replica get operations.
- MultiReplicaGetOperationCallback(OperationCallback, int) - Constructor for class net.spy.memcached.ops.MultiReplicaGetOperationCallback
-
- mutate(Mutator, String, long, long, int, OperationCallback) - Method in interface net.spy.memcached.OperationFactory
-
Create a mutator operation.
- mutate(Mutator, String, long, long, int, OperationCallback) - Method in class net.spy.memcached.protocol.ascii.AsciiOperationFactory
-
- mutate(Mutator, String, long, long, int, OperationCallback) - Method in class net.spy.memcached.protocol.binary.BinaryOperationFactory
-
- Mutator - Enum in net.spy.memcached.ops
-
Type of mutation to perform.
- MutatorOperation - Interface in net.spy.memcached.ops
-
incr and decr operations.