Uses of Interface
org.redisson.api.RListReactive
-
Packages that use RListReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RListReactive in org.redisson
Methods in org.redisson that return RListReactive Modifier and Type Method Description <V> RListReactive<V>
RedissonReactive. getList(String name)
<V> RListReactive<V>
RedissonReactive. getList(String name, Codec codec)
-
Uses of RListReactive in org.redisson.api
Methods in org.redisson.api that return RListReactive Modifier and Type Method Description RListReactive<V>
RListMultimapReactive. get(K key)
Returns a view List of the values associated withkey
in this multimap, if any.<V> RListReactive<V>
RBatchReactive. getList(String name)
Returns list instance by name.<V> RListReactive<V>
RBatchReactive. getList(String name, Codec codec)
<V> RListReactive<V>
RedissonReactiveClient. getList(String name)
Returns list instance by name.<V> RListReactive<V>
RedissonReactiveClient. getList(String name, Codec codec)
Returns list instance by name using provided codec for list objects. -
Uses of RListReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RListReactive Modifier and Type Method Description RListReactive<V>
RedissonListMultimapReactive. get(K key)
<V> RListReactive<V>
RedissonBatchReactive. getList(String name)
<V> RListReactive<V>
RedissonBatchReactive. getList(String name, Codec codec)
-