| 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 | Description |
|---|---|---|
static <T> T |
ResourceEstimatorUtil.createProviderInstance(org.apache.hadoop.conf.Configuration conf,
java.lang.String configuredClassName,
java.lang.String defaultValue,
java.lang.Class<T> type) |
Helper method to create instances of Object using the class name specified
in the configuration object.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ResourceEstimatorService.parseFile(java.lang.String logFile) |
Parse the log file.
|
| Constructor | Description |
|---|---|
ResourceEstimatorService() |
| 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) |
|
void |
LogParserUtil.parseLog(java.lang.String logFile) |
Parse the log file/directory.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.