Uses of Class
io.quarkus.redis.datasource.timeseries.AlterArgs
-
Packages that use AlterArgs Package Description io.quarkus.redis.datasource.timeseries io.quarkus.redis.runtime.datasource -
-
Uses of AlterArgs in io.quarkus.redis.datasource.timeseries
Methods in io.quarkus.redis.datasource.timeseries that return AlterArgs Modifier and Type Method Description AlterArgsAlterArgs. chunkSize(int size)Sets the initial allocation size, in bytes, for the data part of each new chunk.AlterArgsAlterArgs. duplicatePolicy(DuplicatePolicy policy)Set the policy for handling insertion (TS.ADD and TS.MADD) of multiple samples with identical timestamps.AlterArgsAlterArgs. forever()Set the retention duration so the samples never expire.AlterArgsAlterArgs. label(String label, Object value)Set a label-value pairs that represent metadata labels of the key and serve as a secondary index.AlterArgsAlterArgs. setRetention(Duration retention)Set the maximum age for samples compared to the highest reported timestamp, in milliseconds.Methods in io.quarkus.redis.datasource.timeseries with parameters of type AlterArgs Modifier and Type Method Description io.smallrye.mutiny.Uni<Void>ReactiveTimeSeriesCommands. tsAlter(K key, AlterArgs args)Execute the command TS.ALTER.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalTimeSeriesCommands. tsAlter(K key, AlterArgs args)Execute the command TS.ALTER.voidTimeSeriesCommands. tsAlter(K key, AlterArgs args)Execute the command TS.ALTER.voidTransactionalTimeSeriesCommands. tsAlter(K key, AlterArgs args)Execute the command TS.ALTER. -
Uses of AlterArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type AlterArgs Modifier and Type Method Description (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractTimeSeriesCommands. _tsAlter(K key, AlterArgs args)voidBlockingTimeSeriesCommandsImpl. tsAlter(K key, AlterArgs args)voidBlockingTransactionalTimeSeriesCommandsImpl. tsAlter(K key, AlterArgs args)io.smallrye.mutiny.Uni<Void>ReactiveTimeSeriesCommandsImpl. tsAlter(K key, AlterArgs args)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalTimeSeriesCommandsImpl. tsAlter(K key, AlterArgs args)
-