public static enum DiagnosticProcessor.DiagnosticAction extends Enum<DiagnosticProcessor.DiagnosticAction>
| Enum Constant and Description |
|---|
PRINT_TO_FILE
Print result to file.
|
PRINT_TO_LOG
Print result to log.
|
PRINT_TO_RAW_FILE
Print result to file in raw format.
|
| Modifier and Type | Method and Description |
|---|---|
static DiagnosticProcessor.DiagnosticAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosticProcessor.DiagnosticAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiagnosticProcessor.DiagnosticAction PRINT_TO_LOG
public static final DiagnosticProcessor.DiagnosticAction PRINT_TO_FILE
public static final DiagnosticProcessor.DiagnosticAction PRINT_TO_RAW_FILE
public static DiagnosticProcessor.DiagnosticAction[] values()
for (DiagnosticProcessor.DiagnosticAction c : DiagnosticProcessor.DiagnosticAction.values()) System.out.println(c);
public static DiagnosticProcessor.DiagnosticAction 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
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020