Uses of Interface
org.redisson.api.RSortedSet
-
Packages that use RSortedSet Package Description org.redisson org.redisson.api -
-
Uses of RSortedSet in org.redisson
Classes in org.redisson that implement RSortedSet Modifier and Type Class Description class
RedissonLexSortedSet
Sorted set contained values of String typeclass
RedissonSortedSet<V>
Methods in org.redisson that return RSortedSet Modifier and Type Method Description <V> RSortedSet<V>
Redisson. getSortedSet(String name)
<V> RSortedSet<V>
Redisson. getSortedSet(String name, Codec codec)
-
Uses of RSortedSet in org.redisson.api
Subinterfaces of RSortedSet in org.redisson.api Modifier and Type Interface Description interface
RLexSortedSet
Sorted set contained values of String typeMethods in org.redisson.api that return RSortedSet Modifier and Type Method Description <V> RSortedSet<V>
RedissonClient. getSortedSet(String name)
Returns sorted set instance by name.<V> RSortedSet<V>
RedissonClient. getSortedSet(String name, Codec codec)
Returns sorted set instance by name using provided codec for sorted set objects.
-