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