| Package | Description |
|---|---|
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
Replication |
Replication.currentQueueSizeBytes(Long currentQueueSizeBytes) |
Replication |
Replication.description(String description) |
Replication |
Replication.dropNonRetryableData(Boolean dropNonRetryableData) |
Replication |
Replication.id(String id) |
Replication |
Replication.latestErrorMessage(String latestErrorMessage) |
Replication |
Replication.latestResponseCode(Integer latestResponseCode) |
Replication |
Replication.localBucketID(String localBucketID) |
Replication |
Replication.maxQueueSizeBytes(Long maxQueueSizeBytes) |
Replication |
Replication.name(String name) |
Replication |
Replication.orgID(String orgID) |
Replication |
Replication.remoteBucketID(String remoteBucketID) |
Replication |
Replication.remoteID(String remoteID) |
| Modifier and Type | Method and Description |
|---|---|
List<Replication> |
Replications.getReplications()
Get replications
|
| Modifier and Type | Method and Description |
|---|---|
Replications |
Replications.addReplicationsItem(Replication replicationsItem) |
| Modifier and Type | Method and Description |
|---|---|
Replications |
Replications.replications(List<Replication> replications) |
void |
Replications.setReplications(List<Replication> replications) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Replication> |
ReplicationsService.getReplicationByID(String replicationID,
String zapTraceSpan)
Retrieve a replication
|
retrofit2.Call<Replication> |
ReplicationsService.patchReplicationByID(String replicationID,
ReplicationUpdateRequest replicationUpdateRequest,
String zapTraceSpan,
Boolean validate)
Update a replication
|
retrofit2.Call<Replication> |
ReplicationsService.postReplication(ReplicationCreationRequest replicationCreationRequest,
String zapTraceSpan,
Boolean validate)
Register a new replication
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.