Uses of Class
org.optaplanner.core.config.partitionedsearch.PartitionedSearchPhaseConfig
Packages that use PartitionedSearchPhaseConfig
Package
Description
- 
Uses of PartitionedSearchPhaseConfig in org.optaplanner.core.config.partitionedsearchMethods in org.optaplanner.core.config.partitionedsearch that return PartitionedSearchPhaseConfigModifier 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) Methods in org.optaplanner.core.config.partitionedsearch with parameters of type PartitionedSearchPhaseConfigModifier and TypeMethodDescriptionPartitionedSearchPhaseConfig.inherit(PartitionedSearchPhaseConfig inheritedConfig) 
- 
Uses of PartitionedSearchPhaseConfig in org.optaplanner.core.impl.partitionedsearchConstructors in org.optaplanner.core.impl.partitionedsearch with parameters of type PartitionedSearchPhaseConfigModifierConstructorDescription