Uses of Interface
org.redisson.api.RSetMultimapReactive
Packages that use RSetMultimapReactive
-
Uses of RSetMultimapReactive in org.redisson
Methods in org.redisson that return RSetMultimapReactiveModifier and TypeMethodDescription<K,V> RSetMultimapReactive <K, V> RedissonReactive.getSetMultimap(String name) <K,V> RSetMultimapReactive <K, V> RedissonReactive.getSetMultimap(String name, Codec codec) <K,V> RSetMultimapReactive <K, V> RedissonReactive.getSetMultimap(PlainOptions options) -
Uses of RSetMultimapReactive in org.redisson.api
Subinterfaces of RSetMultimapReactive in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceSet based Multimap with ability to set TTL per entry.interfaceReactive interface forRSetMultimapCacheobject.Methods in org.redisson.api that return RSetMultimapReactiveModifier and TypeMethodDescription<K,V> RSetMultimapReactive <K, V> RBatchReactive.getSetMultimap(String name) Returns Set based Multimap instance by name.<K,V> RSetMultimapReactive <K, V> RBatchReactive.getSetMultimap(String name, Codec codec) Returns Set based Multimap instance by name using provided codec for both map keys and values.<K,V> RSetMultimapReactive <K, V> RedissonReactiveClient.getSetMultimap(String name) Returns Set based Multimap instance by name.<K,V> RSetMultimapReactive <K, V> RedissonReactiveClient.getSetMultimap(String name, Codec codec) Returns Set based Multimap instance by name using provided codec for both map keys and values.<K,V> RSetMultimapReactive <K, V> RedissonReactiveClient.getSetMultimap(PlainOptions options) Returns Set based Multimap instance with specifiedoptions. -
Uses of RSetMultimapReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RSetMultimapReactiveModifier and TypeMethodDescription<K,V> RSetMultimapReactive <K, V> RedissonBatchReactive.getSetMultimap(String name) <K,V> RSetMultimapReactive <K, V> RedissonBatchReactive.getSetMultimap(String name, Codec codec)