| Package | Description |
|---|---|
| org.apache.hadoop.resourceestimator.common.config |
The common configuration for the resource estimator.
|
| org.apache.hadoop.resourceestimator.service |
Resource estimator service.
|
| org.apache.hadoop.resourceestimator.translator.api |
API for
Translator. |
| org.apache.hadoop.resourceestimator.translator.impl |
Implementation for
Translator. |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ResourceEstimatorUtil.createProviderInstance(org.apache.hadoop.conf.Configuration conf,
String configuredClassName,
String defaultValue,
Class<T> type)
Helper method to create instances of Object using the class name specified
in the configuration object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceEstimatorService.parseFile(String logFile)
Parse the log file.
|
| Constructor and Description |
|---|
ResourceEstimatorService() |
| 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) |
void |
LogParserUtil.parseLog(String logFile)
Parse the log file/directory.
|
Copyright © 2019 Apache Software Foundation. All Rights Reserved.