I
- Input type of Task FarmO
- Output type of Task FarmT
- Type of the parallelized stagepublic class TaskFarmReconfigurationService<I,O,T extends ITaskFarmDuplicable<I,O>> extends Object
TaskFarmAnalysisService
.Constructor and Description |
---|
TaskFarmReconfigurationService(DynamicTaskFarmStage<I,O,T> taskFarmStage)
Create a task farm reconfiguration service for a specified task farm.
|
Modifier and Type | Method and Description |
---|---|
void |
reconfigure(double throughputScore)
Starts the reconfiguration process of the corresponding task farm for the specified throughput score.
|
public TaskFarmReconfigurationService(DynamicTaskFarmStage<I,O,T> taskFarmStage)
taskFarmStage
- specified task farmpublic void reconfigure(double throughputScore) throws InterruptedException
throughputScore
- specified throughput scoreInterruptedException
Copyright © 2015–2020. All rights reserved.