Uses of Class
org.springframework.data.redis.connection.RedisZSetCommands.Weights
Packages that use RedisZSetCommands.Weights
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Core package for integrating Redis with Spring concepts.
-
Uses of RedisZSetCommands.Weights in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisZSetCommands.WeightsModifier and TypeMethodDescriptionCreates a newRedisZSetCommands.Weights
object that contains all weights withFunction
applied.static RedisZSetCommands.Weights
RedisZSetCommands.Weights.fromSetCount
(int count) Creates equalRedisZSetCommands.Weights
for a number of input setscount
with a weight of one.RedisZSetCommands.Weights.multiply
(double multiplier) Creates a newRedisZSetCommands.Weights
object that contains all weights multiplied bymultiplier
RedisZSetCommands.Weights.multiply
(int multiplier) Creates a newRedisZSetCommands.Weights
object that contains all weights multiplied bymultiplier
static RedisZSetCommands.Weights
RedisZSetCommands.Weights.of
(double... weights) static RedisZSetCommands.Weights
RedisZSetCommands.Weights.of
(int... weights) Methods in org.springframework.data.redis.connection with parameters of type RedisZSetCommands.WeightsModifier and TypeMethodDescriptionReactiveZSetCommands.ZAggregateCommand.applyWeights
(RedisZSetCommands.Weights weights) Applies theRedisZSetCommands.Weights
.ReactiveZSetCommands.ZAggregateStoreCommand.applyWeights
(RedisZSetCommands.Weights weights) Applies theRedisZSetCommands.Weights
.ReactiveZSetCommands.ZInterStoreCommand.applyWeights
(RedisZSetCommands.Weights weights) Applies theRedisZSetCommands.Weights
.ReactiveZSetCommands.ZUnionStoreCommand.applyWeights
(RedisZSetCommands.Weights weights) Applies theRedisZSetCommands.Weights
.default Long
DefaultedRedisConnection.zInterStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) Deprecated.DefaultStringRedisConnection.zInterStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) default reactor.core.publisher.Mono<Long>
ReactiveZSetCommands.zInterStore
(ByteBuffer destinationKey, List<ByteBuffer> sets, RedisZSetCommands.Weights weights) Intersect sorted sets and store result in destination destinationKey and apply weights to individual sets.default reactor.core.publisher.Mono<Long>
ReactiveZSetCommands.zInterStore
(ByteBuffer destinationKey, List<ByteBuffer> sets, RedisZSetCommands.Weights weights, RedisZSetCommands.Aggregate aggregateFunction) Intersect sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.RedisZSetCommands.zInterStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) Intersect sortedsets
and store result in destinationdestKey
.default Set<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) DefaultStringRedisConnection.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, String... sets) default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zInterWithScores
(List<ByteBuffer> sets, RedisZSetCommands.Weights weights) Intersect sorted sets and apply weights to individual sets.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zInterWithScores
(List<ByteBuffer> sets, RedisZSetCommands.Weights weights, RedisZSetCommands.Aggregate aggregateFunction) Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.RedisZSetCommands.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) Intersect sortedsets
.StringRedisConnection.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, String... sets) Intersect sortedsets
.default Long
DefaultedRedisConnection.zUnionStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zUnionStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) default reactor.core.publisher.Mono<Long>
ReactiveZSetCommands.zUnionStore
(ByteBuffer destinationKey, List<ByteBuffer> sets, RedisZSetCommands.Weights weights) Union sorted sets and store result in destination destinationKey and apply weights to individual sets.default reactor.core.publisher.Mono<Long>
ReactiveZSetCommands.zUnionStore
(ByteBuffer destinationKey, List<ByteBuffer> sets, RedisZSetCommands.Weights weights, RedisZSetCommands.Aggregate aggregateFunction) Union sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.RedisZSetCommands.zUnionStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) Union sortedsets
and store result in destinationdestKey
.default Set<RedisZSetCommands.Tuple>
DefaultedRedisConnection.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) Deprecated.in favor ofRedisConnection.zSetCommands()
}.DefaultStringRedisConnection.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) DefaultStringRedisConnection.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, String... sets) default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zUnionWithScores
(List<ByteBuffer> sets, RedisZSetCommands.Weights weights) Union sorted sets and apply weights to individual sets.default reactor.core.publisher.Flux<RedisZSetCommands.Tuple>
ReactiveZSetCommands.zUnionWithScores
(List<ByteBuffer> sets, RedisZSetCommands.Weights weights, RedisZSetCommands.Aggregate aggregateFunction) Union sorted sets by applying aggregateFunction and apply weights to individual sets.RedisZSetCommands.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, byte[]... sets) Union sortedsets
.StringRedisConnection.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights, String... sets) Union sortedsets
. -
Uses of RedisZSetCommands.Weights in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type RedisZSetCommands.WeightsModifier and TypeMethodDescriptionBoundZSetOperations.intersectAndStore
(Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights) Intersect sorted sets at the bound key andotherKeys
and store result in destinationdestKey
.reactor.core.publisher.Mono<Long>
ReactiveZSetOperations.intersectAndStore
(K key, Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights) Intersect sorted sets atkey
andotherKeys
and store result in destinationdestKey
.ZSetOperations.intersectAndStore
(K key, Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights) Intersect sorted sets atkey
andotherKeys
and store result in destinationdestKey
.BoundZSetOperations.intersectWithScores
(Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights) Intersect sortedsets
.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>
ReactiveZSetOperations.intersectWithScores
(K key, Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights) Intersect sortedsets
.ZSetOperations.intersectWithScores
(K key, Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights) Intersect sortedsets
.BoundZSetOperations.unionAndStore
(Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights) Union sorted sets at the bound key andotherKeys
and store result in destinationdestKey
.reactor.core.publisher.Mono<Long>
ReactiveZSetOperations.unionAndStore
(K key, Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights) Union sorted sets atkey
andotherKeys
and store result in destinationdestKey
.ZSetOperations.unionAndStore
(K key, Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights) Union sorted sets atkey
andotherKeys
and store result in destinationdestKey
.BoundZSetOperations.unionWithScores
(Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights) Union sortedsets
.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>
ReactiveZSetOperations.unionWithScores
(K key, Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights) Union sortedsets
.ZSetOperations.unionWithScores
(K key, Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate, RedisZSetCommands.Weights weights) Union sortedsets
.
RedisConnection.zSetCommands()
}.