Uses of Class
com.influxdb.client.domain.PatchRetentionRule
Packages that use PatchRetentionRule
-
Uses of PatchRetentionRule in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return PatchRetentionRuleModifier and TypeMethodDescriptionPatchRetentionRule.everySeconds
(Integer everySeconds) PatchRetentionRule.shardGroupDurationSeconds
(Long shardGroupDurationSeconds) Methods in com.influxdb.client.domain that return types with arguments of type PatchRetentionRuleModifier and TypeMethodDescriptionPatchBucketRequest.getRetentionRules()
Updates to rules to expire or retain data.Methods in com.influxdb.client.domain with parameters of type PatchRetentionRuleModifier and TypeMethodDescriptionPatchBucketRequest.addRetentionRulesItem
(PatchRetentionRule retentionRulesItem) Method parameters in com.influxdb.client.domain with type arguments of type PatchRetentionRuleModifier and TypeMethodDescriptionPatchBucketRequest.retentionRules
(List<PatchRetentionRule> retentionRules) void
PatchBucketRequest.setRetentionRules
(List<PatchRetentionRule> retentionRules)