java.io.Serializable, java.lang.Comparable<QueueUpdateWarning.QueueUpdateWarningType>public static enum QueueUpdateWarning.QueueUpdateWarningType extends java.lang.Enum<QueueUpdateWarning.QueueUpdateWarningType>
| Enum Constant | Description |
|---|---|
BRANCH_DOWNSCALED |
|
BRANCH_UNDERUTILIZED |
|
QUEUE_EXCEEDS_MAX_RESOURCE |
|
QUEUE_MAX_RESOURCE_EXCEEDS_PARENT |
|
QUEUE_OVERUTILIZED |
|
QUEUE_ZERO_RESOURCE |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getTemplate() |
|
QueueUpdateWarning |
ofQueue(java.lang.String queue) |
|
static QueueUpdateWarning.QueueUpdateWarningType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static QueueUpdateWarning.QueueUpdateWarningType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueueUpdateWarning.QueueUpdateWarningType BRANCH_UNDERUTILIZED
public static final QueueUpdateWarning.QueueUpdateWarningType QUEUE_OVERUTILIZED
public static final QueueUpdateWarning.QueueUpdateWarningType QUEUE_ZERO_RESOURCE
public static final QueueUpdateWarning.QueueUpdateWarningType BRANCH_DOWNSCALED
public static final QueueUpdateWarning.QueueUpdateWarningType QUEUE_EXCEEDS_MAX_RESOURCE
public static final QueueUpdateWarning.QueueUpdateWarningType QUEUE_MAX_RESOURCE_EXCEEDS_PARENT
public static QueueUpdateWarning.QueueUpdateWarningType[] values()
for (QueueUpdateWarning.QueueUpdateWarningType c : QueueUpdateWarning.QueueUpdateWarningType.values()) System.out.println(c);
public static QueueUpdateWarning.QueueUpdateWarningType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic QueueUpdateWarning ofQueue(java.lang.String queue)
public java.lang.String getTemplate()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.