public class QueuingConfiguration extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
QueuingConfiguration()
No args constructor for use in serialization
|
QueuingConfiguration(Integer handSize,
Integer queueLengthLimit,
Integer queues) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getHandSize() |
Integer |
getQueueLengthLimit() |
Integer |
getQueues() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHandSize(Integer handSize) |
void |
setQueueLengthLimit(Integer queueLengthLimit) |
void |
setQueues(Integer queues) |
public QueuingConfiguration()
public Integer getHandSize()
public void setHandSize(Integer handSize)
public Integer getQueueLengthLimit()
public void setQueueLengthLimit(Integer queueLengthLimit)
public Integer getQueues()
public void setQueues(Integer queues)
Copyright © 2015–2023 Red Hat. All rights reserved.