Uses of Enum Class
net.spy.memcached.ops.StatusCode
Packages that use StatusCode
-
Uses of StatusCode in net.spy.memcached.ops
Fields in net.spy.memcached.ops declared as StatusCodeMethods in net.spy.memcached.ops that return StatusCodeModifier and TypeMethodDescriptionstatic StatusCode
StatusCode.fromAsciiLine
(String line) static StatusCode
StatusCode.fromBinaryCode
(int code) OperationStatus.getStatusCode()
Get the status code associated with the operation status.static StatusCode
Returns the enum constant of this class with the specified name.static StatusCode[]
StatusCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.spy.memcached.ops with parameters of type StatusCodeModifierConstructorDescriptionCASOperationStatus
(boolean success, String msg, CASResponse cres, StatusCode code) OperationStatus
(boolean success, String msg, StatusCode code)