| Package | Description | 
|---|---|
| org.apache.reef.runtime.common.driver.context | 
 Implementations of Driver-Side representations of Contexts running on an Evaluator 
 | 
| org.apache.reef.runtime.common.driver.task | 
 Driver-Side representations of tasks. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EvaluatorContext | 
ContextRepresenters.getContext(String contextId)
Fetch the context with the given ID. 
 | 
| 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.