Interface AsyncMemcacheService
- All Superinterfaces:
BaseMemcacheService
An asynchronous version of
MemcacheService. All methods return
immediately and provide Futures as their return values.-
Method Summary
Modifier and TypeMethodDescriptionclearAll()deleteAll(Collection<T> keys) deleteAll(Collection<T> keys, long millisNoReAdd) getAll(Collection<T> keys) getIdentifiable(Object key) getIdentifiables(Collection<T> keys) getItemForPeek(Object key) <T> Future<Map<T, MemcacheService.ItemForPeek>> getItemsForPeek(Collection<T> keys) incrementAll(Collection<T> keys, long delta) incrementAll(Collection<T> keys, long delta, Long initialValue) incrementAll(Map<T, Long> offsets) incrementAll(Map<T, Long> offsets, Long initialValue) put(Object key, Object value, Expiration expires) put(Object key, Object value, Expiration expires, MemcacheService.SetPolicy policy) putAll(Map<?, ?> values, Expiration expires) putAll(Map<T, ?> values, Expiration expires, MemcacheService.SetPolicy policy) putIfUntouched(Object key, MemcacheService.IdentifiableValue oldValue, Object newValue) putIfUntouched(Object key, MemcacheService.IdentifiableValue oldValue, Object newValue, Expiration expires) putIfUntouched(Map<T, MemcacheService.CasValues> values) putIfUntouched(Map<T, MemcacheService.CasValues> values, Expiration expiration) Methods inherited from interface com.google.appengine.api.memcache.BaseMemcacheService
getErrorHandler, getNamespace, setErrorHandler
-
Method Details
-
get
- See Also:
-
getIdentifiable
- See Also:
-
getIdentifiables
- See Also:
-
getItemForPeek
- See Also:
-
getItemsForPeek
- See Also:
-
contains
- See Also:
-
getAll
- See Also:
-
put
- See Also:
-
put
- See Also:
-
put
- See Also:
-
putAll
- See Also:
-
putAll
- See Also:
-
putAll
- See Also:
-
putIfUntouched
Future<Boolean> putIfUntouched(Object key, MemcacheService.IdentifiableValue oldValue, Object newValue, Expiration expires) - See Also:
-
putIfUntouched
Future<Boolean> putIfUntouched(Object key, MemcacheService.IdentifiableValue oldValue, Object newValue) - See Also:
-
putIfUntouched
- See Also:
-
putIfUntouched
- See Also:
-
delete
- See Also:
-
delete
- See Also:
-
deleteAll
- See Also:
-
deleteAll
- See Also:
-
increment
- See Also:
-
increment
- See Also:
-
incrementAll
- See Also:
-
incrementAll
- See Also:
-
incrementAll
- See Also:
-
incrementAll
- See Also:
-
clearAll
- See Also:
-
getStatistics
- See Also:
-