public static enum QueueUpdateWarning.QueueUpdateWarningType extends Enum<QueueUpdateWarning.QueueUpdateWarningType>
Enum Constant and Description |
---|
BRANCH_DOWNSCALED |
BRANCH_UNDERUTILIZED |
QUEUE_EXCEEDS_MAX_RESOURCE |
QUEUE_MAX_RESOURCE_EXCEEDS_PARENT |
QUEUE_OVERUTILIZED |
QUEUE_ZERO_RESOURCE |
Modifier and Type | Method and Description |
---|---|
String |
getTemplate() |
QueueUpdateWarning |
ofQueue(String queue) |
static QueueUpdateWarning.QueueUpdateWarningType |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic QueueUpdateWarning ofQueue(String queue)
public String getTemplate()
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.