public enum GridIoPolicy extends Enum<GridIoPolicy>
| Enum Constant and Description |
|---|
AFFINITY_POOL
Affinity fetch pool.
|
MANAGEMENT_POOL
Management execution pool.
|
MARSH_CACHE_POOL
Marshaller cache execution pool.
|
P2P_POOL
P2P execution pool.
|
PUBLIC_POOL
Public execution pool.
|
SYSTEM_POOL
System execution pool.
|
UTILITY_CACHE_POOL
Utility cache execution pool.
|
| Modifier and Type | Method and Description |
|---|---|
static GridIoPolicy |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static GridIoPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridIoPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridIoPolicy PUBLIC_POOL
public static final GridIoPolicy P2P_POOL
public static final GridIoPolicy SYSTEM_POOL
public static final GridIoPolicy MANAGEMENT_POOL
public static final GridIoPolicy AFFINITY_POOL
public static final GridIoPolicy UTILITY_CACHE_POOL
public static final GridIoPolicy MARSH_CACHE_POOL
public static GridIoPolicy[] values()
for (GridIoPolicy c : GridIoPolicy.values()) System.out.println(c);
public static GridIoPolicy 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 GridIoPolicy fromOrdinal(int ord)
ord - Ordinal value.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015