Uses of Class
org.optaplanner.core.impl.heuristic.thread.OrderByMoveIndexBlockingQueue
Package
Description
-
Uses of OrderByMoveIndexBlockingQueue in org.optaplanner.core.impl.constructionheuristic.decider
Modifier and TypeFieldDescriptionprotected OrderByMoveIndexBlockingQueue<Solution_>
MultiThreadedConstructionHeuristicDecider.resultQueue
-
Uses of OrderByMoveIndexBlockingQueue in org.optaplanner.core.impl.heuristic.thread
ModifierConstructorDescriptionMoveThreadRunner
(String logIndentation, int moveThreadIndex, boolean evaluateDoable, BlockingQueue<MoveThreadOperation<Solution_>> operationQueue, OrderByMoveIndexBlockingQueue<Solution_> resultQueue, CyclicBarrier moveThreadBarrier, boolean assertMoveScoreFromScratch, boolean assertExpectedUndoMoveScore, boolean assertStepScoreFromScratch, boolean assertExpectedStepScore, boolean assertShadowVariablesAreNotStaleAfterStep) -
Uses of OrderByMoveIndexBlockingQueue in org.optaplanner.core.impl.localsearch.decider
Modifier and TypeFieldDescriptionprotected OrderByMoveIndexBlockingQueue<Solution_>
MultiThreadedLocalSearchDecider.resultQueue