| Package | Description |
|---|---|
| org.apache.hadoop.resourceestimator.service |
Resource estimator service.
|
| org.apache.hadoop.resourceestimator.solver.api |
API for
Solver. |
| org.apache.hadoop.resourceestimator.solver.exceptions |
Exception module.
|
| org.apache.hadoop.resourceestimator.solver.impl |
Implementation for
Solver. |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
ResourceEstimatorService.getPrediction(java.lang.String pipelineId) |
Get predicted {code Resource} allocation for the pipeline.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.yarn.server.resourcemanager.reservation.RLESparseResourceAllocation |
Solver.solve(java.util.Map<RecurrenceId,java.util.List<ResourceSkyline>> jobHistory) |
The Solver reads recurring pipeline's
ResourceSkyline history, and
precits its ResourceSkyline requirements for the next run. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
InvalidInputException |
Exception thrown the
SkylineStore or the Estimator tries to
addHistory or query pipeline job's resource skylines. |
class |
InvalidSolverException |
Exception thrown the @link{SkylineStore} or the
Estimator tries to
addHistory or query pipeline job's resource skylines. |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.yarn.server.resourcemanager.reservation.RLESparseResourceAllocation |
LpSolver.solve(java.util.Map<RecurrenceId,java.util.List<ResourceSkyline>> jobHistory) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.