Uses of Enum Class
org.springframework.data.redis.connection.zset.Aggregate
Packages that use 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
Methods in org.springframework.data.redis.connection that return types with arguments of type AggregateModifier and TypeMethodDescriptionReactiveZSetCommands.ZAggregateCommand.getAggregateFunction()ReactiveZSetCommands.ZAggregateStoreCommand.getAggregateFunction()Methods in org.springframework.data.redis.connection with parameters of type AggregateModifier and TypeMethodDescriptionReactiveZSetCommands.ZAggregateCommand.aggregateUsing(Aggregate aggregateFunction) Applies a specificAggregatefunction.ReactiveZSetCommands.ZAggregateStoreCommand.aggregateUsing(Aggregate aggregateFunction) Applies a specificAggregatefunction.ReactiveZSetCommands.ZInterStoreCommand.aggregateUsing(Aggregate aggregateFunction) Applies a specificAggregatefunction.ReactiveZSetCommands.ZUnionStoreCommand.aggregateUsing(Aggregate aggregateFunction) Applies a specificAggregatefunction.default LongDefaultedRedisConnection.zInterStore(byte[] destKey, Aggregate aggregate, int[] weights, byte[]... sets) Deprecated.default LongDefaultedRedisConnection.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) 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.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 LongRedisZSetCommands.zInterStore(byte[] destKey, Aggregate aggregate, int[] weights, byte[]... sets) Intersect sortedsetsand store result in destinationdestKey.RedisZSetCommands.zInterStore(byte[] destKey, Aggregate aggregate, Weights weights, byte[]... sets) Intersect sortedsetsand store result in destinationdestKey.StringRedisConnection.zInterStore(String destKey, Aggregate aggregate, int[] weights, String... sets) Intersect sortedsetsand 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) ReactiveZSetCommands.zInterWithScores(List<ByteBuffer> sets, List<Double> weights, Aggregate aggregateFunction) Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.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 LongDefaultedRedisConnection.zUnionStore(byte[] destKey, Aggregate aggregate, int[] weights, byte[]... sets) Deprecated.in favor ofRedisCommandsProvider.zSetCommands()}.default LongDefaultedRedisConnection.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) 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.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 LongRedisZSetCommands.zUnionStore(byte[] destKey, Aggregate aggregate, int[] weights, byte[]... sets) Union sortedsetsand store result in destinationdestKey.RedisZSetCommands.zUnionStore(byte[] destKey, Aggregate aggregate, Weights weights, byte[]... sets) Union sortedsetsand store result in destinationdestKey.StringRedisConnection.zUnionStore(String destKey, Aggregate aggregate, int[] weights, String... sets) Union sortedsetsand 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) ReactiveZSetCommands.zUnionWithScores(List<ByteBuffer> sets, List<Double> weights, Aggregate aggregateFunction) Union sorted sets by applying aggregateFunction and apply weights to individual sets.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
Methods in org.springframework.data.redis.connection.zset that return Aggregate -
Uses of Aggregate in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type AggregateModifier and TypeMethodDescriptionBoundZSetOperations.intersectAndStore(Collection<K> otherKeys, K destKey, Aggregate aggregate) Intersect sorted sets at the bound key andotherKeysand store result in destinationdestKey.BoundZSetOperations.intersectAndStore(Collection<K> otherKeys, K destKey, Aggregate aggregate, Weights weights) Intersect sorted sets at the bound key andotherKeysand store result in destinationdestKey.ReactiveZSetOperations.intersectAndStore(K key, Collection<K> otherKeys, K destKey, Aggregate aggregate) Intersect sorted sets atkeyandotherKeysand store result in destinationdestKey.ReactiveZSetOperations.intersectAndStore(K key, Collection<K> otherKeys, K destKey, Aggregate aggregate, Weights weights) Intersect sorted sets atkeyandotherKeysand store result in destinationdestKey.default LongZSetOperations.intersectAndStore(K key, Collection<K> otherKeys, K destKey, Aggregate aggregate) Intersect sorted sets atkeyandotherKeysand store result in destinationdestKey.ZSetOperations.intersectAndStore(K key, Collection<K> otherKeys, K destKey, Aggregate aggregate, Weights weights) Intersect sorted sets atkeyandotherKeysand store result in destinationdestKey.BoundZSetOperations.intersectWithScores(Collection<K> otherKeys, Aggregate aggregate, Weights weights) Intersect sortedsets.default Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.intersectWithScores(K key, Collection<K> otherKeys, Aggregate aggregate) Intersect sorted sets atkeyandotherKeys.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 atkeyandotherKeys.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 andotherKeysand store result in destinationdestKey.BoundZSetOperations.unionAndStore(Collection<K> otherKeys, K destKey, Aggregate aggregate, Weights weights) Union sorted sets at the bound key andotherKeysand store result in destinationdestKey.ReactiveZSetOperations.unionAndStore(K key, Collection<K> otherKeys, K destKey, Aggregate aggregate) Union sorted sets atkeyandotherKeysand store result in destinationdestKey.ReactiveZSetOperations.unionAndStore(K key, Collection<K> otherKeys, K destKey, Aggregate aggregate, Weights weights) Union sorted sets atkeyandotherKeysand store result in destinationdestKey.default LongZSetOperations.unionAndStore(K key, Collection<K> otherKeys, K destKey, Aggregate aggregate) Union sorted sets atkeyandotherKeysand store result in destinationdestKey.ZSetOperations.unionAndStore(K key, Collection<K> otherKeys, K destKey, Aggregate aggregate, Weights weights) Union sorted sets atkeyandotherKeysand 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 Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.unionWithScores(K key, Collection<K> otherKeys, Aggregate aggregate) Union sorted sets atkeyandotherKeys.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 atkeyandotherKeys.ZSetOperations.unionWithScores(K key, Collection<K> otherKeys, Aggregate aggregate, Weights weights) Union sortedsets.
RedisCommandsProvider.zSetCommands()}.