| Package | Description |
|---|---|
| org.optaplanner.core.impl.partitionedsearch.queue | |
| org.optaplanner.core.impl.partitionedsearch.scope |
| Modifier and Type | Method and Description |
|---|---|
PartitionChangeMove<Solution_> |
PartitionChangedEvent.getMove() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<PartitionChangeMove> |
PartitionQueue.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionQueue.addMove(int partIndex,
PartitionChangeMove<Solution_> move)
This method is thread-safe.
|
| Constructor and Description |
|---|
PartitionChangedEvent(int partIndex,
long eventIndex,
PartitionChangeMove<Solution_> move) |
| Modifier and Type | Method and Description |
|---|---|
static <Solution_> |
PartitionChangeMove.createMove(InnerScoreDirector<Solution_> scoreDirector) |
PartitionChangeMove |
PartitionedSearchStepScope.getStep() |
PartitionChangeMove<Solution_> |
PartitionChangeMove.relocate(InnerScoreDirector<Solution_> destinationScoreDirector) |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionedSearchStepScope.setStep(PartitionChangeMove step) |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.