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 class
RedissonGeo<V>
Geospatial items holderclass
RedissonLexSortedSet
Sorted set contained values of String typeclass
RedissonScoredSortedSet<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 interface
RGeo<V>
Geospatial items holder.interface
RGeoAsync<V>
Geospatial items holder.interface
RScoredSortedSet<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)
-