- debug(Object, Throwable) - Method in class net.spy.memcached.compat.log.AbstractLogger
-
Log a message at debug level.
- debug(String, Object...) - Method in class net.spy.memcached.compat.log.AbstractLogger
-
Log a formatted message at debug level.
- debug(Object) - Method in class net.spy.memcached.compat.log.AbstractLogger
-
Log a message at debug level.
- debug(Object, Throwable) - Method in interface net.spy.memcached.compat.log.Logger
-
Log a message at debug level.
- debug(Object) - Method in interface net.spy.memcached.compat.log.Logger
-
Log a message at debug level.
- debug(String, Object...) - Method in interface net.spy.memcached.compat.log.Logger
-
Log a formatted message at debug level.
- decode(CachedData) - Method in class net.spy.memcached.transcoders.IntegerTranscoder
-
- decode(CachedData) - Method in class net.spy.memcached.transcoders.LongTranscoder
-
- decode(CachedData) - Method in class net.spy.memcached.transcoders.SerializingTranscoder
-
- decode(CachedData) - Method in interface net.spy.memcached.transcoders.Transcoder
-
Decode the cached object into the object it represents.
- decode(Transcoder<T>, CachedData) - Method in class net.spy.memcached.transcoders.TranscodeService
-
Perform a decode.
- decode(CachedData) - Method in class net.spy.memcached.transcoders.WhalinTranscoder
-
- decode(CachedData) - Method in class net.spy.memcached.transcoders.WhalinV1Transcoder
-
- decodeBoolean(byte[]) - Method in class net.spy.memcached.transcoders.TranscoderUtils
-
- decodeBoolean(byte[]) - Method in class net.spy.memcached.transcoders.WhalinTranscoder
-
- decodeByte(byte[]) - Method in class net.spy.memcached.transcoders.TranscoderUtils
-
- decodeInt(byte[]) - Method in class net.spy.memcached.transcoders.TranscoderUtils
-
- decodeLong(byte[]) - Method in class net.spy.memcached.transcoders.TranscoderUtils
-
- decr(String, long) - Method in class net.spy.memcached.MemcachedClient
-
Decrement the given key by the given value.
- decr(String, int) - Method in class net.spy.memcached.MemcachedClient
-
Decrement the given key by the given value.
- decr(String, long, long, int) - Method in class net.spy.memcached.MemcachedClient
-
Decrement the given counter, returning the new value.
- decr(String, int, long, int) - Method in class net.spy.memcached.MemcachedClient
-
Decrement the given counter, returning the new value.
- decr(String, long, long) - Method in class net.spy.memcached.MemcachedClient
-
Decrement the given counter, returning the new value.
- decr(String, int, long) - Method in class net.spy.memcached.MemcachedClient
-
Decrement the given counter, returning the new value.
- decr(String, long) - Method in interface net.spy.memcached.MemcachedClientIF
-
- decr(String, int) - Method in interface net.spy.memcached.MemcachedClientIF
-
- decr(String, long, long, int) - Method in interface net.spy.memcached.MemcachedClientIF
-
- decr(String, int, long, int) - Method in interface net.spy.memcached.MemcachedClientIF
-
- decr(String, long, long) - Method in interface net.spy.memcached.MemcachedClientIF
-
- decr(String, int, long) - Method in interface net.spy.memcached.MemcachedClientIF
-
- decrementCounter(String) - Method in class net.spy.memcached.metrics.AbstractMetricCollector
-
- decrementCounter(String, int) - Method in class net.spy.memcached.metrics.DefaultMetricCollector
-
- decrementCounter(String) - Method in interface net.spy.memcached.metrics.MetricCollector
-
Decrement a Counter by one.
- decrementCounter(String, int) - Method in interface net.spy.memcached.metrics.MetricCollector
-
Decrement a Counter by the given amount.
- decrementCounter(String, int) - Method in class net.spy.memcached.metrics.NoopMetricCollector
-
- DEFAULT_AUTH_WAIT_TIME - Static variable in class net.spy.memcached.DefaultConnectionFactory
-
The time to wait for the authentication to complete when a operation
is written in milliseconds.
- DEFAULT_CLIENT_MODE - Static variable in class net.spy.memcached.DefaultConnectionFactory
-
Default client mode.
- DEFAULT_COMPRESSION_THRESHOLD - Static variable in class net.spy.memcached.transcoders.BaseSerializingTranscoder
-
Default compression threshold value.
- DEFAULT_FAILURE_MODE - Static variable in class net.spy.memcached.DefaultConnectionFactory
-
Default failure mode.
- DEFAULT_HASH - Static variable in class net.spy.memcached.DefaultConnectionFactory
-
Default hash algorithm.
- DEFAULT_MAX_RECONNECT_DELAY - Static variable in class net.spy.memcached.DefaultConnectionFactory
-
Maximum amount of time (in seconds) to wait between reconnect attempts.
- DEFAULT_MAX_TIMEOUTEXCEPTION_THRESHOLD - Static variable in class net.spy.memcached.DefaultConnectionFactory
-
Maximum number + 2 of timeout exception for shutdown connection.
- DEFAULT_METRIC_TYPE - Static variable in class net.spy.memcached.DefaultConnectionFactory
-
Turn off metric collection by default.
- DEFAULT_OP_QUEUE_LEN - Static variable in class net.spy.memcached.DefaultConnectionFactory
-
Maximum length of the operation queue returned by this connection factory.
- DEFAULT_OP_QUEUE_MAX_BLOCK_TIME - Static variable in class net.spy.memcached.DefaultConnectionFactory
-
The maximum time to block waiting for op queue operations to complete, in
milliseconds.
- DEFAULT_OPERATION_TIMEOUT - Static variable in class net.spy.memcached.DefaultConnectionFactory
-
Default operation timeout in milliseconds.
- DEFAULT_POLL_INTERVAL - Static variable in class net.spy.memcached.ConfigurationPoller
-
- DEFAULT_READ_BUFFER_SIZE - Static variable in class net.spy.memcached.DefaultConnectionFactory
-
The read buffer size for each server connection from this factory.
- DEFAULT_REPORTER_INTERVAL - Static variable in class net.spy.memcached.metrics.DefaultMetricCollector
-
Log every 30 seconds to the console by default.
- DEFAULT_REPORTER_OUTDIR - Static variable in class net.spy.memcached.metrics.DefaultMetricCollector
-
Define an empty directory for the CSV exporter by default.
- DEFAULT_REPORTER_TYPE - Static variable in class net.spy.memcached.metrics.DefaultMetricCollector
-
Use the "console" reporter by default.
- DefaultConnectionFactory - Class in net.spy.memcached
-
Default implementation of ConnectionFactory.
- DefaultConnectionFactory(ClientMode, int, int, HashAlgorithm) - Constructor for class net.spy.memcached.DefaultConnectionFactory
-
Construct a DefaultConnectionFactory with the given parameters.
- DefaultConnectionFactory(ClientMode, int, int) - Constructor for class net.spy.memcached.DefaultConnectionFactory
-
Create a DefaultConnectionFactory with the given maximum operation queue
length, and the given read buffer size.
- DefaultConnectionFactory(int, int) - Constructor for class net.spy.memcached.DefaultConnectionFactory
-
Create a DefaultConnectionFactory with the given maximum operation queue
length, and the given read buffer size.
- DefaultConnectionFactory(ClientMode) - Constructor for class net.spy.memcached.DefaultConnectionFactory
-
Create a DefaultConnectionFactory with the default parameters.
- DefaultConnectionFactory() - Constructor for class net.spy.memcached.DefaultConnectionFactory
-
- DefaultHashAlgorithm - Enum in net.spy.memcached
-
Known hashing algorithms for locating a server for a key.
- DefaultKetamaNodeLocatorConfiguration - Class in net.spy.memcached.util
-
A Default implementation of the configuration required for the
KetamaNodeLocator algorithm to run.
- DefaultKetamaNodeLocatorConfiguration() - Constructor for class net.spy.memcached.util.DefaultKetamaNodeLocatorConfiguration
-
- DefaultLogger - Class in net.spy.memcached.compat.log
-
Default logger implementation.
- DefaultLogger(String) - Constructor for class net.spy.memcached.compat.log.DefaultLogger
-
Get an instance of DefaultLogger.
- DefaultMetricCollector - Class in net.spy.memcached.metrics
-
- DefaultMetricCollector() - Constructor for class net.spy.memcached.metrics.DefaultMetricCollector
-
- delete(String, int) - Method in class net.spy.memcached.MemcachedClient
-
Deprecated.
Hold values are no longer honored.
- delete(String) - Method in class net.spy.memcached.MemcachedClient
-
Delete the given key from the cache.
- delete(String, long) - Method in class net.spy.memcached.MemcachedClient
-
Delete the given key from the cache of the given CAS value applies.
- delete(String) - Method in interface net.spy.memcached.MemcachedClientIF
-
- delete(String, long) - Method in interface net.spy.memcached.MemcachedClientIF
-
- delete(String, DeleteOperation.Callback) - Method in interface net.spy.memcached.OperationFactory
-
Create a deletion operation.
- delete(String, long, DeleteOperation.Callback) - Method in interface net.spy.memcached.OperationFactory
-
Create a deletion operation with CAS.
- delete(String, DeleteOperation.Callback) - Method in class net.spy.memcached.protocol.ascii.AsciiOperationFactory
-
- delete(String, long, DeleteOperation.Callback) - Method in class net.spy.memcached.protocol.ascii.AsciiOperationFactory
-
- delete(String, DeleteOperation.Callback) - Method in class net.spy.memcached.protocol.binary.BinaryOperationFactory
-
- delete(String, long, DeleteOperation.Callback) - Method in class net.spy.memcached.protocol.binary.BinaryOperationFactory
-
- deleteConfig(InetSocketAddress, ConfigurationType) - Method in class net.spy.memcached.MemcachedClient
-
Delete the given configurationType from the cache server.
- deleteConfig(ConfigurationType, OperationCallback) - Method in interface net.spy.memcached.OperationFactory
-
Create a deletion operation for config.
- deleteConfig(ConfigurationType, OperationCallback) - Method in class net.spy.memcached.protocol.ascii.AsciiOperationFactory
-
- deleteConfig(ConfigurationType, OperationCallback) - Method in class net.spy.memcached.protocol.binary.BinaryOperationFactory
-
- DeleteConfigOperation - Interface in net.spy.memcached.ops
-
Deletion operation for config.
- DeleteOperation - Interface in net.spy.memcached.ops
-
Deletion operation.
- DeleteOperation.Callback - Interface in net.spy.memcached.ops
-
Delete operation callback.
- destroyInputQueue() - Method in interface net.spy.memcached.MemcachedNode
-
Extract all queued items for this node destructively.
- destroyInputQueue() - Method in class net.spy.memcached.protocol.TCPMemcachedNodeImpl
-
- doBackfill(long) - Method in class net.spy.memcached.tapmessage.MessageBuilder
-
- doDump() - Method in class net.spy.memcached.tapmessage.MessageBuilder
-