| Package | Description |
|---|---|
| org.apache.reef.client |
Client APIs for REEF.
|
| 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<CompletedEvaluator>> |
DriverServiceConfiguration.ON_EVALUATOR_COMPLETED
Event handler for completed evaluators.
|
static OptionalImpl<EventHandler<CompletedEvaluator>> |
DriverConfiguration.ON_EVALUATOR_COMPLETED
Event handler for completed evaluators.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEvaluatorCompletionHandler.onNext(CompletedEvaluator completedEvaluator) |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluatorMessageDispatcher.onEvaluatorCompleted(CompletedEvaluator completedEvaluator) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.