Uses of Class
net.spy.memcached.KetamaNodeKeyFormatter.Format
-
Packages that use KetamaNodeKeyFormatter.Format Package Description net.spy.memcached Memcached client and transformation utils -
-
Uses of KetamaNodeKeyFormatter.Format in net.spy.memcached
Fields in net.spy.memcached declared as KetamaNodeKeyFormatter.Format Modifier and Type Field Description private KetamaNodeKeyFormatter.Format
KetamaNodeKeyFormatter. format
private KetamaNodeKeyFormatter.Format
KetamaConnectionFactory. ketamaNodeKeyFormat
Methods in net.spy.memcached that return KetamaNodeKeyFormatter.Format Modifier and Type Method Description KetamaNodeKeyFormatter.Format
KetamaNodeKeyFormatter. getFormat()
KetamaNodeKeyFormatter.Format
KetamaConnectionFactory. getKetamaNodeKeyFormat()
static KetamaNodeKeyFormatter.Format
KetamaNodeKeyFormatter.Format. valueOf(java.lang.String name)
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.Format Constructor Description KetamaConnectionFactory(int qLen, int bufSize, long opQueueMaxBlockTime, HashAlgorithm hash, KetamaNodeKeyFormatter.Format nodeKeyFormat, java.util.Map<java.net.InetSocketAddress,java.lang.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.KetamaNodeKeyFormatter(KetamaNodeKeyFormatter.Format format)
KetamaNodeLocator(java.util.List<MemcachedNode> nodes, HashAlgorithm alg, KetamaNodeKeyFormatter.Format nodeKeyFormat, java.util.Map<java.net.InetSocketAddress,java.lang.Integer> weights)
Create a new KetamaNodeLocator with specific nodes, hash, node key format, and weight
-