Package | Description |
---|---|
org.apache.reef.runtime.common.driver.evaluator |
Driver-Side representations of Evaluators.
|
org.apache.reef.runtime.common.driver.task |
Driver-Side representations of tasks.
|
Modifier and Type | Method and Description |
---|---|
EvaluatorManager |
EvaluatorManagerFactory.getNewEvaluatorManagerForEvaluatorFailedDuringDriverRestart(ResourceStatusEvent resourceStatusEvent)
Instantiates a new EvaluatorManager for a failed evaluator during driver restart.
|
EvaluatorManager |
EvaluatorManagerFactory.getNewEvaluatorManagerForNewEvaluator(ResourceAllocationEvent resourceAllocationEvent)
Instantiates a new EvaluatorManager based on a resource allocation.
|
EvaluatorManager |
EvaluatorManagerFactory.getNewEvaluatorManagerForRecoveredEvaluator(ResourceRecoverEvent resourceRecoverEvent)
Instantiates a new EvaluatorManager based on a resource allocation from a recovered evaluator.
|
Modifier and Type | Method and Description |
---|---|
Optional<EvaluatorManager> |
Evaluators.get(String evaluatorId) |
Modifier and Type | Method and Description |
---|---|
void |
Evaluators.put(EvaluatorManager evaluatorManager)
Adds an EvaluatorManager.
|
Constructor and Description |
---|
RunningTaskImpl(EvaluatorManager evaluatorManager,
String taskId,
EvaluatorContext evaluatorContext,
TaskRepresenter taskRepresenter) |
TaskRepresenter(String taskId,
EvaluatorContext context,
EvaluatorMessageDispatcher messageDispatcher,
EvaluatorManager evaluatorManager,
ExceptionCodec exceptionCodec,
DriverRestartManager driverRestartManager) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.