Uses of Class
io.quarkus.redis.datasource.timeseries.DuplicatePolicy
-
Packages that use DuplicatePolicy Package Description io.quarkus.redis.datasource.timeseries -
-
Uses of DuplicatePolicy in io.quarkus.redis.datasource.timeseries
Methods in io.quarkus.redis.datasource.timeseries that return DuplicatePolicy Modifier and Type Method Description static DuplicatePolicyDuplicatePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static DuplicatePolicy[]DuplicatePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.redis.datasource.timeseries with parameters of type DuplicatePolicy Modifier and Type Method Description AlterArgsAlterArgs. duplicatePolicy(DuplicatePolicy policy)Set the policy for handling insertion (TS.ADD and TS.MADD) of multiple samples with identical timestamps.CreateArgsCreateArgs. duplicatePolicy(DuplicatePolicy policy)Set the policy for handling insertion (TS.ADD and TS.MADD) of multiple samples with identical timestamps.AddArgsAddArgs. onDuplicate(DuplicatePolicy policy)Overwrite key and database configuration for DUPLICATE_POLICY, the policy for handling samples with identical timestamps.
-