Uses of Class
org.infinispan.server.memcached.MemcachedOperation
-
Packages that use MemcachedOperation Package Description org.infinispan.server.memcached -
-
Uses of MemcachedOperation in org.infinispan.server.memcached
Methods in org.infinispan.server.memcached that return MemcachedOperation Modifier and Type Method Description static MemcachedOperation
MemcachedOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static MemcachedOperation[]
MemcachedOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-