public static enum ParallelismStrategy.Type extends Enum<ParallelismStrategy.Type>
Enum Constant and Description |
---|
NO_PARALLELISM
No parallelism.
|
ON_DEFAULT_POOL
On default pool.
|
Modifier and Type | Method and Description |
---|---|
static ParallelismStrategy.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParallelismStrategy.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParallelismStrategy.Type NO_PARALLELISM
public static final ParallelismStrategy.Type ON_DEFAULT_POOL
public static ParallelismStrategy.Type[] values()
for (ParallelismStrategy.Type c : ParallelismStrategy.Type.values()) System.out.println(c);
public static ParallelismStrategy.Type 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
GridGain In-Memory Computing Platform : ver. 8.9.19 Release Date : April 10 2025