public enum VisorPerformanceStatisticsOperation extends Enum<VisorPerformanceStatisticsOperation>
| Enum Constant and Description |
|---|
ROTATE
Rotate collecting performance statistics in the cluster.
|
START
Start collecting performance statistics in the cluster.
|
STATUS
Get status of collecting performance statistics in the cluster.
|
STOP
Stop collecting performance statistics in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable VisorPerformanceStatisticsOperation |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static VisorPerformanceStatisticsOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisorPerformanceStatisticsOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisorPerformanceStatisticsOperation START
public static final VisorPerformanceStatisticsOperation STOP
public static final VisorPerformanceStatisticsOperation ROTATE
public static final VisorPerformanceStatisticsOperation STATUS
public static VisorPerformanceStatisticsOperation[] values()
for (VisorPerformanceStatisticsOperation c : VisorPerformanceStatisticsOperation.values()) System.out.println(c);
public static VisorPerformanceStatisticsOperation 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 null@Nullable public static @Nullable VisorPerformanceStatisticsOperation fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023