Uses of Interface
org.redisson.api.RListRx
-
Packages that use RListRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RListRx in org.redisson
Methods in org.redisson that return RListRx Modifier and Type Method Description <V> RListRx<V>
RedissonRx. getList(String name)
<V> RListRx<V>
RedissonRx. getList(String name, Codec codec)
-
Uses of RListRx in org.redisson.api
Methods in org.redisson.api that return RListRx Modifier and Type Method Description RListRx<V>
RListMultimapRx. get(K key)
Returns a view List of the values associated withkey
in this multimap, if any.<V> RListRx<V>
RBatchRx. getList(String name)
Returns list instance by name.<V> RListRx<V>
RBatchRx. getList(String name, Codec codec)
<V> RListRx<V>
RedissonRxClient. getList(String name)
Returns list instance by name.<V> RListRx<V>
RedissonRxClient. getList(String name, Codec codec)
Returns list instance by name using provided codec for list objects. -
Uses of RListRx in org.redisson.rx
Methods in org.redisson.rx that return RListRx Modifier and Type Method Description RListRx<V>
RedissonListMultimapCacheRx. get(K key)
RListRx<V>
RedissonListMultimapRx. get(K key)
<V> RListRx<V>
RedissonBatchRx. getList(String name)
<V> RListRx<V>
RedissonBatchRx. getList(String name, Codec codec)
-