Package net.spy.memcached.ops
Class CASOperationStatus
java.lang.Object
net.spy.memcached.ops.OperationStatus
net.spy.memcached.ops.CASOperationStatus
OperationStatus subclass for indicating CAS status.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCASOperationStatus
(boolean success, String msg, CASResponse cres, StatusCode code) -
Method Summary
Modifier and TypeMethodDescriptionGet the CAS response indicated here.Methods inherited from class net.spy.memcached.ops.OperationStatus
getMessage, getStatusCode, isSuccess, toString
-
Field Details
-
casResponse
-
-
Constructor Details
-
CASOperationStatus
-
-
Method Details
-
getCASResponse
Get the CAS response indicated here.
-