java.io.Serializable, java.lang.Comparable<ProportionalCapacityPreemptionPolicy.IntraQueuePreemptionOrderPolicy>@Unstable public static enum ProportionalCapacityPreemptionPolicy.IntraQueuePreemptionOrderPolicy extends java.lang.Enum<ProportionalCapacityPreemptionPolicy.IntraQueuePreemptionOrderPolicy>
| Enum Constant | Description |
|---|---|
PRIORITY_FIRST |
|
USERLIMIT_FIRST |
| Modifier and Type | Method | Description |
|---|---|---|
static ProportionalCapacityPreemptionPolicy.IntraQueuePreemptionOrderPolicy |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ProportionalCapacityPreemptionPolicy.IntraQueuePreemptionOrderPolicy[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProportionalCapacityPreemptionPolicy.IntraQueuePreemptionOrderPolicy PRIORITY_FIRST
public static final ProportionalCapacityPreemptionPolicy.IntraQueuePreemptionOrderPolicy USERLIMIT_FIRST
public static ProportionalCapacityPreemptionPolicy.IntraQueuePreemptionOrderPolicy[] values()
for (ProportionalCapacityPreemptionPolicy.IntraQueuePreemptionOrderPolicy c : ProportionalCapacityPreemptionPolicy.IntraQueuePreemptionOrderPolicy.values()) System.out.println(c);
public static ProportionalCapacityPreemptionPolicy.IntraQueuePreemptionOrderPolicy 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 nullCopyright © 2008–2025 Apache Software Foundation. All rights reserved.