Uses of Enum Class
net.spy.memcached.KetamaNodeKeyFormatter.Format
Packages that use KetamaNodeKeyFormatter.Format
-
Uses of KetamaNodeKeyFormatter.Format in net.spy.memcached
Fields in net.spy.memcached declared as KetamaNodeKeyFormatter.FormatModifier and TypeFieldDescriptionprivate final KetamaNodeKeyFormatter.Format
KetamaNodeKeyFormatter.format
private final KetamaNodeKeyFormatter.Format
KetamaConnectionFactory.ketamaNodeKeyFormat
Methods in net.spy.memcached that return KetamaNodeKeyFormatter.FormatModifier and TypeMethodDescriptionKetamaNodeKeyFormatter.getFormat()
KetamaConnectionFactory.getKetamaNodeKeyFormat()
Returns the enum constant of this class with the specified name.static KetamaNodeKeyFormatter.Format[]
KetamaNodeKeyFormatter.Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.spy.memcached with parameters of type KetamaNodeKeyFormatter.FormatModifierConstructorDescriptionKetamaConnectionFactory
(int qLen, int bufSize, long opQueueMaxBlockTime, HashAlgorithm hash, KetamaNodeKeyFormatter.Format nodeKeyFormat, Map<InetSocketAddress, Integer> weights) Create a KetamaConnectionFactory with the maximum operation queue length, the given read buffer size, the maximum time to block waiting operations, a specific hash algorithm, a set ring key format, and a given set of weights.KetamaNodeLocator
(List<MemcachedNode> nodes, HashAlgorithm alg, KetamaNodeKeyFormatter.Format nodeKeyFormat, Map<InetSocketAddress, Integer> weights) Create a new KetamaNodeLocator with specific nodes, hash, node key format, and weight