Package | Description |
---|---|
net.rubyeye.xmemcached.command.binary |
Memcached text protocol implementations
|
Modifier and Type | Field and Description |
---|---|
protected ResponseStatus |
BaseBinaryCommand.responseStatus |
Modifier and Type | Method and Description |
---|---|
ResponseStatus |
BaseBinaryCommand.getResponseStatus() |
static ResponseStatus |
ResponseStatus.parseShort(short value)
Get status from short value
|
static ResponseStatus |
ResponseStatus.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseBinaryCommand.setResponseStatus(ResponseStatus responseStatus) |
Copyright © 2016. All rights reserved.