Package | Description |
---|---|
org.apache.reef.driver.task |
Tasks and their configurations.
|
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.vortex.evaluator |
Vortex Code that runs as part of REEF Evaluator.
|
Modifier and Type | Field and Description |
---|---|
static OptionalImpl<EventHandler<CloseEvent>> |
TaskConfiguration.ON_CLOSE
Handler for closure requests from the driver.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCloseHandler.onNext(CloseEvent closeEvent) |
Modifier and Type | Method and Description |
---|---|
void |
NoopTask.TaskCloseHandler.onNext(CloseEvent closeEvent) |
Modifier and Type | Method and Description |
---|---|
void |
FailTaskStop.CloseEventHandler.onNext(CloseEvent event) |
void |
FailTaskClose.onNext(CloseEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
VortexWorker.TaskCloseHandler.onNext(CloseEvent closeEvent) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.