Package | Description |
---|---|
org.apache.reef.driver.context |
Driver Contexts and their configurations.
|
org.apache.reef.driver.task |
Tasks and their configurations.
|
org.apache.reef.io.network.impl |
TODO: Document.
|
org.apache.reef.runtime.common.evaluator.task.exceptions |
Exceptions thrown by Tasks and Task Handlers.
|
org.apache.reef.tests.fail.driver |
Tests for Driver-side failures.
|
org.apache.reef.tests.fail.task |
Tests for Tasks fail in various cases.
|
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 © 2016 The Apache Software Foundation. All rights reserved.