Uses of Enum Class
org.springframework.data.redis.connection.zset.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 Aggregate in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveZSetCommands.ZAggregateCommand.getAggregateFunction()
ReactiveZSetCommands.ZAggregateStoreCommand.getAggregateFunction()
Modifier and TypeMethodDescriptionReactiveZSetCommands.ZAggregateCommand.aggregateUsing
(Aggregate aggregateFunction) Applies a specificAggregate
function.ReactiveZSetCommands.ZAggregateStoreCommand.aggregateUsing
(Aggregate aggregateFunction) Applies a specificAggregate
function.ReactiveZSetCommands.ZInterStoreCommand.aggregateUsing
(Aggregate aggregateFunction) Applies a specificAggregate
function.ReactiveZSetCommands.ZUnionStoreCommand.aggregateUsing
(Aggregate aggregateFunction) Applies a specificAggregate
function.default Long
DefaultedRedisConnection.zInterStore
(byte[] destKey, Aggregate aggregate, int[] weights, byte[]... sets) Deprecated.default Long
DefaultedRedisConnection.zInterStore
(byte[] destKey, Aggregate aggregate, Weights weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()
}.DefaultStringRedisConnection.zInterStore
(byte[] destKey, Aggregate aggregate, int[] weights, byte[]... sets) DefaultStringRedisConnection.zInterStore
(byte[] destKey, Aggregate aggregate, Weights weights, byte[]... sets) DefaultStringRedisConnection.zInterStore
(String destKey, Aggregate aggregate, int[] weights, String... sets) default reactor.core.publisher.Mono<Long>
ReactiveZSetCommands.zInterStore
(ByteBuffer destinationKey, List<ByteBuffer> sets, List<Double> weights, 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, 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, Aggregate aggregate, int[] weights, byte[]... sets) Intersect sortedsets
and store result in destinationdestKey
.RedisZSetCommands.zInterStore
(byte[] destKey, Aggregate aggregate, Weights weights, byte[]... sets) Intersect sortedsets
and store result in destinationdestKey
.StringRedisConnection.zInterStore
(String destKey, Aggregate aggregate, int[] weights, String... sets) Intersect sortedsets
and store result in destinationkey
.DefaultedRedisConnection.zInterWithScores
(Aggregate aggregate, int[] weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()
}.DefaultedRedisConnection.zInterWithScores
(Aggregate aggregate, Weights weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()
}.DefaultStringRedisConnection.zInterWithScores
(Aggregate aggregate, Weights weights, byte[]... sets) DefaultStringRedisConnection.zInterWithScores
(Aggregate aggregate, Weights weights, String... sets) default reactor.core.publisher.Flux<Tuple>
ReactiveZSetCommands.zInterWithScores
(List<ByteBuffer> sets, List<Double> weights, 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, Aggregate aggregateFunction) Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.RedisZSetCommands.zInterWithScores
(Aggregate aggregate, int[] weights, byte[]... sets) Intersect sortedsets
.RedisZSetCommands.zInterWithScores
(Aggregate aggregate, Weights weights, byte[]... sets) Intersect sortedsets
.default Set<StringRedisConnection.StringTuple>
StringRedisConnection.zInterWithScores
(Aggregate aggregate, int[] weights, String... sets) Intersect sortedsets
.StringRedisConnection.zInterWithScores
(Aggregate aggregate, Weights weights, String... sets) Intersect sortedsets
.default Long
DefaultedRedisConnection.zUnionStore
(byte[] destKey, Aggregate aggregate, int[] weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()
}.default Long
DefaultedRedisConnection.zUnionStore
(byte[] destKey, Aggregate aggregate, Weights weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()
}.DefaultStringRedisConnection.zUnionStore
(byte[] destKey, Aggregate aggregate, int[] weights, byte[]... sets) DefaultStringRedisConnection.zUnionStore
(byte[] destKey, Aggregate aggregate, Weights weights, byte[]... sets) DefaultStringRedisConnection.zUnionStore
(String destKey, Aggregate aggregate, int[] weights, String... sets) default reactor.core.publisher.Mono<Long>
ReactiveZSetCommands.zUnionStore
(ByteBuffer destinationKey, List<ByteBuffer> sets, List<Double> weights, 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, 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, Aggregate aggregate, int[] weights, byte[]... sets) Union sortedsets
and store result in destinationdestKey
.RedisZSetCommands.zUnionStore
(byte[] destKey, Aggregate aggregate, Weights weights, byte[]... sets) Union sortedsets
and store result in destinationdestKey
.StringRedisConnection.zUnionStore
(String destKey, Aggregate aggregate, int[] weights, String... sets) Union sortedsets
and store result in destinationkey
.DefaultedRedisConnection.zUnionWithScores
(Aggregate aggregate, int[] weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()
}.DefaultedRedisConnection.zUnionWithScores
(Aggregate aggregate, Weights weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()
}.DefaultStringRedisConnection.zUnionWithScores
(Aggregate aggregate, Weights weights, byte[]... sets) DefaultStringRedisConnection.zUnionWithScores
(Aggregate aggregate, Weights weights, String... sets) default reactor.core.publisher.Flux<Tuple>
ReactiveZSetCommands.zUnionWithScores
(List<ByteBuffer> sets, List<Double> weights, 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, Aggregate aggregateFunction) Union sorted sets by applying aggregateFunction and apply weights to individual sets.RedisZSetCommands.zUnionWithScores
(Aggregate aggregate, int[] weights, byte[]... sets) Union sortedsets
.RedisZSetCommands.zUnionWithScores
(Aggregate aggregate, Weights weights, byte[]... sets) Union sortedsets
.default Set<StringRedisConnection.StringTuple>
StringRedisConnection.zUnionWithScores
(Aggregate aggregate, int[] weights, String... sets) Union sortedsets
.StringRedisConnection.zUnionWithScores
(Aggregate aggregate, Weights weights, String... sets) Union sortedsets
. -
Uses of Aggregate in org.springframework.data.redis.connection.zset
-
Uses of Aggregate in org.springframework.data.redis.core
Modifier and TypeMethodDescriptionBoundZSetOperations.intersectAndStore
(Collection<K> otherKeys, K destKey, Aggregate aggregate) Intersect sorted sets at the bound key andotherKeys
and store result in destinationdestKey
.BoundZSetOperations.intersectAndStore
(Collection<K> otherKeys, K destKey, 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, 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, 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, Aggregate aggregate) Intersect sorted sets atkey
andotherKeys
and store result in destinationdestKey
.ZSetOperations.intersectAndStore
(K key, Collection<K> otherKeys, K destKey, Aggregate aggregate, Weights weights) Intersect sorted sets atkey
andotherKeys
and store result in destinationdestKey
.BoundZSetOperations.intersectWithScores
(Collection<K> otherKeys, Aggregate aggregate, Weights weights) Intersect sortedsets
.default reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>
ReactiveZSetOperations.intersectWithScores
(K key, Collection<K> otherKeys, Aggregate aggregate) Intersect sorted sets atkey
andotherKeys
.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>
ReactiveZSetOperations.intersectWithScores
(K key, Collection<K> otherKeys, Aggregate aggregate, Weights weights) Intersect sortedsets
.default Set<ZSetOperations.TypedTuple<V>>
ZSetOperations.intersectWithScores
(K key, Collection<K> otherKeys, Aggregate aggregate) Intersect sorted sets atkey
andotherKeys
.ZSetOperations.intersectWithScores
(K key, Collection<K> otherKeys, Aggregate aggregate, Weights weights) Intersect sortedsets
.BoundZSetOperations.unionAndStore
(Collection<K> otherKeys, K destKey, Aggregate aggregate) Union sorted sets at the bound key andotherKeys
and store result in destinationdestKey
.BoundZSetOperations.unionAndStore
(Collection<K> otherKeys, K destKey, 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, 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, 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, Aggregate aggregate) Union sorted sets atkey
andotherKeys
and store result in destinationdestKey
.ZSetOperations.unionAndStore
(K key, Collection<K> otherKeys, K destKey, Aggregate aggregate, Weights weights) Union sorted sets atkey
andotherKeys
and store result in destinationdestKey
.default Set<ZSetOperations.TypedTuple<V>>
BoundZSetOperations.unionWithScores
(Collection<K> otherKeys, Aggregate aggregate) Union sorted sets at the bound key andotherKeys
.BoundZSetOperations.unionWithScores
(Collection<K> otherKeys, Aggregate aggregate, Weights weights) Union sortedsets
.default reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>
ReactiveZSetOperations.unionWithScores
(K key, Collection<K> otherKeys, Aggregate aggregate) Union sorted sets atkey
andotherKeys
.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>
ReactiveZSetOperations.unionWithScores
(K key, Collection<K> otherKeys, Aggregate aggregate, Weights weights) Union sortedsets
.default Set<ZSetOperations.TypedTuple<V>>
ZSetOperations.unionWithScores
(K key, Collection<K> otherKeys, Aggregate aggregate) Union sorted sets atkey
andotherKeys
.ZSetOperations.unionWithScores
(K key, Collection<K> otherKeys, Aggregate aggregate, Weights weights) Union sortedsets
.
RedisCommandsProvider.zSetCommands()
}.