Uses of Interface
net.rubyeye.xmemcached.CASOperation
Packages that use CASOperation
Package
Description
XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.
-
Uses of CASOperation in net.rubyeye.xmemcached
Methods in net.rubyeye.xmemcached with parameters of type CASOperationModifier and TypeMethodDescription<T> booleanMemcachedClient.cas(String key, int exp, CASOperation<T> operation) <T> booleanMemcachedClient.cas(String key, int exp, CASOperation<T> operation, Transcoder<T> transcoder) Cas is a check and set operation which means "store this data but only if no one else has updated since I last fetched it."<T> booleanMemcachedClient.cas(String key, int exp, GetsResponse<T> getsReponse, CASOperation<T> operation) <T> booleanMemcachedClient.cas(String key, int exp, GetsResponse<T> getsReponse, CASOperation<T> operation, Transcoder<T> transcoder) cas is a check and set operation which means "store this data but only if no one else has updated since I last fetched it."<T> booleanMemcachedClient.cas(String key, CASOperation<T> operation) <T> booleanMemcachedClient.cas(String key, GetsResponse<T> getsResponse, CASOperation<T> operation) final <T> booleanXMemcachedClient.cas(String key, int exp, CASOperation<T> operation) final <T> booleanXMemcachedClient.cas(String key, int exp, CASOperation<T> operation, Transcoder<T> transcoder) final <T> booleanXMemcachedClient.cas(String key, int exp, GetsResponse<T> getsReponse, CASOperation<T> operation) final <T> booleanXMemcachedClient.cas(String key, int exp, GetsResponse<T> getsReponse, CASOperation<T> operation, Transcoder<T> transcoder) final <T> booleanXMemcachedClient.cas(String key, CASOperation<T> operation) final <T> booleanXMemcachedClient.cas(String key, GetsResponse<T> getsReponse, CASOperation<T> operation) private final <T> booleanXMemcachedClient.cas0(String key, int exp, GetsResponse<T> getsResponse, CASOperation<T> operation, Transcoder<T> transcoder, byte[] keyBytes, boolean noreply) <T> voidMemcachedClient.casWithNoReply(String key, int exp, CASOperation<T> operation) <T> voidMemcachedClient.casWithNoReply(String key, int exp, GetsResponse<T> getsReponse, CASOperation<T> operation) cas noreply<T> voidMemcachedClient.casWithNoReply(String key, CASOperation<T> operation) <T> voidMemcachedClient.casWithNoReply(String key, GetsResponse<T> getsResponse, CASOperation<T> operation) <T> voidXMemcachedClient.casWithNoReply(String key, int exp, CASOperation<T> operation) <T> voidXMemcachedClient.casWithNoReply(String key, int exp, GetsResponse<T> getsReponse, CASOperation<T> operation) <T> voidXMemcachedClient.casWithNoReply(String key, CASOperation<T> operation) <T> voidXMemcachedClient.casWithNoReply(String key, GetsResponse<T> getsResponse, CASOperation<T> operation)