- KetamaConnectionFactory - Class in net.spy.memcached
-
ConnectionFactory instance that sets up a ketama compatible connection.
- KetamaConnectionFactory(ClientMode, int, int, long) - Constructor for class net.spy.memcached.KetamaConnectionFactory
-
Create a KetamaConnectionFactory with the given maximum operation
queue length, and the given read buffer size.
- KetamaConnectionFactory() - Constructor for class net.spy.memcached.KetamaConnectionFactory
-
Create a KetamaConnectionFactory with the default parameters.
- KetamaNodeLocator - Class in net.spy.memcached
-
This is an implementation of the Ketama consistent hash strategy from
last.fm.
- KetamaNodeLocator(List<MemcachedNode>, HashAlgorithm) - Constructor for class net.spy.memcached.KetamaNodeLocator
-
Create a new KetamaNodeLocator using specified nodes and the specifed hash
algorithm.
- KetamaNodeLocator(List<MemcachedNode>, HashAlgorithm, KetamaNodeLocatorConfiguration) - Constructor for class net.spy.memcached.KetamaNodeLocator
-
Create a new KetamaNodeLocator using specified nodes and the specifed hash
algorithm and configuration.
- KetamaNodeLocatorConfiguration - Interface in net.spy.memcached.util
-
Defines the set of all configuration dependencies required for the
KetamaNodeLocator algorithm to run.
- KeyedOperation - Interface in net.spy.memcached.ops
-
Operations that contain keys.
- keySet() - Method in class net.spy.memcached.BaseCacheMap
-
- keysOnly() - Method in class net.spy.memcached.tapmessage.MessageBuilder
-
- keyStats(String, StatsOperation.Callback) - Method in interface net.spy.memcached.OperationFactory
-
Get a new KeyStatsOperation.
- keyStats(String, StatsOperation.Callback) - Method in class net.spy.memcached.protocol.ascii.AsciiOperationFactory
-
- keyStats(String, StatsOperation.Callback) - Method in class net.spy.memcached.protocol.binary.BinaryOperationFactory
-
- KeyStatsOperationImpl - Class in net.spy.memcached.protocol.binary
-
A StatsOperationImpl.
- KeyStatsOperationImpl(String, StatsOperation.Callback) - Constructor for class net.spy.memcached.protocol.binary.KeyStatsOperationImpl
-
- KeyUtil - Class in net.spy.memcached
-
Utilities for processing key values.