| Class and Description |
|---|
| RedissonNode |
| Class and Description |
|---|
| ScanResult |
| Class and Description |
|---|
| SlotCallback |
| Class and Description |
|---|
| BaseRemoteService |
| RedissonRemoteService |
| Class and Description |
|---|
| Redisson
Main infrastructure class allows to get access
to all Redisson objects on top of Redis server.
|
| RedissonObject
Base Redisson object
|
| Class and Description |
|---|
| RedissonReference |
| Class and Description |
|---|
| RedissonCountDownLatchEntry |
| RedissonLockEntry |
| Class and Description |
|---|
| RedissonBucket |
| RedissonMap
Distributed and concurrent implementation of
ConcurrentMap
and Map |
| RedissonMapCache
Map-based cache with ability to set TTL for each entry via
RedissonMapCache.put(Object, Object, long, TimeUnit) or RedissonMapCache.putIfAbsent(Object, Object, long, TimeUnit) methods. |
| RedissonObject
Base Redisson object
|
| RedissonSet
Distributed and concurrent implementation of
Set |
| RedissonSetCache
Set-based cache with ability to set TTL for each entry via
RSetCache.add(Object, long, TimeUnit) method. |
| ScanIterator |
Copyright © 2014–2018 The Redisson Project. All rights reserved.