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 classParallelExecutionStrategyExecution strategy using theParallelRunner.Fields in org.apfloat.internal declared as ExecutionStrategy Modifier and Type Field Description private static ExecutionStrategyParallelExecutionBuilder. executionStrategyMethods in org.apfloat.internal that return ExecutionStrategy Modifier and Type Method Description ExecutionStrategyParallelExecutionBuilder. createExecution() -
Uses of ExecutionStrategy in org.apfloat.spi
Methods in org.apfloat.spi that return ExecutionStrategy Modifier and Type Method Description ExecutionStrategyExecutionBuilder. createExecution()Creates an object for execution operations.
-