Uses of Class
com.influxdb.client.domain.PatchRetentionRule
-
Uses of PatchRetentionRule in com.influxdb.client.domain
Modifier and TypeMethodDescriptionPatchRetentionRule.everySeconds
(Integer everySeconds) PatchRetentionRule.shardGroupDurationSeconds
(Long shardGroupDurationSeconds) Modifier and TypeMethodDescriptionPatchBucketRequest.getRetentionRules()
Updates to rules to expire or retain data.Modifier and TypeMethodDescriptionPatchBucketRequest.addRetentionRulesItem
(PatchRetentionRule retentionRulesItem) Modifier and TypeMethodDescriptionPatchBucketRequest.retentionRules
(List<PatchRetentionRule> retentionRules) void
PatchBucketRequest.setRetentionRules
(List<PatchRetentionRule> retentionRules)