Package | Description |
---|---|
org.apache.reef.driver.task |
Tasks and their configurations.
|
org.apache.reef.examples.suspend |
Suspend/resume demo.
|
org.apache.reef.runtime.common.evaluator.task.defaults |
Default implementations for the optional task interfaces.
|
org.apache.reef.tests.fail.driver |
Tests for Driver-side failures.
|
org.apache.reef.tests.fail.task |
Tests for Tasks fail in various cases.
|
org.apache.reef.tests.watcher |
Test reef.io.watcher.
|
Modifier and Type | Field and Description |
---|---|
static OptionalImpl<EventHandler<SuspendEvent>> |
TaskConfiguration.ON_SUSPEND
Handler for task suspension.
|
Modifier and Type | Method and Description |
---|---|
void |
SuspendTestTask.SuspendHandler.onNext(SuspendEvent suspendEvent) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSuspendHandler.onNext(SuspendEvent suspendEvent) |
Modifier and Type | Method and Description |
---|---|
void |
NoopTask.TaskSuspendHandler.onNext(SuspendEvent suspendEvent) |
Modifier and Type | Method and Description |
---|---|
void |
FailTaskSuspend.onNext(SuspendEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
WatcherTestTask.TaskSuspendedHandler.onNext(SuspendEvent value) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.