public enum GridClosurePolicy extends Enum<GridClosurePolicy>
| Enum Constant and Description |
|---|
IGFS_POOL
IGFS pool.
|
P2P_POOL
P2P execution pool.
|
PUBLIC_POOL
Public execution pool.
|
SYSTEM_POOL
System execution pool.
|
| Modifier and Type | Method and Description |
|---|---|
static GridClosurePolicy |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static GridClosurePolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridClosurePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridClosurePolicy PUBLIC_POOL
public static final GridClosurePolicy P2P_POOL
public static final GridClosurePolicy SYSTEM_POOL
public static final GridClosurePolicy IGFS_POOL
public static GridClosurePolicy[] values()
for (GridClosurePolicy c : GridClosurePolicy.values()) System.out.println(c);
public static GridClosurePolicy 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@Nullable public static GridClosurePolicy fromOrdinal(int ord)
ord - Ordinal value.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015