Uses of Class
net.rubyeye.xmemcached.command.OperationStatus
-
Packages that use OperationStatus Package Description net.rubyeye.xmemcached.command Memcached protocol implementations -
-
Uses of OperationStatus in net.rubyeye.xmemcached.command
Fields in net.rubyeye.xmemcached.command declared as OperationStatus Modifier and Type Field Description protected OperationStatus
Command. status
Methods in net.rubyeye.xmemcached.command that return OperationStatus Modifier and Type Method Description OperationStatus
Command. getStatus()
static OperationStatus
OperationStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OperationStatus[]
OperationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.rubyeye.xmemcached.command with parameters of type OperationStatus Modifier and Type Method Description void
Command. setStatus(OperationStatus status)
-