Package | Description |
---|---|
org.apache.reef.driver.evaluator |
Evaluator-related utilities.
|
org.apache.reef.exception |
Exceptions thrown to Job Drivers.
|
org.apache.reef.runtime.common.driver.evaluator |
Driver-Side representations of Evaluators.
|
Modifier and Type | Method and Description |
---|---|
EvaluatorException |
FailedEvaluator.getEvaluatorException() |
Modifier and Type | Class and Description |
---|---|
class |
EvaluatorKilledByResourceManagerException
Reported as part of a FailedEvaluator when the resource manager killed the Evaluator.
|
class |
EvaluatorTimeoutException
Thrown if an Evaluator hasn't been reporting for a while.
|
Modifier and Type | Method and Description |
---|---|
void |
EvaluatorManager.onEvaluatorException(EvaluatorException exception)
EvaluatorException will trigger is FailedEvaluator and state transition to FAILED.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.