Uses of Class
io.quarkus.redis.datasource.sortedset.ZAggregateArgs
-
Packages that use ZAggregateArgs Package Description io.quarkus.redis.datasource.sortedset io.quarkus.redis.runtime.datasource -
-
Uses of ZAggregateArgs in io.quarkus.redis.datasource.sortedset
Methods in io.quarkus.redis.datasource.sortedset that return ZAggregateArgs Modifier and Type Method Description ZAggregateArgsZAggregateArgs. aggregate(ZAggregateArgs.Aggregate aggregate)With the AGGREGATE option, it is possible to specify how the results of the union are aggregated.ZAggregateArgsZAggregateArgs. max()Configure theaggregatefunction to beMAX.ZAggregateArgsZAggregateArgs. min()Configure theaggregatefunction to beMIN.ZAggregateArgsZAggregateArgs. sum()Configure theaggregatefunction to beSUM.ZAggregateArgsZAggregateArgs. 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 ZAggregateArgs Modifier and Type Method Description io.smallrye.mutiny.Uni<List<V>>ReactiveSortedSetCommands. zinter(ZAggregateArgs arguments, K... keys)Execute the command ZINTER.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommands. zinter(ZAggregateArgs arguments, K... keys)Execute the command ZINTER.List<V>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.io.smallrye.mutiny.Uni<List<V>>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.List<V>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 ZAggregateArgs Modifier and Type Field Description protected static ZAggregateArgsAbstractSortedSetCommands. DEFAULT_INSTANCE_AGGMethods in io.quarkus.redis.runtime.datasource with parameters of type ZAggregateArgs Modifier and Type Method Description (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)List<V>BlockingSortedSetCommandsImpl. zinter(ZAggregateArgs arguments, K... keys)voidBlockingTransactionalSortedSetCommandsImpl. zinter(ZAggregateArgs arguments, K... keys)io.smallrye.mutiny.Uni<List<V>>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)List<V>BlockingSortedSetCommandsImpl. zunion(ZAggregateArgs args, K... keys)voidBlockingTransactionalSortedSetCommandsImpl. zunion(ZAggregateArgs args, K... keys)io.smallrye.mutiny.Uni<List<V>>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)
-