Uses of Interface
org.redisson.api.RMapAsync
Packages that use RMapAsync
-
Uses of RMapAsync in org.redisson
Classes in org.redisson that implement RMapAsyncModifier and TypeClassDescriptionclassclassRedissonMap<K,V> Distributed and concurrent implementation ofConcurrentMapandMapclassRedissonMapCache<K,V> Map-based cache with ability to set TTL for each entry viaRedissonMapCache.put(Object, Object, long, TimeUnit)orRedissonMapCache.putIfAbsent(Object, Object, long, TimeUnit)methods.Methods in org.redisson that return RMapAsync -
Uses of RMapAsync in org.redisson.api
Subinterfaces of RMapAsync in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceRLocalCachedMap<K,V> Map object with local entry cache support.interfaceRMap<K,V> Redis based implementation ofConcurrentMapandMapinterfaceRMapCache<K,V> Map-based cache with ability to set TTL for each entry viaRMapCache.put(Object, Object, long, TimeUnit)orRMapCache.putIfAbsent(Object, Object, long, TimeUnit)And therefore has an complex lua-scripts inside.interfaceRMapCacheAsync<K,V> Map-based cache with ability to set TTL for each entry viaRMapCache.put(Object, Object, long, TimeUnit)orRMapCache.putIfAbsent(Object, Object, long, TimeUnit)And therefore has an complex lua-scripts inside.Methods in org.redisson.api that return RMapAsync -
Uses of RMapAsync in org.redisson.transaction
Classes in org.redisson.transaction that implement RMapAsyncModifier and TypeClassDescriptionclassclassclass