@InterfaceStability.Unstable public static enum ProportionalCapacityPreemptionPolicy.IntraQueuePreemptionOrderPolicy extends Enum<ProportionalCapacityPreemptionPolicy.IntraQueuePreemptionOrderPolicy>
| Enum Constant and Description | 
|---|
| PRIORITY_FIRST | 
| USERLIMIT_FIRST | 
| Modifier and Type | Method and Description | 
|---|---|
| static ProportionalCapacityPreemptionPolicy.IntraQueuePreemptionOrderPolicy | valueOf(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(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 nullCopyright © 2008–2023 Apache Software Foundation. All rights reserved.