| Package | Description |
|---|---|
| org.apache.reef.client |
Client APIs for REEF.
|
| org.apache.reef.driver.evaluator | |
| 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.tests.fail.driver | |
| org.apache.reef.tests.library.driver |
| Modifier and Type | Field and Description |
|---|---|
static OptionalImpl<EventHandler<FailedTask>> |
DriverServiceConfiguration.ON_TASK_FAILED
Event handler for failed tasks.
|
static OptionalImpl<EventHandler<FailedTask>> |
DriverConfiguration.ON_TASK_FAILED
Event handler for failed tasks.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<FailedTask> |
FailedEvaluator.getFailedTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTaskFailureHandler.onNext(FailedTask failedTask) |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluatorMessageDispatcher.onTaskFailed(FailedTask failedTask) |
| Modifier and Type | Method and Description |
|---|---|
void |
DriverFailOnFail.FailedTaskHandler.onNext(FailedTask task) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpectedTaskFailureHandler.onNext(FailedTask failedTask)
Checks whether the FailedTask was caused by a ExpectedTaskException.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.