public class QueueConfigFluent<A extends QueueConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
QueueConfigFluent() |
QueueConfigFluent(QueueConfig instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic QueueConfigFluent()
public QueueConfigFluent(QueueConfig instance)
public String getBatchSendDeadline()
public boolean hasBatchSendDeadline()
public Integer getCapacity()
public boolean hasCapacity()
public String getMaxBackoff()
public boolean hasMaxBackoff()
public Integer getMaxRetries()
public boolean hasMaxRetries()
public Integer getMaxSamplesPerSend()
public boolean hasMaxSamplesPerSend()
public Integer getMaxShards()
public boolean hasMaxShards()
public String getMinBackoff()
public boolean hasMinBackoff()
public Integer getMinShards()
public boolean hasMinShards()
public Boolean getRetryOnRateLimit()
public boolean hasRetryOnRateLimit()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends QueueConfigFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends QueueConfigFluent<A>>public A withRetryOnRateLimit()
Copyright © 2015–2023 Red Hat. All rights reserved.