public static enum GAGridConstants.SELECTION_METHOD extends Enum<GAGridConstants.SELECTION_METHOD>
| Enum Constant and Description |
|---|
SELECTION_METHOD_TRUNCATION |
SELECTON_METHOD_ELETISM |
| Modifier and Type | Method and Description |
|---|---|
static GAGridConstants.SELECTION_METHOD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GAGridConstants.SELECTION_METHOD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GAGridConstants.SELECTION_METHOD SELECTON_METHOD_ELETISM
public static final GAGridConstants.SELECTION_METHOD SELECTION_METHOD_TRUNCATION
public static GAGridConstants.SELECTION_METHOD[] values()
for (GAGridConstants.SELECTION_METHOD c : GAGridConstants.SELECTION_METHOD.values()) System.out.println(c);
public static GAGridConstants.SELECTION_METHOD 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.7.2 Release Date : February 6 2019