Uses of Interface
org.redisson.api.RSortedSet
Packages that use RSortedSet
-
Uses of RSortedSet in org.redisson
Classes in org.redisson that implement RSortedSetModifier and TypeClassDescriptionclassSorted set contained values of String typeclassMethods in org.redisson that return RSortedSetModifier and TypeMethodDescription<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.apiModifier and TypeInterfaceDescriptioninterfaceSorted set contained values of String typeMethods in org.redisson.api that return RSortedSetModifier and TypeMethodDescription<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.