| 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.createForEvaluatorFailedDuringDriverRestart(DriverRuntimeProtocol.ResourceStatusProto resourceStatusProto)  | 
EvaluatorManager | 
EvaluatorManagerFactory.getNewEvaluatorManager(DriverRuntimeProtocol.ResourceAllocationProto resourceAllocationProto)
Instantiates a new EvaluatorManager based on a resource allocation. 
 | 
| 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)  | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.