Uses of Enum Class
io.quarkus.redis.datasource.sortedset.ZAggregateArgs.Aggregate
Packages that use ZAggregateArgs.Aggregate
-
Uses of ZAggregateArgs.Aggregate in io.quarkus.redis.datasource.sortedset
Methods in io.quarkus.redis.datasource.sortedset that return ZAggregateArgs.AggregateModifier and TypeMethodDescriptionstatic ZAggregateArgs.AggregateReturns the enum constant of this class with the specified name.static ZAggregateArgs.Aggregate[]ZAggregateArgs.Aggregate.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.redis.datasource.sortedset with parameters of type ZAggregateArgs.AggregateModifier and TypeMethodDescriptionZAggregateArgs.aggregate(ZAggregateArgs.Aggregate aggregate) With the AGGREGATE option, it is possible to specify how the results of the union are aggregated.