Uses of Interface
org.redisson.api.RMultimap
-
Packages that use RMultimap Package Description org.redisson org.redisson.api -
-
Uses of RMultimap in org.redisson
Classes in org.redisson that implement RMultimap Modifier and Type Class Description class
RedissonListMultimap<K,V>
class
RedissonListMultimapCache<K,V>
class
RedissonMultimap<K,V>
class
RedissonSetMultimap<K,V>
class
RedissonSetMultimapCache<K,V>
-
Uses of RMultimap in org.redisson.api
Subinterfaces of RMultimap in org.redisson.api Modifier and Type Interface Description interface
RListMultimap<K,V>
List based Multimap.interface
RListMultimapCache<K,V>
List based Multimap.interface
RMultimapCache<K,V>
Base Multimap interface.interface
RSetMultimap<K,V>
Set based Multimap.interface
RSetMultimapCache<K,V>
-