Package net.spy.memcached.ops
Class CASOperationStatus
- java.lang.Object
-
- net.spy.memcached.ops.OperationStatus
-
- net.spy.memcached.ops.CASOperationStatus
-
public class CASOperationStatus extends OperationStatus
OperationStatus subclass for indicating CAS status.
-
-
Field Summary
Fields Modifier and Type Field Description private CASResponse
casResponse
-
Constructor Summary
Constructors Constructor Description CASOperationStatus(boolean success, java.lang.String msg, CASResponse cres, StatusCode code)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CASResponse
getCASResponse()
Get the CAS response indicated here.-
Methods inherited from class net.spy.memcached.ops.OperationStatus
getMessage, getStatusCode, isSuccess, toString
-
-
-
-
Field Detail
-
casResponse
private final CASResponse casResponse
-
-
Constructor Detail
-
CASOperationStatus
public CASOperationStatus(boolean success, java.lang.String msg, CASResponse cres, StatusCode code)
-
-
Method Detail
-
getCASResponse
public CASResponse getCASResponse()
Get the CAS response indicated here.
-
-