Solution_
- the solution type, the class with the PlanningSolution
annotationpublic final class PartitionChangedEvent<Solution_> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PartitionChangedEvent.PartitionChangedEventType |
Constructor and Description |
---|
PartitionChangedEvent(int partIndex,
long eventIndex,
long partCalculationCount) |
PartitionChangedEvent(int partIndex,
long eventIndex,
PartitionChangeMove<Solution_> move) |
PartitionChangedEvent(int partIndex,
long eventIndex,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
Long |
getEventIndex() |
PartitionChangeMove<Solution_> |
getMove() |
Long |
getPartCalculationCount() |
int |
getPartIndex() |
Throwable |
getThrowable() |
PartitionChangedEvent.PartitionChangedEventType |
getType() |
public PartitionChangedEvent(int partIndex, long eventIndex, long partCalculationCount)
public PartitionChangedEvent(int partIndex, long eventIndex, PartitionChangeMove<Solution_> move)
public PartitionChangedEvent(int partIndex, long eventIndex, Throwable throwable)
public int getPartIndex()
public Long getEventIndex()
public PartitionChangedEvent.PartitionChangedEventType getType()
public PartitionChangeMove<Solution_> getMove()
public Long getPartCalculationCount()
public Throwable getThrowable()
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.