Uses of Class
org.optaplanner.core.config.partitionedsearch.PartitionedSearchPhaseConfig
Package
Description
-
Uses of PartitionedSearchPhaseConfig in org.optaplanner.core.config.partitionedsearch
Modifier and TypeMethodDescriptionPartitionedSearchPhaseConfig.copyConfig()
PartitionedSearchPhaseConfig.inherit
(PartitionedSearchPhaseConfig inheritedConfig) PartitionedSearchPhaseConfig.withPhaseConfigList
(List<PhaseConfig> phaseConfigList) PartitionedSearchPhaseConfig.withPhaseConfigs
(PhaseConfig... phaseConfigs) PartitionedSearchPhaseConfig.withRunnablePartThreadLimit
(String runnablePartThreadLimit) PartitionedSearchPhaseConfig.withSolutionPartitionerClass
(Class<? extends SolutionPartitioner<?>> solutionPartitionerClass) PartitionedSearchPhaseConfig.withSolutionPartitionerCustomProperties
(Map<String, String> solutionPartitionerCustomProperties) Modifier and TypeMethodDescriptionPartitionedSearchPhaseConfig.inherit
(PartitionedSearchPhaseConfig inheritedConfig) -
Uses of PartitionedSearchPhaseConfig in org.optaplanner.core.impl.partitionedsearch
ModifierConstructorDescription