Package | Description |
---|---|
org.apache.maven.surefire.junitcore.pc |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Type,java.lang.Integer> |
ParallelComputerBuilder.PC.allGroups |
private java.util.Map<Type,java.lang.Integer> |
ParallelComputerBuilder.parallelGroups |
Modifier and Type | Method and Description |
---|---|
static Type |
Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private ParallelComputerBuilder |
ParallelComputerBuilder.parallel(int nThreads,
Type parallelType) |
private ParallelComputerBuilder |
ParallelComputerBuilder.parallel(Type parallelType) |