@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1PrometheusSpecQueueConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BATCH_SEND_DEADLINE |
static String |
SERIALIZED_NAME_CAPACITY |
static String |
SERIALIZED_NAME_MAX_BACKOFF |
static String |
SERIALIZED_NAME_MAX_RETRIES |
static String |
SERIALIZED_NAME_MAX_SAMPLES_PER_SEND |
static String |
SERIALIZED_NAME_MAX_SHARDS |
static String |
SERIALIZED_NAME_MIN_BACKOFF |
static String |
SERIALIZED_NAME_MIN_SHARDS |
| Constructor and Description |
|---|
V1PrometheusSpecQueueConfig() |
| Modifier and Type | Method and Description |
|---|---|
V1PrometheusSpecQueueConfig |
batchSendDeadline(String batchSendDeadline) |
V1PrometheusSpecQueueConfig |
capacity(Integer capacity) |
boolean |
equals(Object o) |
String |
getBatchSendDeadline()
BatchSendDeadline is the maximum time a sample will wait in buffer.
|
Integer |
getCapacity()
Capacity is the number of samples to buffer per shard before we start dropping them.
|
String |
getMaxBackoff()
MaxBackoff is the maximum retry delay.
|
Integer |
getMaxRetries()
MaxRetries is the maximum number of times to retry a batch on recoverable errors.
|
Integer |
getMaxSamplesPerSend()
MaxSamplesPerSend is the maximum number of samples per send.
|
Integer |
getMaxShards()
MaxShards is the maximum number of shards, i.e.
|
String |
getMinBackoff()
MinBackoff is the initial retry delay.
|
Integer |
getMinShards()
MinShards is the minimum number of shards, i.e.
|
int |
hashCode() |
V1PrometheusSpecQueueConfig |
maxBackoff(String maxBackoff) |
V1PrometheusSpecQueueConfig |
maxRetries(Integer maxRetries) |
V1PrometheusSpecQueueConfig |
maxSamplesPerSend(Integer maxSamplesPerSend) |
V1PrometheusSpecQueueConfig |
maxShards(Integer maxShards) |
V1PrometheusSpecQueueConfig |
minBackoff(String minBackoff) |
V1PrometheusSpecQueueConfig |
minShards(Integer minShards) |
void |
setBatchSendDeadline(String batchSendDeadline) |
void |
setCapacity(Integer capacity) |
void |
setMaxBackoff(String maxBackoff) |
void |
setMaxRetries(Integer maxRetries) |
void |
setMaxSamplesPerSend(Integer maxSamplesPerSend) |
void |
setMaxShards(Integer maxShards) |
void |
setMinBackoff(String minBackoff) |
void |
setMinShards(Integer minShards) |
String |
toString() |
public static final String SERIALIZED_NAME_BATCH_SEND_DEADLINE
public static final String SERIALIZED_NAME_CAPACITY
public static final String SERIALIZED_NAME_MAX_BACKOFF
public static final String SERIALIZED_NAME_MAX_RETRIES
public static final String SERIALIZED_NAME_MAX_SAMPLES_PER_SEND
public static final String SERIALIZED_NAME_MAX_SHARDS
public static final String SERIALIZED_NAME_MIN_BACKOFF
public static final String SERIALIZED_NAME_MIN_SHARDS
public V1PrometheusSpecQueueConfig batchSendDeadline(String batchSendDeadline)
@Nullable public String getBatchSendDeadline()
public void setBatchSendDeadline(String batchSendDeadline)
public V1PrometheusSpecQueueConfig capacity(Integer capacity)
@Nullable public Integer getCapacity()
public void setCapacity(Integer capacity)
public V1PrometheusSpecQueueConfig maxBackoff(String maxBackoff)
@Nullable public String getMaxBackoff()
public void setMaxBackoff(String maxBackoff)
public V1PrometheusSpecQueueConfig maxRetries(Integer maxRetries)
@Nullable public Integer getMaxRetries()
public void setMaxRetries(Integer maxRetries)
public V1PrometheusSpecQueueConfig maxSamplesPerSend(Integer maxSamplesPerSend)
@Nullable public Integer getMaxSamplesPerSend()
public void setMaxSamplesPerSend(Integer maxSamplesPerSend)
public V1PrometheusSpecQueueConfig maxShards(Integer maxShards)
@Nullable public Integer getMaxShards()
public void setMaxShards(Integer maxShards)
public V1PrometheusSpecQueueConfig minBackoff(String minBackoff)
@Nullable public String getMinBackoff()
public void setMinBackoff(String minBackoff)
public V1PrometheusSpecQueueConfig minShards(Integer minShards)
@Nullable public Integer getMinShards()
public void setMinShards(Integer minShards)
Copyright © 2020. All rights reserved.