public class ReplicationUpdateRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_DROP_NON_RETRYABLE_DATA |
static String |
SERIALIZED_NAME_MAX_AGE_SECONDS |
static String |
SERIALIZED_NAME_MAX_QUEUE_SIZE_BYTES |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_REMOTE_BUCKET_I_D |
static String |
SERIALIZED_NAME_REMOTE_I_D |
| Constructor and Description |
|---|
ReplicationUpdateRequest() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_REMOTE_I_D
public static final String SERIALIZED_NAME_REMOTE_BUCKET_I_D
public static final String SERIALIZED_NAME_MAX_QUEUE_SIZE_BYTES
public static final String SERIALIZED_NAME_DROP_NON_RETRYABLE_DATA
public static final String SERIALIZED_NAME_MAX_AGE_SECONDS
public ReplicationUpdateRequest name(String name)
public String getName()
public void setName(String name)
public ReplicationUpdateRequest description(String description)
public String getDescription()
public void setDescription(String description)
public ReplicationUpdateRequest remoteID(String remoteID)
public String getRemoteID()
public void setRemoteID(String remoteID)
public ReplicationUpdateRequest remoteBucketID(String remoteBucketID)
public String getRemoteBucketID()
public void setRemoteBucketID(String remoteBucketID)
public ReplicationUpdateRequest maxQueueSizeBytes(Long maxQueueSizeBytes)
public Long getMaxQueueSizeBytes()
public void setMaxQueueSizeBytes(Long maxQueueSizeBytes)
public ReplicationUpdateRequest dropNonRetryableData(Boolean dropNonRetryableData)
public Boolean getDropNonRetryableData()
public void setDropNonRetryableData(Boolean dropNonRetryableData)
public ReplicationUpdateRequest maxAgeSeconds(Long maxAgeSeconds)
public Long getMaxAgeSeconds()
public void setMaxAgeSeconds(Long maxAgeSeconds)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.