Package com.influxdb.client.domain
Class ReplicationUpdateRequest
java.lang.Object
com.influxdb.client.domain.ReplicationUpdateRequest
ReplicationUpdateRequest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) dropNonRetryableData
(Boolean dropNonRetryableData) boolean
Get descriptionGet dropNonRetryableDataGet maxAgeSeconds minimum: 0Get maxQueueSizeBytes minimum: 33554430getName()
Get nameGet remoteBucketIDGet remoteIDint
hashCode()
maxAgeSeconds
(Long maxAgeSeconds) maxQueueSizeBytes
(Long maxQueueSizeBytes) remoteBucketID
(String remoteBucketID) void
setDescription
(String description) void
setDropNonRetryableData
(Boolean dropNonRetryableData) void
setMaxAgeSeconds
(Long maxAgeSeconds) void
setMaxQueueSizeBytes
(Long maxQueueSizeBytes) void
void
setRemoteBucketID
(String remoteBucketID) void
setRemoteID
(String remoteID) toString()
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_REMOTE_I_D
- See Also:
-
SERIALIZED_NAME_REMOTE_BUCKET_I_D
- See Also:
-
SERIALIZED_NAME_MAX_QUEUE_SIZE_BYTES
- See Also:
-
SERIALIZED_NAME_DROP_NON_RETRYABLE_DATA
- See Also:
-
SERIALIZED_NAME_MAX_AGE_SECONDS
- See Also:
-
-
Constructor Details
-
ReplicationUpdateRequest
public ReplicationUpdateRequest()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
remoteID
-
getRemoteID
Get remoteID- Returns:
- remoteID
-
setRemoteID
-
remoteBucketID
-
getRemoteBucketID
Get remoteBucketID- Returns:
- remoteBucketID
-
setRemoteBucketID
-
maxQueueSizeBytes
-
getMaxQueueSizeBytes
Get maxQueueSizeBytes minimum: 33554430- Returns:
- maxQueueSizeBytes
-
setMaxQueueSizeBytes
-
dropNonRetryableData
-
getDropNonRetryableData
Get dropNonRetryableData- Returns:
- dropNonRetryableData
-
setDropNonRetryableData
-
maxAgeSeconds
-
getMaxAgeSeconds
Get maxAgeSeconds minimum: 0- Returns:
- maxAgeSeconds
-
setMaxAgeSeconds
-
equals
-
hashCode
public int hashCode() -
toString
-