@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-20T22:55:54.394Z[Etc/UTC]") public class V1beta1QueuingConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_HAND_SIZE |
static String |
SERIALIZED_NAME_QUEUE_LENGTH_LIMIT |
static String |
SERIALIZED_NAME_QUEUES |
Constructor and Description |
---|
V1beta1QueuingConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getHandSize()
`handSize` is a small positive number that configures the shuffle sharding of
requests into queues.
|
Integer |
getQueueLengthLimit()
`queueLengthLimit` is the maximum number of requests allowed to be waiting in a given
queue of this priority level at a time; excess requests are rejected.
|
Integer |
getQueues()
`queues` is the number of queues for this priority level.
|
V1beta1QueuingConfiguration |
handSize(Integer handSize) |
int |
hashCode() |
V1beta1QueuingConfiguration |
queueLengthLimit(Integer queueLengthLimit) |
V1beta1QueuingConfiguration |
queues(Integer queues) |
void |
setHandSize(Integer handSize) |
void |
setQueueLengthLimit(Integer queueLengthLimit) |
void |
setQueues(Integer queues) |
String |
toString() |
public static final String SERIALIZED_NAME_HAND_SIZE
public static final String SERIALIZED_NAME_QUEUE_LENGTH_LIMIT
public static final String SERIALIZED_NAME_QUEUES
public V1beta1QueuingConfiguration handSize(Integer handSize)
@Nullable public Integer getHandSize()
public void setHandSize(Integer handSize)
public V1beta1QueuingConfiguration queueLengthLimit(Integer queueLengthLimit)
@Nullable public Integer getQueueLengthLimit()
public void setQueueLengthLimit(Integer queueLengthLimit)
public V1beta1QueuingConfiguration queues(Integer queues)
@Nullable public Integer getQueues()
public void setQueues(Integer queues)
Copyright © 2021. All rights reserved.