Uses of Enum
net.spy.memcached.KetamaNodeKeyFormatter.Format
Packages that use KetamaNodeKeyFormatter.Format
-
Uses of KetamaNodeKeyFormatter.Format in net.spy.memcached
Methods in net.spy.memcached that return KetamaNodeKeyFormatter.FormatModifier and TypeMethodDescriptionKetamaNodeKeyFormatter.getFormat()KetamaConnectionFactory.getKetamaNodeKeyFormat()Returns the enum constant of this type with the specified name.static KetamaNodeKeyFormatter.Format[]KetamaNodeKeyFormatter.Format.values()Returns an array containing the constants of this enum type, 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