
public static enum OSessionStoragePerformanceStatistic.ComponentType extends Enum<OSessionStoragePerformanceStatistic.ComponentType>
| Modifier and Type | Method and Description |
|---|---|
static OSessionStoragePerformanceStatistic.ComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSessionStoragePerformanceStatistic.ComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSessionStoragePerformanceStatistic.ComponentType GENERAL
public static final OSessionStoragePerformanceStatistic.ComponentType INDEX
public static final OSessionStoragePerformanceStatistic.ComponentType CLUSTER
public static final OSessionStoragePerformanceStatistic.ComponentType RIDBAG
public static OSessionStoragePerformanceStatistic.ComponentType[] values()
for (OSessionStoragePerformanceStatistic.ComponentType c : OSessionStoragePerformanceStatistic.ComponentType.values()) System.out.println(c);
public static OSessionStoragePerformanceStatistic.ComponentType 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 © 2009–2025 OrientDB. All rights reserved.