| Package | Description |
|---|---|
| org.apache.hadoop.resourceestimator.solver.preprocess |
Preprocessor for
Solver. |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceSkyline> |
SolverPreprocessor.aggregateSkylines(Map<RecurrenceId,List<ResourceSkyline>> jobHistory,
int minJobRuns)
Aggregate all job's
ResourceSkylines in the one run of recurring
pipeline, and return the aggregated ResourceSkylines in different
runs. |
void |
SolverPreprocessor.validate(Map<RecurrenceId,List<ResourceSkyline>> jobHistory,
int timeInterval)
Check if Solver's input parameters are valid.
|
Copyright © 2019 Apache Software Foundation. All Rights Reserved.