Uses of Enum Class
net.spy.memcached.ops.StatusCode
Packages that use StatusCode
-
Uses of StatusCode in net.spy.memcached.ops
Subclasses with type arguments of type StatusCode in net.spy.memcached.opsModifier and TypeClassDescriptionenumRepresents status and error codes from the binary protocol.Fields in net.spy.memcached.ops declared as StatusCodeMethods 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 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)