| Package | Description |
|---|---|
| com.github.nickrm.jflux.domain |
Domain classes which represent domain entities defined by or relevant to InfluxDB, and used
throughout this library.
|
| Modifier and Type | Method and Description |
|---|---|
RetentionPolicy.Builder |
RetentionPolicy.Builder.duration(Duration duration)
Sets the
RetentionPolicy.duration for the retention policy. |
RetentionPolicy.Builder |
RetentionPolicy.Builder.isDefault(boolean isDefault)
Sets a value indicating whether this retention policy should be the default retention
policy.
|
RetentionPolicy.Builder |
RetentionPolicy.Builder.replication(int replication)
Sets the
replication factor for the retention policy. |
RetentionPolicy.Builder |
RetentionPolicy.Builder.shardDuration(Duration shardDuration)
Sets the
shard duration for the retention policy. |
Copyright © 2020. All rights reserved.