Uses of Class
io.quarkus.redis.datasource.sortedset.ZAggregateArgs
Packages that use ZAggregateArgs
-
Uses of ZAggregateArgs in io.quarkus.redis.datasource.sortedset
Methods in io.quarkus.redis.datasource.sortedset that return ZAggregateArgsModifier and TypeMethodDescriptionZAggregateArgs.aggregate(ZAggregateArgs.Aggregate aggregate) With the AGGREGATE option, it is possible to specify how the results of the union are aggregated.ZAggregateArgs.max()Configure theaggregatefunction to beMAX.ZAggregateArgs.min()Configure theaggregatefunction to beMIN.ZAggregateArgs.sum()Configure theaggregatefunction to beSUM.ZAggregateArgs.weights(double... weights) Using the WEIGHTS option, it is possible to specify a multiplication factor for each input sorted set.Methods in io.quarkus.redis.datasource.sortedset with parameters of type ZAggregateArgsModifier and TypeMethodDescriptionReactiveSortedSetCommands.zinter(ZAggregateArgs arguments, K... keys) Execute the command ZINTER.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommands.zinter(ZAggregateArgs arguments, K... keys) Execute the command ZINTER.SortedSetCommands.zinter(ZAggregateArgs arguments, K... keys) Execute the command ZINTER.voidTransactionalSortedSetCommands.zinter(ZAggregateArgs arguments, K... keys) Execute the command ZINTER.io.smallrye.mutiny.Uni<Long>ReactiveSortedSetCommands.zinterstore(K destination, ZAggregateArgs arguments, K... keys) Execute the command ZINTERSTORE.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommands.zinterstore(K destination, ZAggregateArgs arguments, K... keys) Execute the command ZINTERSTORE.longSortedSetCommands.zinterstore(K destination, ZAggregateArgs arguments, K... keys) Execute the command ZINTERSTORE.voidTransactionalSortedSetCommands.zinterstore(K destination, ZAggregateArgs arguments, K... keys) Execute the command ZINTERSTORE.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands.zinterWithScores(ZAggregateArgs arguments, K... keys) Execute the command ZINTER.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommands.zinterWithScores(ZAggregateArgs arguments, K... keys) Execute the command ZINTER.List<ScoredValue<V>>SortedSetCommands.zinterWithScores(ZAggregateArgs arguments, K... keys) Execute the command ZINTER.voidTransactionalSortedSetCommands.zinterWithScores(ZAggregateArgs arguments, K... keys) Execute the command ZINTER.ReactiveSortedSetCommands.zunion(ZAggregateArgs args, K... keys) Execute the command ZUNION.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommands.zunion(ZAggregateArgs args, K... keys) Execute the command ZUNION.SortedSetCommands.zunion(ZAggregateArgs args, K... keys) Execute the command ZUNION.voidTransactionalSortedSetCommands.zunion(ZAggregateArgs args, K... keys) Execute the command ZUNION.io.smallrye.mutiny.Uni<Long>ReactiveSortedSetCommands.zunionstore(K destination, ZAggregateArgs args, K... keys) Execute the command ZUNIONSTORE.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommands.zunionstore(K destination, ZAggregateArgs args, K... keys) Execute the command ZUNIONSTORE.longSortedSetCommands.zunionstore(K destination, ZAggregateArgs args, K... keys) Execute the command ZUNIONSTORE.voidTransactionalSortedSetCommands.zunionstore(K destination, ZAggregateArgs args, K... keys) Execute the command ZUNIONSTORE.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands.zunionWithScores(ZAggregateArgs args, K... keys) Execute the command ZUNION.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommands.zunionWithScores(ZAggregateArgs args, K... keys) Execute the command ZUNION.List<ScoredValue<V>>SortedSetCommands.zunionWithScores(ZAggregateArgs args, K... keys) Execute the command ZUNION.voidTransactionalSortedSetCommands.zunionWithScores(ZAggregateArgs args, K... keys) Execute the command ZUNION. -
Uses of ZAggregateArgs in io.quarkus.redis.runtime.datasource
Fields in io.quarkus.redis.runtime.datasource declared as ZAggregateArgsModifier and TypeFieldDescriptionprotected static final ZAggregateArgsAbstractSortedSetCommands.DEFAULT_INSTANCE_AGGMethods in io.quarkus.redis.runtime.datasource with parameters of type ZAggregateArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractSortedSetCommands._zinter(ZAggregateArgs args, K... keys) (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractSortedSetCommands._zinterstore(K destination, ZAggregateArgs arguments, K... keys) (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractSortedSetCommands._zinterWithScores(ZAggregateArgs arguments, K... keys) (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractSortedSetCommands._zunion(ZAggregateArgs args, K... keys) (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractSortedSetCommands._zunionstore(K destination, ZAggregateArgs args, K... keys) (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractSortedSetCommands._zunionWithScores(ZAggregateArgs args, K... keys) BlockingSortedSetCommandsImpl.zinter(ZAggregateArgs arguments, K... keys) voidBlockingTransactionalSortedSetCommandsImpl.zinter(ZAggregateArgs arguments, K... keys) ReactiveSortedSetCommandsImpl.zinter(ZAggregateArgs args, K... keys) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommandsImpl.zinter(ZAggregateArgs arguments, K... keys) longBlockingSortedSetCommandsImpl.zinterstore(K destination, ZAggregateArgs arguments, K... keys) voidBlockingTransactionalSortedSetCommandsImpl.zinterstore(K destination, ZAggregateArgs arguments, K... keys) io.smallrye.mutiny.Uni<Long>ReactiveSortedSetCommandsImpl.zinterstore(K destination, ZAggregateArgs arguments, K... keys) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommandsImpl.zinterstore(K destination, ZAggregateArgs arguments, K... keys) List<ScoredValue<V>>BlockingSortedSetCommandsImpl.zinterWithScores(ZAggregateArgs arguments, K... keys) voidBlockingTransactionalSortedSetCommandsImpl.zinterWithScores(ZAggregateArgs arguments, K... keys) io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl.zinterWithScores(ZAggregateArgs arguments, K... keys) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommandsImpl.zinterWithScores(ZAggregateArgs arguments, K... keys) BlockingSortedSetCommandsImpl.zunion(ZAggregateArgs args, K... keys) voidBlockingTransactionalSortedSetCommandsImpl.zunion(ZAggregateArgs args, K... keys) ReactiveSortedSetCommandsImpl.zunion(ZAggregateArgs args, K... keys) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommandsImpl.zunion(ZAggregateArgs args, K... keys) longBlockingSortedSetCommandsImpl.zunionstore(K destination, ZAggregateArgs args, K... keys) voidBlockingTransactionalSortedSetCommandsImpl.zunionstore(K destination, ZAggregateArgs args, K... keys) io.smallrye.mutiny.Uni<Long>ReactiveSortedSetCommandsImpl.zunionstore(K destination, ZAggregateArgs args, K... keys) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommandsImpl.zunionstore(K destination, ZAggregateArgs args, K... keys) List<ScoredValue<V>>BlockingSortedSetCommandsImpl.zunionWithScores(ZAggregateArgs args, K... keys) voidBlockingTransactionalSortedSetCommandsImpl.zunionWithScores(ZAggregateArgs args, K... keys) io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl.zunionWithScores(ZAggregateArgs args, K... keys) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommandsImpl.zunionWithScores(ZAggregateArgs args, K... keys)