| Package | Description | 
|---|---|
| org.apache.reef.driver.context | |
| org.apache.reef.driver.task | |
| org.apache.reef.io.network.impl | 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements. 
 | 
| org.apache.reef.runtime.common.evaluator.task.exceptions | |
| org.apache.reef.tests.fail.driver | |
| org.apache.reef.tests.fail.task | 
| Modifier and Type | Field and Description | 
|---|---|
static OptionalImpl<EventHandler<TaskStop>> | 
ServiceConfiguration.ON_TASK_STOP
Event handlers to be informed right after a Task exits its call() method. 
 | 
static OptionalImpl<EventHandler<TaskStop>> | 
ContextConfiguration.ON_TASK_STOP
Event handlers to be informed right after a Task exits its call() method. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static OptionalImpl<EventHandler<TaskStop>> | 
TaskConfiguration.ON_TASK_STOP
Event handler to receive TaskStop after the Task.call() method returned. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UnbindNSFromTask.onNext(TaskStop task)  | 
| Constructor and Description | 
|---|
TaskStopHandlerFailure(EventHandler<TaskStop> handler,
                                            Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NoopTask.TaskStopHandler.onNext(TaskStop event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FailTaskStop.onNext(TaskStop event)  | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.