Uses of Enum
net.spy.memcached.ops.StatusCode
Packages that use StatusCode
-
Uses of StatusCode in net.spy.memcached.ops
Methods in net.spy.memcached.ops that return StatusCodeModifier and TypeMethodDescriptionstatic StatusCodeStatusCode.fromAsciiLine(String line) static StatusCodeStatusCode.fromBinaryCode(int code) OperationStatus.getStatusCode()Get the status code associated with the operation status.static StatusCodeReturns 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 StatusCodeModifierConstructorDescriptionCASOperationStatus(boolean success, String msg, CASResponse cres, StatusCode code) OperationStatus(boolean success, String msg, StatusCode code)