public enum VisorTracingConfigurationOperation extends Enum<VisorTracingConfigurationOperation>
| 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 configurations 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 VisorTracingConfigurationOperation |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static VisorTracingConfigurationOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisorTracingConfigurationOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisorTracingConfigurationOperation GET
public static final VisorTracingConfigurationOperation GET_ALL
public static final VisorTracingConfigurationOperation RESET
public static final VisorTracingConfigurationOperation RESET_ALL
public static final VisorTracingConfigurationOperation SET
public static VisorTracingConfigurationOperation[] values()
for (VisorTracingConfigurationOperation c : VisorTracingConfigurationOperation.values()) System.out.println(c);
public static VisorTracingConfigurationOperation 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 VisorTracingConfigurationOperation 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