public class QueueConfig extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
QueueConfig()
No args constructor for use in serialization
|
QueueConfig(String batchSendDeadline,
Integer capacity,
String maxBackoff,
Integer maxRetries,
Integer maxSamplesPerSend,
Integer maxShards,
String minBackoff,
Integer minShards) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getBatchSendDeadline() |
Integer |
getCapacity() |
String |
getMaxBackoff() |
Integer |
getMaxRetries() |
Integer |
getMaxSamplesPerSend() |
Integer |
getMaxShards() |
String |
getMinBackoff() |
Integer |
getMinShards() |
void |
setAdditionalProperty(String name,
Object value) |
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) |
public QueueConfig()
public QueueConfig(String batchSendDeadline, Integer capacity, String maxBackoff, Integer maxRetries, Integer maxSamplesPerSend, Integer maxShards, String minBackoff, Integer minShards)
maxRetries - minShards - maxBackoff - maxShards - minBackoff - batchSendDeadline - maxSamplesPerSend - capacity - public String getBatchSendDeadline()
public void setBatchSendDeadline(String batchSendDeadline)
public Integer getCapacity()
public void setCapacity(Integer capacity)
public String getMaxBackoff()
public void setMaxBackoff(String maxBackoff)
public Integer getMaxRetries()
public void setMaxRetries(Integer maxRetries)
public Integer getMaxSamplesPerSend()
public void setMaxSamplesPerSend(Integer maxSamplesPerSend)
public Integer getMaxShards()
public void setMaxShards(Integer maxShards)
public String getMinBackoff()
public void setMinBackoff(String minBackoff)
public Integer getMinShards()
public void setMinShards(Integer minShards)
Copyright © 2015–2023 Red Hat. All rights reserved.