Package com.influxdb.client.domain
Class ReplicationCreationRequest
java.lang.Object
com.influxdb.client.domain.ReplicationCreationRequest
ReplicationCreationRequest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) dropNonRetryableData
(Boolean dropNonRetryableData) boolean
Get descriptionGet dropNonRetryableDataGet localBucketIDGet maxAgeSeconds minimum: 0Get maxQueueSizeBytes minimum: 33554430getName()
Get namegetOrgID()
Get orgIDGet remoteBucketIDGet remoteIDint
hashCode()
localBucketID
(String localBucketID) maxAgeSeconds
(Long maxAgeSeconds) maxQueueSizeBytes
(Long maxQueueSizeBytes) remoteBucketID
(String remoteBucketID) void
setDescription
(String description) void
setDropNonRetryableData
(Boolean dropNonRetryableData) void
setLocalBucketID
(String localBucketID) void
setMaxAgeSeconds
(Long maxAgeSeconds) void
setMaxQueueSizeBytes
(Long maxQueueSizeBytes) void
void
void
setRemoteBucketID
(String remoteBucketID) void
setRemoteID
(String remoteID) toString()
-
Field Details
-
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_DROP_NON_RETRYABLE_DATA
- See Also:
-
SERIALIZED_NAME_MAX_AGE_SECONDS
- See Also:
-
-
Constructor Details
-
ReplicationCreationRequest
public ReplicationCreationRequest()
-
-
Method Details
-
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 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
-