Uses of Interface
org.apfloat.spi.ExecutionStrategy
-
Packages that use ExecutionStrategy Package Description org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI).org.apfloat.spi The apfloat Service Provider Interface (SPI). -
-
Uses of ExecutionStrategy in org.apfloat.internal
Classes in org.apfloat.internal that implement ExecutionStrategy Modifier and Type Class Description class
ParallelExecutionStrategy
Execution strategy using theParallelRunner
.Methods in org.apfloat.internal that return ExecutionStrategy Modifier and Type Method Description ExecutionStrategy
ParallelExecutionBuilder. createExecution()
-
Uses of ExecutionStrategy in org.apfloat.spi
Methods in org.apfloat.spi that return ExecutionStrategy Modifier and Type Method Description ExecutionStrategy
ExecutionBuilder. createExecution()
Creates an object for execution operations.
-