Uses of Class
org.optaplanner.core.impl.solver.thread.ChildThreadType
-
-
Uses of ChildThreadType in org.optaplanner.core.impl.heuristic
Methods in org.optaplanner.core.impl.heuristic with parameters of type ChildThreadType Modifier and Type Method Description ThreadFactory
HeuristicConfigPolicy. buildThreadFactory(ChildThreadType childThreadType)
HeuristicConfigPolicy<Solution_>
HeuristicConfigPolicy. createChildThreadConfigPolicy(ChildThreadType childThreadType)
-
Uses of ChildThreadType in org.optaplanner.core.impl.score.director
Methods in org.optaplanner.core.impl.score.director with parameters of type ChildThreadType Modifier and Type Method Description InnerScoreDirector<Solution_,Score_>
AbstractScoreDirector. createChildThreadScoreDirector(ChildThreadType childThreadType)
InnerScoreDirector<Solution_,Score_>
InnerScoreDirector. createChildThreadScoreDirector(ChildThreadType childThreadType)
-
Uses of ChildThreadType in org.optaplanner.core.impl.solver.scope
Methods in org.optaplanner.core.impl.solver.scope with parameters of type ChildThreadType Modifier and Type Method Description SolverScope<Solution_>
SolverScope. createChildThreadSolverScope(ChildThreadType childThreadType)
-
Uses of ChildThreadType in org.optaplanner.core.impl.solver.termination
-
Uses of ChildThreadType in org.optaplanner.core.impl.solver.thread
Methods in org.optaplanner.core.impl.solver.thread that return ChildThreadType Modifier and Type Method Description static ChildThreadType
ChildThreadType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChildThreadType[]
ChildThreadType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-