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