Package | Description |
---|---|
net.spy.memcached.ops |
Fundamental protocol operation interfaces
|
Modifier and Type | Method and Description |
---|---|
static StatusCode |
StatusCode.fromAsciiLine(String line) |
static StatusCode |
StatusCode.fromBinaryCode(int code) |
StatusCode |
OperationStatus.getStatusCode()
Get the status code associated with the operation status.
|
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CASOperationStatus(boolean success,
String msg,
CASResponse cres,
StatusCode code) |
OperationStatus(boolean success,
String msg,
StatusCode code) |
Copyright © 2016. All rights reserved.