| 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 and 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 and Description |
|---|---|
class |
InMemoryStore
An in-memory implementation of
SkylineStore. |
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
BaseLogParser.init(org.apache.hadoop.conf.Configuration config,
HistorySkylineStore skylineStore) |
Copyright © 2019 Apache Software Foundation. All Rights Reserved.