Uses of Interface
org.redisson.api.RScoredSortedSetRx
Packages that use RScoredSortedSetRx
-
Uses of RScoredSortedSetRx in org.redisson
Methods in org.redisson that return RScoredSortedSetRxModifier and TypeMethodDescription<V> RScoredSortedSetRx<V> RedissonRx.getScoredSortedSet(String name) <V> RScoredSortedSetRx<V> RedissonRx.getScoredSortedSet(String name, Codec codec) <V> RScoredSortedSetRx<V> RedissonRx.getScoredSortedSet(PlainOptions options) -
Uses of RScoredSortedSetRx in org.redisson.api
Subinterfaces of RScoredSortedSetRx in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceRGeoRx<V>Geospatial items holder.interfaceRxJava2 interface for sorted set contained values of String type.Methods in org.redisson.api that return RScoredSortedSetRxModifier and TypeMethodDescription<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.<V> RScoredSortedSetRx<V> RedissonRxClient.getScoredSortedSet(PlainOptions options) Returns Redis Sorted Set instance with specifiedoptions. -
Uses of RScoredSortedSetRx in org.redisson.rx
Methods in org.redisson.rx that return RScoredSortedSetRxModifier and TypeMethodDescription<V> RScoredSortedSetRx<V> RedissonBatchRx.getScoredSortedSet(String name) <V> RScoredSortedSetRx<V> RedissonBatchRx.getScoredSortedSet(String name, Codec codec)