Uses of Interface
org.redisson.api.RSetMultimap
Packages that use RSetMultimap
-
Uses of RSetMultimap in org.redisson
Classes in org.redisson that implement RSetMultimapMethods in org.redisson that return RSetMultimapModifier and TypeMethodDescription<K,V> RSetMultimap <K, V> Redisson.getSetMultimap(String name) <K,V> RSetMultimap <K, V> Redisson.getSetMultimap(String name, Codec codec) <K,V> RSetMultimap <K, V> Redisson.getSetMultimap(PlainOptions options) -
Uses of RSetMultimap in org.redisson.api
Subinterfaces of RSetMultimap in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceRSetMultimapCache<K,V> interfaceSet based Multimap with ability to set TTL per entry.Methods in org.redisson.api that return RSetMultimapModifier and TypeMethodDescription<K,V> RSetMultimap <K, V> RedissonClient.getSetMultimap(String name) Returns Set based Multimap instance by name.<K,V> RSetMultimap <K, V> RedissonClient.getSetMultimap(String name, Codec codec) Returns Set based Multimap instance by name using provided codec for both map keys and values.<K,V> RSetMultimap <K, V> RedissonClient.getSetMultimap(PlainOptions options) Returns Set based Multimap instance with specifiedoptions. -
Uses of RSetMultimap in org.redisson.reactive
Constructors in org.redisson.reactive with parameters of type RSetMultimapModifierConstructorDescriptionRedissonSetMultimapCacheReactive(RSetMultimap<K, V> instance, CommandReactiveExecutor commandExecutor, RedissonReactiveClient redisson) -
Uses of RSetMultimap in org.redisson.rx
Constructors in org.redisson.rx with parameters of type RSetMultimapModifierConstructorDescriptionRedissonSetMultimapRx(RSetMultimap<K, V> instance, CommandRxExecutor commandExecutor, RedissonRxClient redisson)