Uses of Class
com.redis.lettucemod.bloom.LongScoredValue
Packages that use LongScoredValue
Package
Description
-
Uses of LongScoredValue in com.redis.lettucemod
Methods in com.redis.lettucemod with parameters of type LongScoredValueModifier and TypeMethodDescriptionRedisModulesAsyncCommandsImpl.cmsIncrBy(K key, LongScoredValue<V>... itemIncrements) reactor.core.publisher.Flux<Long>RedisModulesReactiveCommandsImpl.cmsIncrBy(K key, LongScoredValue<V>... itemIncrements) io.lettuce.core.RedisFuture<String>RedisModulesAsyncCommandsImpl.cmsMerge(K destKey, LongScoredValue<K>... sourceKeyWeights) reactor.core.publisher.Mono<String>RedisModulesReactiveCommandsImpl.cmsMerge(K destKey, LongScoredValue<K>... sourceKeyWeights) RedisModulesAsyncCommandsImpl.topKIncrBy(K key, LongScoredValue<V>... itemIncrements) reactor.core.publisher.Flux<io.lettuce.core.Value<V>>RedisModulesReactiveCommandsImpl.topKIncrBy(K key, LongScoredValue<V>... itemIncrements) -
Uses of LongScoredValue in com.redis.lettucemod.api.async
Methods in com.redis.lettucemod.api.async with parameters of type LongScoredValueModifier and TypeMethodDescriptionRedisBloomAsyncCommands.cmsIncrBy(K key, LongScoredValue<V>... itemIncrements) io.lettuce.core.RedisFuture<String>RedisBloomAsyncCommands.cmsMerge(K destKey, LongScoredValue<K>... sourceKeyWeights) RedisBloomAsyncCommands.topKIncrBy(K key, LongScoredValue<V>... itemIncrements) -
Uses of LongScoredValue in com.redis.lettucemod.api.reactive
Methods in com.redis.lettucemod.api.reactive with parameters of type LongScoredValueModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Long>RedisBloomReactiveCommands.cmsIncrBy(K key, LongScoredValue<V>... itemIncrements) reactor.core.publisher.Mono<String>RedisBloomReactiveCommands.cmsMerge(K destKey, LongScoredValue<K>... sourceKeyWeights) reactor.core.publisher.Flux<io.lettuce.core.Value<V>>RedisBloomReactiveCommands.topKIncrBy(K key, LongScoredValue<V>... itemIncrements) -
Uses of LongScoredValue in com.redis.lettucemod.api.sync
Methods in com.redis.lettucemod.api.sync with parameters of type LongScoredValueModifier and TypeMethodDescriptionRedisBloomCommands.cmsIncrBy(K key, LongScoredValue<V>... itemIncrements) RedisBloomCommands.cmsMerge(K destKey, LongScoredValue<K>... sourceKeyWeights) RedisBloomCommands.topKIncrBy(K key, LongScoredValue<V>... itemIncrements) -
Uses of LongScoredValue in com.redis.lettucemod.bloom
Methods in com.redis.lettucemod.bloom that return LongScoredValueModifier and TypeMethodDescriptionstatic <V> LongScoredValue<V>LongScoredValue.empty()Returns an emptyScoredValueinstance.static <T extends V,V>
LongScoredValue<V>static <T extends V,V>
LongScoredValue<V>LongScoredValue.fromNullable(long score, T value) Creates aValuefrom ascoreandvalue.static <T extends V,V>
LongScoredValue<V>LongScoredValue.just(long score, T value) <R> LongScoredValue<R>Returns aLongScoredValueconsisting of the results of applying the given function to the value of this element.Returns aLongScoredValueconsisting of the results of applying the given function to the score of this element.Methods in com.redis.lettucemod.bloom with parameters of type LongScoredValueModifier and TypeMethodDescriptionBloomCommandBuilder.cmsIncrBy(K key, LongScoredValue<V>... increments) BloomCommandBuilder.cmsMerge(K destKey, LongScoredValue<K>... weights) BloomCommandBuilder.topKIncrBy(K key, LongScoredValue<V>... increments) -
Uses of LongScoredValue in com.redis.lettucemod.cluster
Methods in com.redis.lettucemod.cluster with parameters of type LongScoredValueModifier and TypeMethodDescriptionRedisModulesAdvancedClusterAsyncCommandsImpl.cmsIncrBy(K key, LongScoredValue<V>... itemIncrements) reactor.core.publisher.Flux<Long>RedisModulesAdvancedClusterReactiveCommandsImpl.cmsIncrBy(K key, LongScoredValue<V>... itemIncrements) io.lettuce.core.RedisFuture<String>RedisModulesAdvancedClusterAsyncCommandsImpl.cmsMerge(K destKey, LongScoredValue<K>... sourceKeyWeights) reactor.core.publisher.Mono<String>RedisModulesAdvancedClusterReactiveCommandsImpl.cmsMerge(K destKey, LongScoredValue<K>... sourceKeyWeights) RedisModulesAdvancedClusterAsyncCommandsImpl.topKIncrBy(K key, LongScoredValue<V>... itemIncrements) reactor.core.publisher.Flux<io.lettuce.core.Value<V>>RedisModulesAdvancedClusterReactiveCommandsImpl.topKIncrBy(K key, LongScoredValue<V>... itemIncrements)