Uses of Class
net.spy.memcached.ops.StatusCode
-
Packages that use StatusCode Package Description net.spy.memcached.ops Fundamental protocol operation interfaces -
-
Uses of StatusCode in net.spy.memcached.ops
Fields in net.spy.memcached.ops declared as StatusCode Modifier and Type Field Description private StatusCode
OperationStatus. statusCode
Methods in net.spy.memcached.ops that return StatusCode Modifier and Type Method Description static StatusCode
StatusCode. fromAsciiLine(java.lang.String line)
static StatusCode
StatusCode. fromBinaryCode(int code)
StatusCode
OperationStatus. getStatusCode()
Get the status code associated with the operation status.static StatusCode
StatusCode. valueOf(java.lang.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.Constructors in net.spy.memcached.ops with parameters of type StatusCode Constructor Description CASOperationStatus(boolean success, java.lang.String msg, CASResponse cres, StatusCode code)
OperationStatus(boolean success, java.lang.String msg, StatusCode code)
-