Uses of Enum Class
org.springframework.data.redis.connection.RedisZSetCommands.Aggregate
Packages that use RedisZSetCommands.Aggregate
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.Aggregate in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisZSetCommands.AggregateModifier and TypeMethodDescriptionstatic RedisZSetCommands.Aggregate
Returns the enum constant of this class with the specified name.static RedisZSetCommands.Aggregate[]
RedisZSetCommands.Aggregate.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.redis.connection that return types with arguments of type RedisZSetCommands.AggregateModifier and TypeMethodDescriptionReactiveZSetCommands.ZAggregateCommand.getAggregateFunction()
ReactiveZSetCommands.ZAggregateStoreCommand.getAggregateFunction()
Methods in org.springframework.data.redis.connection with parameters of type RedisZSetCommands.AggregateModifier and TypeMethodDescriptionReactiveZSetCommands.ZAggregateCommand.aggregateUsing
(RedisZSetCommands.Aggregate aggregateFunction) Applies a specificRedisZSetCommands.Aggregate
function.ReactiveZSetCommands.ZAggregateStoreCommand.aggregateUsing
(RedisZSetCommands.Aggregate aggregateFunction) Applies a specificRedisZSetCommands.Aggregate
function.ReactiveZSetCommands.ZInterStoreCommand.aggregateUsing
(RedisZSetCommands.Aggregate aggregateFunction) Applies a specificRedisZSetCommands.Aggregate
function.ReactiveZSetCommands.ZUnionStoreCommand.aggregateUsing
(RedisZSetCommands.Aggregate aggregateFunction) Applies a specificRedisZSetCommands.Aggregate
function.default Long
DefaultedRedisConnection.zInterStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, int[] weights, byte[]... sets) Deprecated.default Long
DefaultedRedisConnection.zInterStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, Weights weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()
}.DefaultStringRedisConnection.zInterStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, int[] weights, byte[]... sets) DefaultStringRedisConnection.zInterStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, Weights weights, byte[]... sets) DefaultStringRedisConnection.zInterStore
(String destKey, RedisZSetCommands.Aggregate aggregate, int[] weights, String... sets) default reactor.core.publisher.Mono<Long>
ReactiveZSetCommands.zInterStore
(ByteBuffer destinationKey, List<ByteBuffer> sets, List<Double> weights, RedisZSetCommands.Aggregate aggregateFunction) Intersect sorted sets by applying aggregateFunction 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, Weights weights, RedisZSetCommands.Aggregate aggregateFunction) Intersect sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.default Long
RedisZSetCommands.zInterStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, int[] weights, byte[]... sets) Intersect sortedsets
and store result in destinationdestKey
.RedisZSetCommands.zInterStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, Weights weights, byte[]... sets) Intersect sortedsets
and store result in destinationdestKey
.StringRedisConnection.zInterStore
(String destKey, RedisZSetCommands.Aggregate aggregate, int[] weights, String... sets) Intersect sortedsets
and store result in destinationkey
.DefaultedRedisConnection.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, int[] weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()
}.DefaultedRedisConnection.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, Weights weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()
}.DefaultStringRedisConnection.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, Weights weights, byte[]... sets) DefaultStringRedisConnection.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, Weights weights, String... sets) default reactor.core.publisher.Flux<Tuple>
ReactiveZSetCommands.zInterWithScores
(List<ByteBuffer> sets, List<Double> weights, RedisZSetCommands.Aggregate aggregateFunction) Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.default reactor.core.publisher.Flux<Tuple>
ReactiveZSetCommands.zInterWithScores
(List<ByteBuffer> sets, Weights weights, RedisZSetCommands.Aggregate aggregateFunction) Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.RedisZSetCommands.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, int[] weights, byte[]... sets) Intersect sortedsets
.RedisZSetCommands.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, Weights weights, byte[]... sets) Intersect sortedsets
.default Set<StringRedisConnection.StringTuple>
StringRedisConnection.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, int[] weights, String... sets) Intersect sortedsets
.StringRedisConnection.zInterWithScores
(RedisZSetCommands.Aggregate aggregate, Weights weights, String... sets) Intersect sortedsets
.default Long
DefaultedRedisConnection.zUnionStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, int[] weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()
}.default Long
DefaultedRedisConnection.zUnionStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, Weights weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()
}.DefaultStringRedisConnection.zUnionStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, int[] weights, byte[]... sets) DefaultStringRedisConnection.zUnionStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, Weights weights, byte[]... sets) DefaultStringRedisConnection.zUnionStore
(String destKey, RedisZSetCommands.Aggregate aggregate, int[] weights, String... sets) default reactor.core.publisher.Mono<Long>
ReactiveZSetCommands.zUnionStore
(ByteBuffer destinationKey, List<ByteBuffer> sets, List<Double> weights, RedisZSetCommands.Aggregate aggregateFunction) Union sorted sets by applying aggregateFunction 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, Weights weights, RedisZSetCommands.Aggregate aggregateFunction) Union sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.default Long
RedisZSetCommands.zUnionStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, int[] weights, byte[]... sets) Union sortedsets
and store result in destinationdestKey
.RedisZSetCommands.zUnionStore
(byte[] destKey, RedisZSetCommands.Aggregate aggregate, Weights weights, byte[]... sets) Union sortedsets
and store result in destinationdestKey
.StringRedisConnection.zUnionStore
(String destKey, RedisZSetCommands.Aggregate aggregate, int[] weights, String... sets) Union sortedsets
and store result in destinationkey
.DefaultedRedisConnection.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, int[] weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()
}.DefaultedRedisConnection.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, Weights weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()
}.DefaultStringRedisConnection.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, Weights weights, byte[]... sets) DefaultStringRedisConnection.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, Weights weights, String... sets) default reactor.core.publisher.Flux<Tuple>
ReactiveZSetCommands.zUnionWithScores
(List<ByteBuffer> sets, List<Double> weights, RedisZSetCommands.Aggregate aggregateFunction) Union sorted sets by applying aggregateFunction and apply weights to individual sets.default reactor.core.publisher.Flux<Tuple>
ReactiveZSetCommands.zUnionWithScores
(List<ByteBuffer> sets, Weights weights, RedisZSetCommands.Aggregate aggregateFunction) Union sorted sets by applying aggregateFunction and apply weights to individual sets.RedisZSetCommands.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, int[] weights, byte[]... sets) Union sortedsets
.RedisZSetCommands.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, Weights weights, byte[]... sets) Union sortedsets
.default Set<StringRedisConnection.StringTuple>
StringRedisConnection.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, int[] weights, String... sets) Union sortedsets
.StringRedisConnection.zUnionWithScores
(RedisZSetCommands.Aggregate aggregate, Weights weights, String... sets) Union sortedsets
. -
Uses of RedisZSetCommands.Aggregate in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type RedisZSetCommands.AggregateModifier and TypeMethodDescriptionBoundZSetOperations.intersectAndStore
(Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate) Intersect sorted sets at the bound key andotherKeys
and store result in destinationdestKey
.BoundZSetOperations.intersectAndStore
(Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate, Weights weights) Intersect sorted sets at the bound key andotherKeys
and store result in destinationdestKey
.default reactor.core.publisher.Mono<Long>
ReactiveZSetOperations.intersectAndStore
(K key, Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate) Intersect sorted sets atkey
andotherKeys
and store result in destinationdestKey
.reactor.core.publisher.Mono<Long>
ReactiveZSetOperations.intersectAndStore
(K key, Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate, Weights weights) Intersect sorted sets atkey
andotherKeys
and store result in destinationdestKey
.default Long
ZSetOperations.intersectAndStore
(K key, Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate) Intersect sorted sets atkey
andotherKeys
and store result in destinationdestKey
.ZSetOperations.intersectAndStore
(K key, Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate, Weights weights) Intersect sorted sets atkey
andotherKeys
and store result in destinationdestKey
.BoundZSetOperations.intersectWithScores
(Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate, Weights weights) Intersect sortedsets
.default reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>
ReactiveZSetOperations.intersectWithScores
(K key, Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate) Intersect sorted sets atkey
andotherKeys
.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>
ReactiveZSetOperations.intersectWithScores
(K key, Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate, Weights weights) Intersect sortedsets
.default Set<ZSetOperations.TypedTuple<V>>
ZSetOperations.intersectWithScores
(K key, Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate) Intersect sorted sets atkey
andotherKeys
.ZSetOperations.intersectWithScores
(K key, Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate, Weights weights) Intersect sortedsets
.BoundZSetOperations.unionAndStore
(Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate) Union sorted sets at the bound key andotherKeys
and store result in destinationdestKey
.BoundZSetOperations.unionAndStore
(Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate, Weights weights) Union sorted sets at the bound key andotherKeys
and store result in destinationdestKey
.default reactor.core.publisher.Mono<Long>
ReactiveZSetOperations.unionAndStore
(K key, Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate) Union sorted sets atkey
andotherKeys
and store result in destinationdestKey
.reactor.core.publisher.Mono<Long>
ReactiveZSetOperations.unionAndStore
(K key, Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate, Weights weights) Union sorted sets atkey
andotherKeys
and store result in destinationdestKey
.default Long
ZSetOperations.unionAndStore
(K key, Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate) Union sorted sets atkey
andotherKeys
and store result in destinationdestKey
.ZSetOperations.unionAndStore
(K key, Collection<K> otherKeys, K destKey, RedisZSetCommands.Aggregate aggregate, Weights weights) Union sorted sets atkey
andotherKeys
and store result in destinationdestKey
.default Set<ZSetOperations.TypedTuple<V>>
BoundZSetOperations.unionWithScores
(Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate) Union sorted sets at the bound key andotherKeys
.BoundZSetOperations.unionWithScores
(Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate, Weights weights) Union sortedsets
.default reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>
ReactiveZSetOperations.unionWithScores
(K key, Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate) Union sorted sets atkey
andotherKeys
.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>
ReactiveZSetOperations.unionWithScores
(K key, Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate, Weights weights) Union sortedsets
.default Set<ZSetOperations.TypedTuple<V>>
ZSetOperations.unionWithScores
(K key, Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate) Union sorted sets atkey
andotherKeys
.ZSetOperations.unionWithScores
(K key, Collection<K> otherKeys, RedisZSetCommands.Aggregate aggregate, Weights weights) Union sortedsets
.
RedisCommandsProvider.zSetCommands()
}.