public static enum OpProfiler.PenaltyCause extends Enum<OpProfiler.PenaltyCause>
| Enum Constant and Description |
|---|
MIXED_ORDER |
NON_EWS_ACCESS |
NONE |
STRIDED_ACCESS |
TAD_NON_EWS_ACCESS |
TAD_STRIDED_ACCESS |
| Modifier and Type | Method and Description |
|---|---|
static OpProfiler.PenaltyCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpProfiler.PenaltyCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpProfiler.PenaltyCause NONE
public static final OpProfiler.PenaltyCause NON_EWS_ACCESS
public static final OpProfiler.PenaltyCause STRIDED_ACCESS
public static final OpProfiler.PenaltyCause MIXED_ORDER
public static final OpProfiler.PenaltyCause TAD_NON_EWS_ACCESS
public static final OpProfiler.PenaltyCause TAD_STRIDED_ACCESS
public static OpProfiler.PenaltyCause[] values()
for (OpProfiler.PenaltyCause c : OpProfiler.PenaltyCause.values()) System.out.println(c);
public static OpProfiler.PenaltyCause 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 © 2021. All rights reserved.