public static enum DiagnosticProcessor.DiagnosticFileWriteMode extends Enum<DiagnosticProcessor.DiagnosticFileWriteMode>
| Enum Constant and Description |
|---|
HUMAN_READABLE
Use humanly readable data representation.
|
RAW
Use raw data format.
|
| Modifier and Type | Method and Description |
|---|---|
static DiagnosticProcessor.DiagnosticFileWriteMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosticProcessor.DiagnosticFileWriteMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiagnosticProcessor.DiagnosticFileWriteMode HUMAN_READABLE
public static final DiagnosticProcessor.DiagnosticFileWriteMode RAW
public static DiagnosticProcessor.DiagnosticFileWriteMode[] values()
for (DiagnosticProcessor.DiagnosticFileWriteMode c : DiagnosticProcessor.DiagnosticFileWriteMode.values()) System.out.println(c);
public static DiagnosticProcessor.DiagnosticFileWriteMode 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.8.0 Release Date : February 27 2020