Uses of Interface
org.redisson.api.RSortableAsync
-
Packages that use RSortableAsync Package Description org.redisson org.redisson.api org.redisson.transaction -
-
Uses of RSortableAsync in org.redisson
Classes in org.redisson that implement RSortableAsync Modifier and Type Class Description class
RedissonBlockingDeque<V>
Distributed and concurrent implementation ofBlockingDeque
.class
RedissonBlockingQueue<V>
Distributed and concurrent implementation ofBlockingQueue
.class
RedissonBoundedBlockingQueue<V>
Distributed and concurrent implementation of boundedBlockingQueue
.class
RedissonDeque<V>
Distributed and concurrent implementation ofQueue
class
RedissonGeo<V>
Geospatial items holderclass
RedissonLexSortedSet
Sorted set contained values of String typeclass
RedissonList<V>
Distributed and concurrent implementation ofList
class
RedissonListMultimapValues<V>
List based Multimap Cache values holderclass
RedissonPriorityBlockingDeque<V>
Distributed and concurrent implementation of priority blocking deque.class
RedissonPriorityBlockingQueue<V>
Distributed and concurrent implementation ofPriorityBlockingQueue
.class
RedissonPriorityDeque<V>
Distributed and concurrent implementation ofQueue
class
RedissonPriorityQueue<V>
class
RedissonQueue<V>
Distributed and concurrent implementation ofQueue
class
RedissonRingBuffer<V>
class
RedissonScoredSortedSet<V>
class
RedissonSet<V>
Distributed and concurrent implementation ofSet
class
RedissonSetMultimapValues<V>
Set based Multimap Cache values holderclass
RedissonSubList<V>
Distributed and concurrent implementation ofList
-
Uses of RSortableAsync in org.redisson.api
Subinterfaces of RSortableAsync in org.redisson.api Modifier and Type Interface Description interface
RGeo<V>
Geospatial items holder.interface
RGeoAsync<V>
Geospatial items holder.interface
RList<V>
Distributed and concurrent implementation ofList
interface
RListAsync<V>
Async list functionsinterface
RScoredSortedSet<V>
Set containing elements sorted by score.interface
RScoredSortedSetAsync<V>
interface
RSet<V>
Redis based implementation ofSet
interface
RSetAsync<V>
Async set functionsinterface
RSortable<V>
-
Uses of RSortableAsync in org.redisson.transaction
Classes in org.redisson.transaction that implement RSortableAsync Modifier and Type Class Description class
RedissonTransactionalSet<V>
-