Package com.influxdb.client.domain
Class ReplicationCreationRequest
java.lang.Object
com.influxdb.client.domain.ReplicationCreationRequest
ReplicationCreationRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) dropNonRetryableData(Boolean dropNonRetryableData) booleanGet descriptionGet dropNonRetryableDataGet localBucketIDGet maxAgeSeconds minimum: 0Get maxQueueSizeBytes minimum: 33554430getName()Get namegetOrgID()Get orgIDGet remoteBucketIDGet remoteIDinthashCode()localBucketID(String localBucketID) maxAgeSeconds(Long maxAgeSeconds) maxQueueSizeBytes(Long maxQueueSizeBytes) remoteBucketID(String remoteBucketID) voidsetDescription(String description) voidsetDropNonRetryableData(Boolean dropNonRetryableData) voidsetLocalBucketID(String localBucketID) voidsetMaxAgeSeconds(Long maxAgeSeconds) voidsetMaxQueueSizeBytes(Long maxQueueSizeBytes) voidvoidvoidsetRemoteBucketID(String remoteBucketID) voidsetRemoteID(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
-