public enum LRAMetricType extends Enum<LRAMetricType>
Enum Constant and Description |
---|
AfterLRA |
Cancelled |
Closed |
Compensated |
Completed |
FailedToCancel |
FailedToClose |
Forget |
Nested |
Status |
Modifier and Type | Method and Description |
---|---|
static LRAMetricType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LRAMetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LRAMetricType Closed
public static final LRAMetricType FailedToClose
public static final LRAMetricType Cancelled
public static final LRAMetricType FailedToCancel
public static final LRAMetricType Compensated
public static final LRAMetricType Completed
public static final LRAMetricType Status
public static final LRAMetricType Forget
public static final LRAMetricType Nested
public static final LRAMetricType AfterLRA
public static LRAMetricType[] values()
for (LRAMetricType c : LRAMetricType.values()) System.out.println(c);
public static LRAMetricType 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 Eclipse Foundation. All rights reserved.