Uses of Interface
org.redisson.api.RListAsync
-
Packages that use RListAsync Package Description org.redisson org.redisson.api org.redisson.reactive org.redisson.rx -
-
Uses of RListAsync in org.redisson
Classes in org.redisson that implement RListAsync Modifier and Type Class Description classRedissonBlockingDeque<V>Distributed and concurrent implementation ofBlockingDeque.classRedissonBlockingQueue<V>Distributed and concurrent implementation ofBlockingQueue.classRedissonBoundedBlockingQueue<V>Distributed and concurrent implementation of boundedBlockingQueue.classRedissonDeque<V>Distributed and concurrent implementation ofQueueclassRedissonList<V>Distributed and concurrent implementation ofListclassRedissonListMultimapValues<V>List based Multimap Cache values holderclassRedissonPriorityBlockingDeque<V>Distributed and concurrent implementation of priority blocking deque.classRedissonPriorityBlockingQueue<V>Distributed and concurrent implementation ofPriorityBlockingQueue.classRedissonPriorityDeque<V>Distributed and concurrent implementation ofQueueclassRedissonPriorityQueue<V>classRedissonQueue<V>Distributed and concurrent implementation ofQueueclassRedissonRingBuffer<V>classRedissonSubList<V>Distributed and concurrent implementation ofListMethods in org.redisson that return RListAsync Modifier and Type Method Description <V> RListAsync<V>RedissonBatch. getList(String name)<V> RListAsync<V>RedissonBatch. getList(String name, Codec codec) -
Uses of RListAsync in org.redisson.api
Subinterfaces of RListAsync in org.redisson.api Modifier and Type Interface Description interfaceRList<V>Distributed and concurrent implementation ofListMethods in org.redisson.api that return RListAsync Modifier and Type Method Description <V> RListAsync<V>RBatch. getList(String name)Returns list instance by name.<V> RListAsync<V>RBatch. getList(String name, Codec codec) -
Uses of RListAsync in org.redisson.reactive
Constructors in org.redisson.reactive with parameters of type RListAsync Constructor Description RedissonListReactive(RListAsync<V> instance) -
Uses of RListAsync in org.redisson.rx
Constructors in org.redisson.rx with parameters of type RListAsync Constructor Description RedissonListRx(RListAsync<V> instance)
-