Uses of Interface
org.redisson.api.RScoredSortedSet
-
Packages that use RScoredSortedSet Package Description org.redisson org.redisson.api -
-
Uses of RScoredSortedSet in org.redisson
Classes in org.redisson that implement RScoredSortedSet Modifier and Type Class Description classRedissonGeo<V>Geospatial items holderclassRedissonLexSortedSetSorted set contained values of String typeclassRedissonScoredSortedSet<V>Methods in org.redisson that return RScoredSortedSet Modifier and Type Method Description <V> RScoredSortedSet<V>Redisson. getScoredSortedSet(String name)<V> RScoredSortedSet<V>Redisson. getScoredSortedSet(String name, Codec codec) -
Uses of RScoredSortedSet in org.redisson.api
Subinterfaces of RScoredSortedSet in org.redisson.api Modifier and Type Interface Description interfaceRGeo<V>Geospatial items holder.Methods in org.redisson.api that return RScoredSortedSet Modifier and Type Method Description <V> RScoredSortedSet<V>RedissonClient. getScoredSortedSet(String name)Returns Redis Sorted Set instance by name.<V> RScoredSortedSet<V>RedissonClient. getScoredSortedSet(String name, Codec codec)Returns Redis Sorted Set instance by name using provided codec for sorted set objects.
-