Package org.apfloat.internal
Class ParallelExecutionBuilder
java.lang.Object
org.apfloat.internal.ParallelExecutionBuilder
- All Implemented Interfaces:
ExecutionBuilder
Returns an execution strategy using the
ParallelRunner
.- Since:
- 1.9.0
- Version:
- 1.9.0
- Author:
- Mikko Tommila
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates an object for execution operations.
-
Constructor Details
-
ParallelExecutionBuilder
public ParallelExecutionBuilder()
-
-
Method Details
-
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.
-