|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CASValue | |
|---|---|
| net.spy.memcached | Memcached client and transformation utils |
| Uses of CASValue in net.spy.memcached |
|---|
| Methods in net.spy.memcached that return CASValue | ||
|---|---|---|
CASValue<Object> |
MemcachedClient.getAndLock(String key,
int exp)
Get and lock with a single key and decode using the default transcoder. |
|
CASValue<Object> |
MemcachedClientIF.getAndLock(String key,
int exp)
|
|
|
MemcachedClient.getAndLock(String key,
int exp,
Transcoder<T> tc)
Getl with a single key. |
|
|
MemcachedClientIF.getAndLock(String key,
int exp,
Transcoder<T> tc)
|
|
CASValue<Object> |
MemcachedClient.getAndTouch(String key,
int exp)
Get a single key and reset its expiration using the default transcoder. |
|
CASValue<Object> |
MemcachedClientIF.getAndTouch(String key,
int exp)
|
|
|
MemcachedClient.getAndTouch(String key,
int exp,
Transcoder<T> tc)
Get with a single key and reset its expiration. |
|
|
MemcachedClientIF.getAndTouch(String key,
int exp,
Transcoder<T> tc)
|
|
CASValue<Object> |
MemcachedClient.gets(String key)
Gets (with CAS support) with a single key using the default transcoder. |
|
CASValue<Object> |
MemcachedClientIF.gets(String key)
|
|
|
MemcachedClient.gets(String key,
Transcoder<T> tc)
Gets (with CAS support) with a single key. |
|
|
MemcachedClientIF.gets(String key,
Transcoder<T> tc)
|
|
| Methods in net.spy.memcached that return types with arguments of type CASValue | ||
|---|---|---|
OperationFuture<CASValue<Object>> |
MemcachedClient.asyncGetAndLock(String key,
int exp)
Get and lock the given key asynchronously and decode with the default transcoder. |
|
Future<CASValue<Object>> |
MemcachedClientIF.asyncGetAndLock(String key,
int exp)
|
|
|
MemcachedClient.asyncGetAndLock(String key,
int exp,
Transcoder<T> tc)
Gets and locks the given key asynchronously. |
|
|
MemcachedClientIF.asyncGetAndLock(String key,
int exp,
Transcoder<T> tc)
|
|
OperationFuture<CASValue<Object>> |
MemcachedClient.asyncGetAndTouch(String key,
int exp)
Get the given key to reset its expiration time. |
|
Future<CASValue<Object>> |
MemcachedClientIF.asyncGetAndTouch(String key,
int exp)
|
|
|
MemcachedClient.asyncGetAndTouch(String key,
int exp,
Transcoder<T> tc)
Get the given key to reset its expiration time. |
|
|
MemcachedClientIF.asyncGetAndTouch(String key,
int exp,
Transcoder<T> tc)
|
|
OperationFuture<CASValue<Object>> |
MemcachedClient.asyncGets(String key)
Gets (with CAS support) the given key asynchronously and decode using the default transcoder. |
|
Future<CASValue<Object>> |
MemcachedClientIF.asyncGets(String key)
|
|
|
MemcachedClient.asyncGets(String key,
Transcoder<T> tc)
Gets (with CAS support) the given key asynchronously. |
|
|
MemcachedClientIF.asyncGets(String key,
Transcoder<T> tc)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||