Uses of Enum
net.rubyeye.xmemcached.command.binary.ResponseStatus
Packages that use ResponseStatus
-
Uses of ResponseStatus in net.rubyeye.xmemcached.command.binary
Fields in net.rubyeye.xmemcached.command.binary declared as ResponseStatusMethods in net.rubyeye.xmemcached.command.binary that return ResponseStatusModifier and TypeMethodDescriptionfinal ResponseStatus
BaseBinaryCommand.getResponseStatus()
static ResponseStatus
ResponseStatus.parseShort
(short value) Get status from short valuestatic ResponseStatus
Returns the enum constant of this type with the specified name.static ResponseStatus[]
ResponseStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.rubyeye.xmemcached.command.binary with parameters of type ResponseStatusModifier and TypeMethodDescriptionfinal void
BaseBinaryCommand.setResponseStatus
(ResponseStatus responseStatus)