public static enum EnvironmentStatistics.Type extends java.lang.Enum<EnvironmentStatistics.Type>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
id |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentStatistics.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentStatistics.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnvironmentStatistics.Type BYTES_WRITTEN
public static final EnvironmentStatistics.Type BYTES_READ
public static final EnvironmentStatistics.Type BYTES_MOVED_BY_GC
public static final EnvironmentStatistics.Type TRANSACTIONS
public static final EnvironmentStatistics.Type READONLY_TRANSACTIONS
public static final EnvironmentStatistics.Type GC_TRANSACTIONS
public static final EnvironmentStatistics.Type ACTIVE_TRANSACTIONS
public static final EnvironmentStatistics.Type FLUSHED_TRANSACTIONS
public static final EnvironmentStatistics.Type TRANSACTIONS_DURATION
public static final EnvironmentStatistics.Type READONLY_TRANSACTIONS_DURATION
public static final EnvironmentStatistics.Type GC_TRANSACTIONS_DURATION
public static final EnvironmentStatistics.Type DISK_USAGE
public static final EnvironmentStatistics.Type UTILIZATION_PERCENT
public static EnvironmentStatistics.Type[] values()
for (EnvironmentStatistics.Type c : EnvironmentStatistics.Type.values()) System.out.println(c);
public static EnvironmentStatistics.Type 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 null