Uses of Interface
org.redisson.api.RSetMultimap
-
Packages that use RSetMultimap Package Description org.redisson org.redisson.api -
-
Uses of RSetMultimap in org.redisson
Classes in org.redisson that implement RSetMultimap Modifier and Type Class Description class
RedissonSetMultimap<K,V>
class
RedissonSetMultimapCache<K,V>
Methods in org.redisson that return RSetMultimap Modifier and Type Method Description <K,V>
RSetMultimap<K,V>Redisson. getSetMultimap(String name)
<K,V>
RSetMultimap<K,V>Redisson. getSetMultimap(String name, Codec codec)
-
Uses of RSetMultimap in org.redisson.api
Subinterfaces of RSetMultimap in org.redisson.api Modifier and Type Interface Description interface
RSetMultimapCache<K,V>
Methods in org.redisson.api that return RSetMultimap Modifier and Type Method Description <K,V>
RSetMultimap<K,V>RedissonClient. getSetMultimap(String name)
Returns Set based Multimap instance by name.<K,V>
RSetMultimap<K,V>RedissonClient. getSetMultimap(String name, Codec codec)
Returns Set based Multimap instance by name using provided codec for both map keys and values.
-