Uses of Class
io.quarkus.redis.datasource.timeseries.CreateArgs
-
Packages that use CreateArgs Package Description io.quarkus.redis.datasource.timeseries io.quarkus.redis.runtime.datasource -
-
Uses of CreateArgs in io.quarkus.redis.datasource.timeseries
Methods in io.quarkus.redis.datasource.timeseries that return CreateArgs Modifier and Type Method Description CreateArgsCreateArgs. chunkSize(int size)Sets the initial allocation size, in bytes, for the data part of each new chunk.CreateArgsCreateArgs. compressed()Set the series samples encoding format toCOMPRESSED, applies compression to the series samples.CreateArgsCreateArgs. duplicatePolicy(DuplicatePolicy policy)Set the policy for handling insertion (TS.ADD and TS.MADD) of multiple samples with identical timestamps.CreateArgsCreateArgs. forever()Set the retention duration so the samples never expire.CreateArgsCreateArgs. label(String label, Object value)Set a label-value pairs that represent metadata labels of the key and serve as a secondary index.CreateArgsCreateArgs. setRetention(Duration retention)Set the maximum age for samples compared to the highest reported timestamp, in milliseconds.CreateArgsCreateArgs. 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 CreateArgs Modifier and Type Method Description io.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 CreateArgs Modifier and Type Method Description (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)
-