I - Input type of Task FarmO - Output type of Task FarmT - Type of the parallelized stagepublic class TaskFarmAnalysisService<I,O,T extends ITaskFarmDuplicable<I,O>> extends Object
TaskFarmHistoryService| Constructor and Description |
|---|
TaskFarmAnalysisService(TaskFarmConfiguration<I,O,T> configuration)
Create a new task farm analysis service using the specified task farm configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(ThroughputHistory history)
Calculates the throughput score for the specified throughput history.
|
double |
getThroughputScore() |
public TaskFarmAnalysisService(TaskFarmConfiguration<I,O,T> configuration)
configuration - specified configuration of the task farmpublic void analyze(ThroughputHistory history)
getThroughputScore().history - specified throughput historypublic double getThroughputScore()
Copyright © 2015–2020. All rights reserved.