Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateStoreCommand
Packages that use ReactiveZSetCommands.ZAggregateStoreCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZAggregateStoreCommand in org.springframework.data.redis.connection
Subclasses of ReactiveZSetCommands.ZAggregateStoreCommand in org.springframework.data.redis.connectionModifier and TypeClassDescriptionstatic classZINTERSTOREcommand parameters.static classZUNIONSTOREcommand parameters.Methods in org.springframework.data.redis.connection that return ReactiveZSetCommands.ZAggregateStoreCommandModifier and TypeMethodDescriptionReactiveZSetCommands.ZAggregateStoreCommand.aggregateUsing(Aggregate aggregateFunction) Applies a specificAggregatefunction.ReactiveZSetCommands.ZAggregateStoreCommand.applyWeights(List<Double> weights) Applies theListof weights.ReactiveZSetCommands.ZAggregateStoreCommand.applyWeights(Weights weights) Applies theWeights.ReactiveZSetCommands.ZAggregateStoreCommand.sets(List<ByteBuffer> keys) Creates a newReactiveZSetCommands.ZAggregateStoreCommandgiven aListof keys.ReactiveZSetCommands.ZAggregateStoreCommand.storeAs(ByteBuffer key) Applies the key at which the result is stored.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveZSetCommands.ZAggregateStoreCommandModifier and TypeMethodDescriptionReactiveZSetCommands.zInterStore(Publisher<? extends ReactiveZSetCommands.ZAggregateStoreCommand> commands) Intersect sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.ReactiveZSetCommands.zUnionStore(Publisher<? extends ReactiveZSetCommands.ZAggregateStoreCommand> commands) Union sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveZSetCommands.ZAggregateStoreCommandModifier and TypeMethodDescriptionReactiveZSetCommands.zInterStore(Publisher<? extends ReactiveZSetCommands.ZAggregateStoreCommand> commands) Intersect sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.ReactiveZSetCommands.zUnionStore(Publisher<? extends ReactiveZSetCommands.ZAggregateStoreCommand> commands) Union sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.