Uses of Interface
org.redisson.api.RMultimapAsync
Packages that use RMultimapAsync
-
Uses of RMultimapAsync in org.redisson
Classes in org.redisson that implement RMultimapAsyncModifier and TypeClassDescriptionclassRedissonListMultimap<K,V> classclassclassRedissonMultimap<K,V> classRedissonSetMultimap<K,V> classclassMethods in org.redisson that return RMultimapAsyncModifier and TypeMethodDescription<K,V> RMultimapAsync <K, V> RedissonBatch.getListMultimap(String name) <K,V> RMultimapAsync <K, V> RedissonBatch.getListMultimap(String name, Codec codec) <K,V> RMultimapAsync <K, V> RedissonBatch.getSetMultimap(String name) <K,V> RMultimapAsync <K, V> RedissonBatch.getSetMultimap(String name, Codec codec) -
Uses of RMultimapAsync in org.redisson.api
Subinterfaces of RMultimapAsync in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceRListMultimap<K,V> List based Multimap.interfaceRListMultimapCache<K,V> List based Multimap.interfaceList based Multimap with ability to set TTL per entry.interfaceRMultimap<K,V> Base Multimap interface.interfaceRMultimapCache<K,V> Base Multimap interface.interfaceRMultimapCacheAsync<K,V> Base asynchronous Multimap interface.interfaceRSetMultimap<K,V> Set based Multimap.interfaceRSetMultimapCache<K,V> interfaceSet based Multimap with ability to set TTL per entry.Methods in org.redisson.api that return RMultimapAsyncModifier and TypeMethodDescription<K,V> RMultimapAsync <K, V> RBatch.getListMultimap(String name) Returns List based MultiMap instance by name.<K,V> RMultimapAsync <K, V> RBatch.getListMultimap(String name, Codec codec) Returns List based MultiMap instance by name using provided codec for both map keys and values.<K,V> RMultimapAsync <K, V> RBatch.getSetMultimap(String name) Returns Set based MultiMap instance by name.<K,V> RMultimapAsync <K, V> RBatch.getSetMultimap(String name, Codec codec) Returns Set based MultiMap instance by name using provided codec for both map keys and values.