public enum PercentileStatistic extends Enum<PercentileStatistic>
| Enum Constant and Description |
|---|
RO_LOCAL_EXECUTION |
RO_REMOTE_EXECUTION |
WR_LOCAL_EXECUTION |
WR_REMOTE_EXECUTION |
| Modifier and Type | Method and Description |
|---|---|
static PercentileStatistic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PercentileStatistic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PercentileStatistic RO_LOCAL_EXECUTION
public static final PercentileStatistic WR_LOCAL_EXECUTION
public static final PercentileStatistic RO_REMOTE_EXECUTION
public static final PercentileStatistic WR_REMOTE_EXECUTION
public static PercentileStatistic[] values()
for (PercentileStatistic c : PercentileStatistic.values()) System.out.println(c);
public static PercentileStatistic 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 © 2025 JBoss, a division of Red Hat. All rights reserved.