Uses of Class
org.redisson.RedissonMap
-
Packages that use RedissonMap Package Description org.redisson org.redisson.iterator org.redisson.reactive org.redisson.rx org.redisson.transaction -
-
Uses of RedissonMap in org.redisson
Subclasses of RedissonMap in org.redisson Modifier and Type Class Description classRedissonLocalCachedMap<K,V>classRedissonMapCache<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. -
Uses of RedissonMap in org.redisson.iterator
Constructors in org.redisson.iterator with parameters of type RedissonMap Constructor Description RedissonMapIterator(RedissonMap map, String pattern, int count) -
Uses of RedissonMap in org.redisson.reactive
Constructors in org.redisson.reactive with parameters of type RedissonMap Constructor Description MapReactiveIterator(RedissonMap<K,V> map, String pattern, int count) -
Uses of RedissonMap in org.redisson.rx
Constructors in org.redisson.rx with parameters of type RedissonMap Constructor Description RedissonMapRxIterator(RedissonMap<K,V> map, String pattern, int count) -
Uses of RedissonMap in org.redisson.transaction
Subclasses of RedissonMap in org.redisson.transaction Modifier and Type Class Description classRedissonTransactionalLocalCachedMap<K,V>classRedissonTransactionalMap<K,V>classRedissonTransactionalMapCache<K,V>
-