Uses of Interface
org.redisson.api.RScoredSortedSetReactive
-
Packages that use RScoredSortedSetReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RScoredSortedSetReactive in org.redisson
Methods in org.redisson that return RScoredSortedSetReactive Modifier and Type Method Description <V> RScoredSortedSetReactive<V>RedissonReactive. getScoredSortedSet(String name)<V> RScoredSortedSetReactive<V>RedissonReactive. getScoredSortedSet(String name, Codec codec) -
Uses of RScoredSortedSetReactive in org.redisson.api
Subinterfaces of RScoredSortedSetReactive in org.redisson.api Modifier and Type Interface Description interfaceRGeoReactive<V>Geospatial items holder.interfaceRLexSortedSetReactiveReactive interface for sorted set contained values of String type.Methods in org.redisson.api that return RScoredSortedSetReactive Modifier and Type Method Description <V> RScoredSortedSetReactive<V>RBatchReactive. getScoredSortedSet(String name)Returns Redis Sorted Set instance by name<V> RScoredSortedSetReactive<V>RBatchReactive. getScoredSortedSet(String name, Codec codec)<V> RScoredSortedSetReactive<V>RedissonReactiveClient. getScoredSortedSet(String name)Returns Redis Sorted Set instance by name.<V> RScoredSortedSetReactive<V>RedissonReactiveClient. getScoredSortedSet(String name, Codec codec)Returns Redis Sorted Set instance by name using provided codec for sorted set objects. -
Uses of RScoredSortedSetReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RScoredSortedSetReactive Modifier and Type Method Description <V> RScoredSortedSetReactive<V>RedissonBatchReactive. getScoredSortedSet(String name)<V> RScoredSortedSetReactive<V>RedissonBatchReactive. getScoredSortedSet(String name, Codec codec)
-