Uses of Class
io.quarkus.redis.datasource.timeseries.AddArgs
Packages that use AddArgs
-
Uses of AddArgs in io.quarkus.redis.datasource.timeseries
Methods in io.quarkus.redis.datasource.timeseries that return AddArgsModifier and TypeMethodDescriptionAddArgs.chunkSize(int size) Sets the memory size, in bytes, allocated for each data chunk.AddArgs.compressed()Set the series sample's encoding format toCOMPRESSEDUse it only if you are creating a new time series.Set a label-value pairs that represent metadata labels of the time series.AddArgs.onDuplicate(DuplicatePolicy policy) Overwrite key and database configuration for DUPLICATE_POLICY, the policy for handling samples with identical timestamps.AddArgs.setRetention(Duration retention) Set the maximum retention period, compared to the maximum existing timestamp, in milliseconds.AddArgs.uncompressed()Set the series sample's encoding format toUNCOMPRESSEDUse it only if you are creating a new time series.Methods in io.quarkus.redis.datasource.timeseries with parameters of type AddArgsModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>Execute the command TS.ADD.io.smallrye.mutiny.Uni<Void>Execute the command TS.ADD.io.smallrye.mutiny.Uni<Void>Execute the command TS.ADD.voidExecute the command TS.ADD.voidExecute the command TS.ADD.voidExecute the command TS.ADD. -
Uses of AddArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type AddArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>voidvoidvoidBlockingTransactionalTimeSeriesCommandsImpl.tsAdd(K key, long timestamp, double value, AddArgs args) io.smallrye.mutiny.Uni<Void>io.smallrye.mutiny.Uni<Void>io.smallrye.mutiny.Uni<Void>ReactiveTransactionalTimeSeriesCommandsImpl.tsAdd(K key, long timestamp, double value, AddArgs args)