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 OperationStatusCommand. statusMethods in net.rubyeye.xmemcached.command that return OperationStatus Modifier and Type Method Description OperationStatusCommand. getStatus()static OperationStatusOperationStatus. 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 voidCommand. setStatus(OperationStatus status)
-