Uses of Interface
org.redisson.api.RScoredSortedSetAsync
-
Packages that use RScoredSortedSetAsync Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RScoredSortedSetAsync in org.redisson
Classes in org.redisson that implement RScoredSortedSetAsync Modifier and Type Class Description classRedissonGeo<V>Geospatial items holderclassRedissonLexSortedSetSorted set contained values of String typeclassRedissonScoredSortedSet<V>Methods in org.redisson that return RScoredSortedSetAsync Modifier and Type Method Description <V> RScoredSortedSetAsync<V>RedissonBatch. getScoredSortedSet(String name)<V> RScoredSortedSetAsync<V>RedissonBatch. getScoredSortedSet(String name, Codec codec) -
Uses of RScoredSortedSetAsync in org.redisson.api
Subinterfaces of RScoredSortedSetAsync in org.redisson.api Modifier and Type Interface Description interfaceRGeo<V>Geospatial items holder.interfaceRGeoAsync<V>Geospatial items holder.interfaceRScoredSortedSet<V>Set containing elements sorted by score.Methods in org.redisson.api that return RScoredSortedSetAsync Modifier and Type Method Description <V> RScoredSortedSetAsync<V>RBatch. getScoredSortedSet(String name)Returns Redis Sorted Set instance by name<V> RScoredSortedSetAsync<V>RBatch. getScoredSortedSet(String name, Codec codec) -
Uses of RScoredSortedSetAsync in org.redisson.rx
Constructors in org.redisson.rx with parameters of type RScoredSortedSetAsync Constructor Description RedissonScoredSortedSetRx(RScoredSortedSetAsync<V> instance)
-