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