Uses of Class
com.influxdb.client.domain.Replication
Packages that use Replication
-
Uses of Replication in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return ReplicationModifier and TypeMethodDescriptionReplication.currentQueueSizeBytes
(Long currentQueueSizeBytes) Replication.description
(String description) Replication.dropNonRetryableData
(Boolean dropNonRetryableData) Replication.latestErrorMessage
(String latestErrorMessage) Replication.latestResponseCode
(Integer latestResponseCode) Replication.localBucketID
(String localBucketID) Replication.maxQueueSizeBytes
(Long maxQueueSizeBytes) Replication.remoteBucketID
(String remoteBucketID) Methods in com.influxdb.client.domain that return types with arguments of type ReplicationMethods in com.influxdb.client.domain with parameters of type ReplicationMethod parameters in com.influxdb.client.domain with type arguments of type ReplicationModifier and TypeMethodDescriptionReplications.replications
(List<Replication> replications) void
Replications.setReplications
(List<Replication> replications) -
Uses of Replication in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type ReplicationModifier and TypeMethodDescriptionretrofit2.Call
<Replication> ReplicationsService.getReplicationByID
(String replicationID, String zapTraceSpan) Retrieve a replicationretrofit2.Call
<Replication> ReplicationsService.patchReplicationByID
(String replicationID, ReplicationUpdateRequest replicationUpdateRequest, String zapTraceSpan, Boolean validate) Update a replicationretrofit2.Call
<Replication> ReplicationsService.postReplication
(ReplicationCreationRequest replicationCreationRequest, String zapTraceSpan, Boolean validate) Register a new replication