Uses of Enum Class
io.quarkus.redis.datasource.timeseries.DuplicatePolicy
Packages that use DuplicatePolicy
-
Uses of DuplicatePolicy in io.quarkus.redis.datasource.timeseries
Methods in io.quarkus.redis.datasource.timeseries that return DuplicatePolicyModifier and TypeMethodDescriptionstatic DuplicatePolicyReturns the enum constant of this class with the specified name.static DuplicatePolicy[]DuplicatePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.redis.datasource.timeseries with parameters of type DuplicatePolicyModifier and TypeMethodDescriptionAlterArgs.duplicatePolicy(DuplicatePolicy policy) Set the policy for handling insertion (TS.ADD and TS.MADD) of multiple samples with identical timestamps.CreateArgs.duplicatePolicy(DuplicatePolicy policy) Set the policy for handling insertion (TS.ADD and TS.MADD) of multiple samples with identical timestamps.AddArgs.onDuplicate(DuplicatePolicy policy) Overwrite key and database configuration for DUPLICATE_POLICY, the policy for handling samples with identical timestamps.