public enum TracingConfigurationSubcommand extends Enum<TracingConfigurationSubcommand>
| Enum Constant and Description |
|---|
GET
Get specific tracing configuration.
|
GET_ALL
Get tracing configuration.
|
RESET
Reset specific tracing configuration to default.
|
RESET_ALL
Reset all scope specific tracing configuration to default,
or reset all tracing configurations to default if scope is not specified.
|
SET
Set new tracing configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable TracingConfigurationSubcommand |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static TracingConfigurationSubcommand |
of(String text) |
String |
text() |
String |
toString() |
static TracingConfigurationSubcommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TracingConfigurationSubcommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
VisorTracingConfigurationOperation |
visorBaselineOperation() |
public static final TracingConfigurationSubcommand GET
public static final TracingConfigurationSubcommand GET_ALL
public static final TracingConfigurationSubcommand RESET
public static final TracingConfigurationSubcommand RESET_ALL
public static final TracingConfigurationSubcommand SET
public static TracingConfigurationSubcommand[] values()
for (TracingConfigurationSubcommand c : TracingConfigurationSubcommand.values()) System.out.println(c);
public static TracingConfigurationSubcommand 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 nullpublic static TracingConfigurationSubcommand of(String text)
text - Command text.public String text()
public VisorTracingConfigurationOperation visorBaselineOperation()
VisorTracingConfigurationOperation which is associated with tracing configuration subcommand.@Nullable public static @Nullable TracingConfigurationSubcommand fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.public String toString()
toString in class Enum<TracingConfigurationSubcommand>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022