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