Class DefaultPartitionedSearchPhaseFactory<Solution_>
- java.lang.Object
- 
- org.optaplanner.core.impl.phase.AbstractPhaseFactory<Solution_,PartitionedSearchPhaseConfig>
- 
- org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhaseFactory<Solution_>
 
 
- 
- All Implemented Interfaces:
- PhaseFactory<Solution_>
 
 public class DefaultPartitionedSearchPhaseFactory<Solution_> extends AbstractPhaseFactory<Solution_,PartitionedSearchPhaseConfig> 
- 
- 
Field Summary- 
Fields inherited from class org.optaplanner.core.impl.phase.AbstractPhaseFactoryphaseConfig
 
- 
 - 
Constructor SummaryConstructors Constructor Description DefaultPartitionedSearchPhaseFactory(PartitionedSearchPhaseConfig phaseConfig)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PartitionedSearchPhase<Solution_>buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination)protected intgetAvailableProcessors()protected IntegerresolveActiveThreadCount(String runnablePartThreadLimit)- 
Methods inherited from class org.optaplanner.core.impl.phase.AbstractPhaseFactorybuildPhaseTermination
 
- 
 
- 
- 
- 
Constructor Detail- 
DefaultPartitionedSearchPhaseFactorypublic DefaultPartitionedSearchPhaseFactory(PartitionedSearchPhaseConfig phaseConfig) 
 
- 
 - 
Method Detail- 
buildPhasepublic PartitionedSearchPhase<Solution_> buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination) 
 - 
resolveActiveThreadCountprotected Integer resolveActiveThreadCount(String runnablePartThreadLimit) 
 - 
getAvailableProcessorsprotected int getAvailableProcessors() 
 
- 
 
-