public static enum IgniteIndexReader.Args extends Enum<IgniteIndexReader.Args>
| Enum Constant and Description |
|---|
CHECK_PARTS |
DEST_FILE |
DIR |
INDEXES |
PAGE_SIZE |
PAGE_STORE_VER |
PART_CNT |
| Modifier and Type | Method and Description |
|---|---|
String |
arg() |
static IgniteIndexReader.Args |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgniteIndexReader.Args[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IgniteIndexReader.Args DIR
public static final IgniteIndexReader.Args PART_CNT
public static final IgniteIndexReader.Args PAGE_SIZE
public static final IgniteIndexReader.Args PAGE_STORE_VER
public static final IgniteIndexReader.Args INDEXES
public static final IgniteIndexReader.Args DEST_FILE
public static final IgniteIndexReader.Args CHECK_PARTS
public static IgniteIndexReader.Args[] values()
for (IgniteIndexReader.Args c : IgniteIndexReader.Args.values()) System.out.println(c);
public static IgniteIndexReader.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. 2.13.0 Release Date : April 20 2022