Uses of Interface
org.redisson.api.RMultimap
Packages that use RMultimap
-
Uses of RMultimap in org.redisson
Classes in org.redisson that implement RMultimapModifier and TypeClassDescriptionclassRedissonListMultimap<K,V> classclassRedissonMultimap<K,V> classRedissonSetMultimap<K,V> class -
Uses of RMultimap in org.redisson.api
Subinterfaces of RMultimap in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceRListMultimap<K,V> List based Multimap.interfaceRListMultimapCache<K,V> List based Multimap.interfaceRMultimapCache<K,V> Base Multimap interface.interfaceRSetMultimap<K,V> Set based Multimap.interfaceRSetMultimapCache<K,V>