Class PartitionChangedEvent<Solution_>
java.lang.Object
org.optaplanner.core.impl.partitionedsearch.queue.PartitionChangedEvent<Solution_>
- Type Parameters:
- Solution_- the solution type, the class with the- PlanningSolutionannotation
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsConstructorDescriptionPartitionChangedEvent(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- 
PartitionChangedEventpublic PartitionChangedEvent(int partIndex, long eventIndex, long partCalculationCount) 
- 
PartitionChangedEvent
- 
PartitionChangedEvent
 
- 
- 
Method Details- 
getPartIndexpublic int getPartIndex()
- 
getEventIndex
- 
getType
- 
getMove
- 
getPartCalculationCount
- 
getThrowable
 
-