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(@Nullable Aggregate aggregateFunction) Applies a specificAggregatefunction.ReactiveZSetCommands.ZAggregateStoreCommand.aggregateUsing(@Nullable Aggregate aggregateFunction) Applies a specificAggregatefunction.ReactiveZSetCommands.ZInterStoreCommand.aggregateUsing(@Nullable Aggregate aggregateFunction) Applies a specificAggregatefunction.ReactiveZSetCommands.ZUnionStoreCommand.aggregateUsing(@Nullable 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()}.@Nullable LongDefaultStringRedisConnection.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, @Nullable 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, @Nullable Aggregate aggregateFunction) Intersect sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.default LongRedisZSetCommands.zInterStore(byte @NonNull [] destKey, @NonNull Aggregate aggregate, int @NonNull [] weights, byte @NonNull [] @NonNull ... sets) Intersect sortedsetsand store result in destinationdestKey.RedisZSetCommands.zInterStore(byte @NonNull [] destKey, @NonNull Aggregate aggregate, @NonNull Weights weights, byte @NonNull [] @NonNull ... sets) Intersect sortedsetsand store result in destinationdestKey.StringRedisConnection.zInterStore(@NonNull String destKey, @NonNull Aggregate aggregate, int @NonNull [] weights, @NonNull String @NonNull ... 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) @Nullable Set<StringRedisConnection.StringTuple>DefaultStringRedisConnection.zInterWithScores(Aggregate aggregate, Weights weights, String... sets) ReactiveZSetCommands.zInterWithScores(List<ByteBuffer> sets, List<Double> weights, @Nullable Aggregate aggregateFunction) Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.ReactiveZSetCommands.zInterWithScores(List<ByteBuffer> sets, Weights weights, @Nullable Aggregate aggregateFunction) Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.RedisZSetCommands.zInterWithScores(@NonNull Aggregate aggregate, int[] weights, byte @NonNull [] @NonNull ... sets) Intersect sortedsets.RedisZSetCommands.zInterWithScores(@NonNull Aggregate aggregate, @NonNull Weights weights, byte @NonNull [] @NonNull ... sets) Intersect sortedsets.default Set<StringRedisConnection.StringTuple>StringRedisConnection.zInterWithScores(@NonNull Aggregate aggregate, int @NonNull [] weights, @NonNull String @NonNull ... sets) Intersect sortedsets.StringRedisConnection.zInterWithScores(@NonNull Aggregate aggregate, @NonNull Weights weights, @NonNull String @NonNull ... 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()}.@Nullable LongDefaultStringRedisConnection.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, @Nullable 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, @Nullable Aggregate aggregateFunction) Union sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.default LongRedisZSetCommands.zUnionStore(byte @NonNull [] destKey, @NonNull Aggregate aggregate, int @NonNull [] weights, byte @NonNull [] @NonNull ... sets) Union sortedsetsand store result in destinationdestKey.RedisZSetCommands.zUnionStore(byte @NonNull [] destKey, @NonNull Aggregate aggregate, @NonNull Weights weights, byte @NonNull [] @NonNull ... sets) Union sortedsetsand store result in destinationdestKey.StringRedisConnection.zUnionStore(@NonNull String destKey, @NonNull Aggregate aggregate, int @NonNull [] weights, @NonNull String @NonNull ... 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) @Nullable Set<StringRedisConnection.StringTuple>DefaultStringRedisConnection.zUnionWithScores(Aggregate aggregate, Weights weights, String... sets) ReactiveZSetCommands.zUnionWithScores(List<ByteBuffer> sets, List<Double> weights, @Nullable Aggregate aggregateFunction) Union sorted sets by applying aggregateFunction and apply weights to individual sets.ReactiveZSetCommands.zUnionWithScores(List<ByteBuffer> sets, Weights weights, @Nullable Aggregate aggregateFunction) Union sorted sets by applying aggregateFunction and apply weights to individual sets.RedisZSetCommands.zUnionWithScores(@NonNull Aggregate aggregate, int @NonNull [] weights, byte @NonNull [] @NonNull ... sets) Union sortedsets.RedisZSetCommands.zUnionWithScores(@NonNull Aggregate aggregate, @NonNull Weights weights, byte @NonNull [] @NonNull ... sets) Union sortedsets.default Set<StringRedisConnection.StringTuple>StringRedisConnection.zUnionWithScores(@NonNull Aggregate aggregate, int @NonNull [] weights, @NonNull String @NonNull ... sets) Union sortedsets.StringRedisConnection.zUnionWithScores(@NonNull Aggregate aggregate, @NonNull Weights weights, @NonNull String @NonNull ... 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(@NonNull Collection<@NonNull K> otherKeys, @NonNull K destKey, @NonNull Aggregate aggregate) Intersect sorted sets at the bound key andotherKeysand store result in destinationdestKey.BoundZSetOperations.intersectAndStore(@NonNull Collection<@NonNull K> otherKeys, @NonNull K destKey, @NonNull Aggregate aggregate, @NonNull Weights weights) Intersect sorted sets at the bound key andotherKeysand store result in destinationdestKey.ReactiveZSetOperations.intersectAndStore(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull K destKey, @NonNull Aggregate aggregate) Intersect sorted sets atkeyandotherKeysand store result in destinationdestKey.ReactiveZSetOperations.intersectAndStore(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull K destKey, @NonNull Aggregate aggregate, @NonNull Weights weights) Intersect sorted sets atkeyandotherKeysand store result in destinationdestKey.default LongZSetOperations.intersectAndStore(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull K destKey, @NonNull Aggregate aggregate) Intersect sorted sets atkeyandotherKeysand store result in destinationdestKey.ZSetOperations.intersectAndStore(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull K destKey, @NonNull Aggregate aggregate, @NonNull Weights weights) Intersect sorted sets atkeyandotherKeysand store result in destinationdestKey.Set<@NonNull ZSetOperations.TypedTuple<V>>BoundZSetOperations.intersectWithScores(@NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate, @NonNull Weights weights) Intersect sortedsets.ReactiveZSetOperations.intersectWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate, @NonNull Weights weights) Intersect sortedsets.default Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.intersectWithScores(@NonNull K key, @NonNull Collection<K> otherKeys, @NonNull Aggregate aggregate) Intersect sorted sets atkeyandotherKeys.default Set<ZSetOperations.TypedTuple<V>>ZSetOperations.intersectWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate) Intersect sorted sets atkeyandotherKeys.Set<@NonNull ZSetOperations.TypedTuple<V>>ZSetOperations.intersectWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate, @NonNull Weights weights) Intersect sortedsets.BoundZSetOperations.unionAndStore(@NonNull Collection<@NonNull K> otherKeys, @NonNull K destKey, @NonNull Aggregate aggregate) Union sorted sets at the bound key andotherKeysand store result in destinationdestKey.BoundZSetOperations.unionAndStore(@NonNull Collection<@NonNull K> otherKeys, @NonNull K destKey, @NonNull Aggregate aggregate, @NonNull Weights weights) Union sorted sets at the bound key andotherKeysand store result in destinationdestKey.ReactiveZSetOperations.unionAndStore(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull K destKey, @NonNull Aggregate aggregate) Union sorted sets atkeyandotherKeysand store result in destinationdestKey.ReactiveZSetOperations.unionAndStore(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull K destKey, @NonNull Aggregate aggregate, @NonNull Weights weights) Union sorted sets atkeyandotherKeysand store result in destinationdestKey.default LongZSetOperations.unionAndStore(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull K destKey, @NonNull Aggregate aggregate) Union sorted sets atkeyandotherKeysand store result in destinationdestKey.ZSetOperations.unionAndStore(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull K destKey, @NonNull Aggregate aggregate, @NonNull Weights weights) Union sorted sets atkeyandotherKeysand store result in destinationdestKey.default Set<@NonNull ZSetOperations.TypedTuple<V>>BoundZSetOperations.unionWithScores(@NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate) Union sorted sets at the bound key andotherKeys.Set<@NonNull ZSetOperations.TypedTuple<V>>BoundZSetOperations.unionWithScores(@NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate, @NonNull Weights weights) Union sortedsets.default Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.unionWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate) Union sorted sets atkeyandotherKeys.ReactiveZSetOperations.unionWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate, @NonNull Weights weights) Union sortedsets.default Set<@NonNull ZSetOperations.TypedTuple<V>>ZSetOperations.unionWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate) Union sorted sets atkeyandotherKeys.Set<@NonNull ZSetOperations.TypedTuple<V>>ZSetOperations.unionWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate, @NonNull Weights weights) Union sortedsets.
RedisCommandsProvider.zSetCommands()}.