| Package | Description |
|---|---|
| org.apache.reef.client |
Client APIs for REEF.
|
| org.apache.reef.io.data.loading.api | |
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static OptionalImpl<EventHandler<FailedEvaluator>> |
DriverServiceConfiguration.ON_EVALUATOR_FAILED
Event handler for failed evaluators.
|
static OptionalImpl<EventHandler<FailedEvaluator>> |
DriverConfiguration.ON_EVALUATOR_FAILED
Event handler for failed evaluators.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataLoader.EvaluatorFailedHandler.onNext(FailedEvaluator failedEvaluator) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEvaluatorFailureHandler.onNext(FailedEvaluator failedEvaluator) |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluatorMessageDispatcher.onEvaluatorFailed(FailedEvaluator failedEvaluator) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.