Uses of Class
net.spy.memcached.ReplicateTo
-
Packages that use ReplicateTo Package Description net.spy.memcached Memcached client and transformation utils -
-
Uses of ReplicateTo in net.spy.memcached
Methods in net.spy.memcached that return ReplicateTo Modifier and Type Method Description static ReplicateTo
ReplicateTo. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReplicateTo[]
ReplicateTo. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-