Uses of Interface
org.redisson.api.RBloomFilterReactive
Packages that use RBloomFilterReactive
-
Uses of RBloomFilterReactive in org.redisson
Methods in org.redisson that return RBloomFilterReactiveModifier and TypeMethodDescription<V> RBloomFilterReactive<V> RedissonReactive.getBloomFilter(String name) <V> RBloomFilterReactive<V> RedissonReactive.getBloomFilter(String name, Codec codec) <V> RBloomFilterReactive<V> RedissonReactive.getBloomFilter(PlainOptions options) -
Uses of RBloomFilterReactive in org.redisson.api
Methods in org.redisson.api that return RBloomFilterReactiveModifier and TypeMethodDescription<V> RBloomFilterReactive<V> RedissonReactiveClient.getBloomFilter(String name) Returns bloom filter instance by name.<V> RBloomFilterReactive<V> RedissonReactiveClient.getBloomFilter(String name, Codec codec) Returns bloom filter instance by name using provided codec for objects.<V> RBloomFilterReactive<V> RedissonReactiveClient.getBloomFilter(PlainOptions options) Returns bloom filter instance with specifiedoptions.