Class PartitionChangedEvent<Solution_>
java.lang.Object
org.optaplanner.core.impl.partitionedsearch.queue.PartitionChangedEvent<Solution_>
- Type Parameters:
Solution_
- the solution type, the class with thePlanningSolution
annotation
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionPartitionChangedEvent
(int partIndex, long eventIndex, long partCalculationCount) PartitionChangedEvent
(int partIndex, long eventIndex, Throwable throwable) PartitionChangedEvent
(int partIndex, long eventIndex, PartitionChangeMove<Solution_> move) -
Method Summary
-
Constructor Details
-
PartitionChangedEvent
public PartitionChangedEvent(int partIndex, long eventIndex, long partCalculationCount) -
PartitionChangedEvent
-
PartitionChangedEvent
-
-
Method Details
-
getPartIndex
public int getPartIndex() -
getEventIndex
-
getType
-
getMove
-
getPartCalculationCount
-
getThrowable
-