Uses of Class
io.quarkus.redis.datasource.timeseries.AlterArgs
Packages that use AlterArgs
-
Uses of AlterArgs in io.quarkus.redis.datasource.timeseries
Methods in io.quarkus.redis.datasource.timeseries that return AlterArgsModifier and TypeMethodDescriptionAlterArgs.chunkSize(int size) Sets the initial allocation size, in bytes, for the data part of each new chunk.AlterArgs.duplicatePolicy(DuplicatePolicy policy) Set the policy for handling insertion (TS.ADD and TS.MADD) of multiple samples with identical timestamps.AlterArgs.forever()Set the retention duration so the samples never expire.Set a label-value pairs that represent metadata labels of the key and serve as a secondary index.AlterArgs.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 -
Uses of AlterArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type AlterArgs