| Package | Description |
|---|---|
| org.apache.hadoop.resourceestimator.skylinestore.api |
APIs for the
SkylineStore. |
| org.apache.hadoop.resourceestimator.skylinestore.impl |
Implementation for
SkylineStore. |
| org.apache.hadoop.resourceestimator.translator.api |
API for
Translator. |
| org.apache.hadoop.resourceestimator.translator.impl |
Implementation for
Translator. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
SkylineStore |
SkylineStore is composable interface for storing the history
ResourceSkylines of past job runs and the predicted
RLESparseResourceAllocation for future execution. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
InMemoryStore |
An in-memory implementation of
SkylineStore. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
LogParser.init(org.apache.hadoop.conf.Configuration config,
HistorySkylineStore skylineStore) |
Initializing the LogParser, including loading solver parameters from
configuration file.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BaseLogParser.init(org.apache.hadoop.conf.Configuration config,
HistorySkylineStore skylineStore) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.