Uses of Class
io.quarkus.redis.datasource.timeseries.CreateArgs
Packages that use CreateArgs
-
Uses of CreateArgs in io.quarkus.redis.datasource.timeseries
Methods in io.quarkus.redis.datasource.timeseries that return CreateArgsModifier and TypeMethodDescriptionCreateArgs.chunkSize(int size) Sets the initial allocation size, in bytes, for the data part of each new chunk.CreateArgs.compressed()Set the series samples encoding format toCOMPRESSED, applies compression to the series samples.CreateArgs.duplicatePolicy(DuplicatePolicy policy) Set the policy for handling insertion (TS.ADD and TS.MADD) of multiple samples with identical timestamps.CreateArgs.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.CreateArgs.setRetention(Duration retention) Set the maximum age for samples compared to the highest reported timestamp, in milliseconds.CreateArgs.uncompressed()Set the series samples encoding format toUNCOMPRESSED, applies compression to the series samples.Methods in io.quarkus.redis.datasource.timeseries with parameters of type CreateArgsModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>ReactiveTimeSeriesCommands.tsCreate(K key, CreateArgs args) Execute the command TS.CREATE.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalTimeSeriesCommands.tsCreate(K key, CreateArgs args) Execute the command TS.CREATE.voidTimeSeriesCommands.tsCreate(K key, CreateArgs args) Execute the command TS.CREATE.voidTransactionalTimeSeriesCommands.tsCreate(K key, CreateArgs args) Execute the command TS.CREATE. -
Uses of CreateArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type CreateArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractTimeSeriesCommands._tsCreate(K key, CreateArgs args) voidBlockingTimeSeriesCommandsImpl.tsCreate(K key, CreateArgs args) voidBlockingTransactionalTimeSeriesCommandsImpl.tsCreate(K key, CreateArgs args) io.smallrye.mutiny.Uni<Void>ReactiveTimeSeriesCommandsImpl.tsCreate(K key, CreateArgs args) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalTimeSeriesCommandsImpl.tsCreate(K key, CreateArgs args)