Package org.apfloat.internal
Class ParallelExecutionBuilder
- java.lang.Object
-
- org.apfloat.internal.ParallelExecutionBuilder
-
- All Implemented Interfaces:
ExecutionBuilder
public class ParallelExecutionBuilder extends java.lang.Object implements ExecutionBuilder
Returns an execution strategy using theParallelRunner
.- Since:
- 1.9.0
- Version:
- 1.9.0
-
-
Field Summary
Fields Modifier and Type Field Description private static ExecutionStrategy
executionStrategy
-
Constructor Summary
Constructors Constructor Description ParallelExecutionBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionStrategy
createExecution()
Creates an object for execution operations.
-
-
-
Field Detail
-
executionStrategy
private static ExecutionStrategy executionStrategy
-
-
Method Detail
-
createExecution
public ExecutionStrategy createExecution()
Description copied from interface:ExecutionBuilder
Creates an object for execution operations.- Specified by:
createExecution
in interfaceExecutionBuilder
- Returns:
- A suitable object for performing the execution operations.
-
-