Uses of Enum
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> CASResponseMemcachedClient.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> CASResponseMemcachedClient.cas(String key, long casId, T value, Transcoder<T> tc) Perform a synchronous CAS operation.<T> CASResponseMemcachedClientIF.cas(String key, long casId, int exp, T value, Transcoder<T> tc) <T> CASResponseMemcachedClientIF.cas(String key, long casId, T value, Transcoder<T> tc) static CASResponseReturns the enum constant of this type with the specified name.static CASResponse[]CASResponse.values()Returns an array containing the constants of this enum type, 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
Methods 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)