Uses of Enum Class
io.quarkus.redis.datasource.timeseries.Aggregation
Packages that use Aggregation
-
Uses of Aggregation in io.quarkus.redis.datasource.timeseries
Methods in io.quarkus.redis.datasource.timeseries that return AggregationModifier and TypeMethodDescriptionstatic AggregationReturns the enum constant of this class with the specified name.static Aggregation[]Aggregation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.redis.datasource.timeseries with parameters of type AggregationModifier and TypeMethodDescriptionMRangeArgs.aggregation(Aggregation aggregation, Duration bucketDuration) Aggregates results into time buckets.RangeArgs.aggregation(Aggregation aggregation, Duration bucketDuration) Aggregates results into time buckets.io.smallrye.mutiny.Uni<Void>ReactiveTimeSeriesCommands.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration) Execute the command TS.CREATERULE.io.smallrye.mutiny.Uni<Void>ReactiveTimeSeriesCommands.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration, long alignTimestamp) Execute the command TS.CREATERULE.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalTimeSeriesCommands.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration) Execute the command TS.CREATERULE.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalTimeSeriesCommands.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration, long alignTimestamp) Execute the command TS.CREATERULE.voidTimeSeriesCommands.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration) Execute the command TS.CREATERULE.voidTimeSeriesCommands.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration, long alignTimestamp) Execute the command TS.CREATERULE.voidTransactionalTimeSeriesCommands.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration) Execute the command TS.CREATERULE.voidTransactionalTimeSeriesCommands.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration, long alignTimestamp) Execute the command TS.CREATERULE. -
Uses of Aggregation in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type AggregationModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractTimeSeriesCommands._tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration) (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractTimeSeriesCommands._tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration, long alignTimestamp) voidBlockingTimeSeriesCommandsImpl.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration) voidBlockingTimeSeriesCommandsImpl.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration, long alignTimestamp) voidBlockingTransactionalTimeSeriesCommandsImpl.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration) voidBlockingTransactionalTimeSeriesCommandsImpl.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration, long alignTimestamp) io.smallrye.mutiny.Uni<Void>ReactiveTimeSeriesCommandsImpl.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration) io.smallrye.mutiny.Uni<Void>ReactiveTimeSeriesCommandsImpl.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration, long alignTimestamp) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalTimeSeriesCommandsImpl.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalTimeSeriesCommandsImpl.tsCreateRule(K key, K destKey, Aggregation aggregation, Duration bucketDuration, long alignTimestamp)