Uses of Interface
org.redisson.api.RScoredSortedSetRx
-
Packages that use RScoredSortedSetRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RScoredSortedSetRx in org.redisson
Methods in org.redisson that return RScoredSortedSetRx Modifier and Type Method Description <V> RScoredSortedSetRx<V>
RedissonRx. getScoredSortedSet(String name)
<V> RScoredSortedSetRx<V>
RedissonRx. getScoredSortedSet(String name, Codec codec)
-
Uses of RScoredSortedSetRx in org.redisson.api
Subinterfaces of RScoredSortedSetRx in org.redisson.api Modifier and Type Interface Description interface
RGeoRx<V>
Geospatial items holder.interface
RLexSortedSetRx
RxJava2 interface for sorted set contained values of String type.Methods in org.redisson.api that return RScoredSortedSetRx Modifier and Type Method Description <V> RScoredSortedSetRx<V>
RBatchRx. getScoredSortedSet(String name)
Returns Redis Sorted Set instance by name<V> RScoredSortedSetRx<V>
RBatchRx. getScoredSortedSet(String name, Codec codec)
<V> RScoredSortedSetRx<V>
RedissonRxClient. getScoredSortedSet(String name)
Returns Redis Sorted Set instance by name.<V> RScoredSortedSetRx<V>
RedissonRxClient. getScoredSortedSet(String name, Codec codec)
Returns Redis Sorted Set instance by name using provided codec for sorted set objects. -
Uses of RScoredSortedSetRx in org.redisson.rx
Methods in org.redisson.rx that return RScoredSortedSetRx Modifier and Type Method Description <V> RScoredSortedSetRx<V>
RedissonBatchRx. getScoredSortedSet(String name)
<V> RScoredSortedSetRx<V>
RedissonBatchRx. getScoredSortedSet(String name, Codec codec)
-