Package com.influxdb.client.domain
Class Replication
java.lang.Object
com.influxdb.client.domain.Replication
Replication
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncurrentQueueSizeBytes
(Long currentQueueSizeBytes) description
(String description) dropNonRetryableData
(Boolean dropNonRetryableData) boolean
Get currentQueueSizeBytesGet descriptionGet dropNonRetryableDatagetId()
Get idGet latestErrorMessageGet latestResponseCodeGet localBucketIDGet maxQueueSizeBytesgetName()
Get namegetOrgID()
Get orgIDGet remoteBucketIDGet remoteIDint
hashCode()
latestErrorMessage
(String latestErrorMessage) latestResponseCode
(Integer latestResponseCode) localBucketID
(String localBucketID) maxQueueSizeBytes
(Long maxQueueSizeBytes) remoteBucketID
(String remoteBucketID) void
setCurrentQueueSizeBytes
(Long currentQueueSizeBytes) void
setDescription
(String description) void
setDropNonRetryableData
(Boolean dropNonRetryableData) void
void
setLatestErrorMessage
(String latestErrorMessage) void
setLatestResponseCode
(Integer latestResponseCode) void
setLocalBucketID
(String localBucketID) void
setMaxQueueSizeBytes
(Long maxQueueSizeBytes) void
void
void
setRemoteBucketID
(String remoteBucketID) void
setRemoteID
(String remoteID) toString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_ORG_I_D
- See Also:
-
SERIALIZED_NAME_REMOTE_I_D
- See Also:
-
SERIALIZED_NAME_LOCAL_BUCKET_I_D
- See Also:
-
SERIALIZED_NAME_REMOTE_BUCKET_I_D
- See Also:
-
SERIALIZED_NAME_MAX_QUEUE_SIZE_BYTES
- See Also:
-
SERIALIZED_NAME_CURRENT_QUEUE_SIZE_BYTES
- See Also:
-
SERIALIZED_NAME_LATEST_RESPONSE_CODE
- See Also:
-
SERIALIZED_NAME_LATEST_ERROR_MESSAGE
- See Also:
-
SERIALIZED_NAME_DROP_NON_RETRYABLE_DATA
- See Also:
-
-
Constructor Details
-
Replication
public Replication()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
orgID
-
getOrgID
Get orgID- Returns:
- orgID
-
setOrgID
-
remoteID
-
getRemoteID
Get remoteID- Returns:
- remoteID
-
setRemoteID
-
localBucketID
-
getLocalBucketID
Get localBucketID- Returns:
- localBucketID
-
setLocalBucketID
-
remoteBucketID
-
getRemoteBucketID
Get remoteBucketID- Returns:
- remoteBucketID
-
setRemoteBucketID
-
maxQueueSizeBytes
-
getMaxQueueSizeBytes
Get maxQueueSizeBytes- Returns:
- maxQueueSizeBytes
-
setMaxQueueSizeBytes
-
currentQueueSizeBytes
-
getCurrentQueueSizeBytes
Get currentQueueSizeBytes- Returns:
- currentQueueSizeBytes
-
setCurrentQueueSizeBytes
-
latestResponseCode
-
getLatestResponseCode
Get latestResponseCode- Returns:
- latestResponseCode
-
setLatestResponseCode
-
latestErrorMessage
-
getLatestErrorMessage
Get latestErrorMessage- Returns:
- latestErrorMessage
-
setLatestErrorMessage
-
dropNonRetryableData
-
getDropNonRetryableData
Get dropNonRetryableData- Returns:
- dropNonRetryableData
-
setDropNonRetryableData
-
equals
-
hashCode
public int hashCode() -
toString
-