public static enum IgniteWalConverterArguments.Args extends Enum<IgniteWalConverterArguments.Args>
| Enum Constant and Description |
|---|
BINARY_METADATA_DIR |
HAS_TEXT |
INCLUDE_SENSITIVE |
MARSHALLER_MAPPING_DIR |
PAGE_SIZE |
PAGES |
PRINT_STAT |
RECORD_TYPES |
SKIP_CRC |
UNWRAP_BINARY |
WAL_ARCHIVE_DIR |
WAL_DIR |
WAL_TIME_FROM_MILLIS |
WAL_TIME_TO_MILLIS |
| Modifier and Type | Method and Description |
|---|---|
String |
arg() |
static IgniteWalConverterArguments.Args |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgniteWalConverterArguments.Args[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IgniteWalConverterArguments.Args WAL_DIR
public static final IgniteWalConverterArguments.Args WAL_ARCHIVE_DIR
public static final IgniteWalConverterArguments.Args PAGE_SIZE
public static final IgniteWalConverterArguments.Args BINARY_METADATA_DIR
public static final IgniteWalConverterArguments.Args MARSHALLER_MAPPING_DIR
public static final IgniteWalConverterArguments.Args UNWRAP_BINARY
public static final IgniteWalConverterArguments.Args RECORD_TYPES
public static final IgniteWalConverterArguments.Args WAL_TIME_FROM_MILLIS
public static final IgniteWalConverterArguments.Args WAL_TIME_TO_MILLIS
public static final IgniteWalConverterArguments.Args HAS_TEXT
public static final IgniteWalConverterArguments.Args INCLUDE_SENSITIVE
public static final IgniteWalConverterArguments.Args PRINT_STAT
public static final IgniteWalConverterArguments.Args SKIP_CRC
public static final IgniteWalConverterArguments.Args PAGES
public static IgniteWalConverterArguments.Args[] values()
for (IgniteWalConverterArguments.Args c : IgniteWalConverterArguments.Args.values()) System.out.println(c);
public static IgniteWalConverterArguments.Args 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 String arg()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.30 Release Date : February 17 2026