Uses of Enum Class
net.spy.memcached.CASResponse
Packages that use CASResponse
Package
Description
Memcached client and transformation utils
Fundamental protocol operation interfaces
-
Uses of CASResponse in net.spy.memcached
Methods in net.spy.memcached that return CASResponseModifier and TypeMethodDescriptionPerform a synchronous CAS operation with the default transcoder.<T> CASResponse
MemcachedClient.cas
(String key, long casId, int exp, T value, Transcoder<T> tc) Perform a synchronous CAS operation.Perform a synchronous CAS operation with the default transcoder.<T> CASResponse
MemcachedClient.cas
(String key, long casId, T value, Transcoder<T> tc) Perform a synchronous CAS operation.<T> CASResponse
MemcachedClientIF.cas
(String key, long casId, int exp, T value, Transcoder<T> tc) <T> CASResponse
MemcachedClientIF.cas
(String key, long casId, T value, Transcoder<T> tc) static CASResponse
Returns the enum constant of this class with the specified name.static CASResponse[]
CASResponse.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.spy.memcached that return types with arguments of type CASResponseModifier and TypeMethodDescriptionAsynchronous CAS operation using the default transcoder with expiration.MemcachedClient.asyncCAS
(String key, long casId, int exp, T value, Transcoder<T> tc) Asynchronous CAS operation.Asynchronous CAS operation using the default transcoder.MemcachedClient.asyncCAS
(String key, long casId, T value, Transcoder<T> tc) Asynchronous CAS operation.MemcachedClientIF.asyncCAS
(String key, long casId, int exp, T value, Transcoder<T> tc) <T> Future
<CASResponse> MemcachedClientIF.asyncCAS
(String key, long casId, T value, Transcoder<T> tc) -
Uses of CASResponse in net.spy.memcached.ops
Fields in net.spy.memcached.ops declared as CASResponseMethods in net.spy.memcached.ops that return CASResponseModifier and TypeMethodDescriptionCASOperationStatus.getCASResponse()
Get the CAS response indicated here.Constructors in net.spy.memcached.ops with parameters of type CASResponseModifierConstructorDescriptionCASOperationStatus
(boolean success, String msg, CASResponse cres, StatusCode code)