| Package | Description | 
|---|---|
| org.apache.reef.client | 
 Client APIs for REEF. 
 | 
| org.apache.reef.examples.data.loading | |
| org.apache.reef.runtime.common.driver.defaults | 
 Default implementations for the optional driver-side event handlers. 
 | 
| 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 | Field and Description | 
|---|---|
static OptionalImpl<EventHandler<CompletedTask>> | 
DriverServiceConfiguration.ON_TASK_COMPLETED
Event handler for completed tasks. 
 | 
static OptionalImpl<EventHandler<CompletedTask>> | 
DriverConfiguration.ON_TASK_COMPLETED
Event handler for completed tasks. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LineCounter.TaskCompletedHandler.onNext(CompletedTask completedTask)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultTaskCompletionHandler.onNext(CompletedTask completedTask)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EvaluatorMessageDispatcher.onTaskCompleted(CompletedTask completedTask)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CompletedTaskImpl  | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.