public enum PerformanceStatisticsSubCommand extends Enum<PerformanceStatisticsSubCommand>
PerformanceStatisticsCommand| Enum Constant and Description |
|---|
ROTATE
Sub-command to rotate collecting performance statistics in the cluster.
|
START
Sub-command to start collecting performance statistics in the cluster.
|
STATUS
Sub-command to get status of collecting performance statistics in the cluster.
|
STOP
Sub-command to stop collecting performance statistics in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable PerformanceStatisticsSubCommand |
of(String text) |
String |
toString() |
static PerformanceStatisticsSubCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceStatisticsSubCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
VisorPerformanceStatisticsOperation |
visorOperation() |
public static final PerformanceStatisticsSubCommand START
public static final PerformanceStatisticsSubCommand STOP
public static final PerformanceStatisticsSubCommand ROTATE
public static final PerformanceStatisticsSubCommand STATUS
public static PerformanceStatisticsSubCommand[] values()
for (PerformanceStatisticsSubCommand c : PerformanceStatisticsSubCommand.values()) System.out.println(c);
public static PerformanceStatisticsSubCommand 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 PerformanceStatisticsSubCommand of(String text)
text - Command text (case insensitive).Null if there is no such command.public VisorPerformanceStatisticsOperation visorOperation()
VisorPerformanceStatisticsOperation which is associated with performance statistics subcommand.public String toString()
toString in class Enum<PerformanceStatisticsSubCommand>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022