| Package | Description |
|---|---|
| org.apache.reef.client |
Client APIs for REEF.
|
| org.apache.reef.driver.evaluator | |
| org.apache.reef.runtime.common.driver.context |
Implementations of Driver-Side representations of Contexts running on an 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.
|
| Modifier and Type | Field and Description |
|---|---|
static OptionalImpl<EventHandler<FailedContext>> |
DriverServiceConfiguration.ON_CONTEXT_FAILED
Event handler for closed context.
|
static OptionalImpl<EventHandler<FailedContext>> |
DriverConfiguration.ON_CONTEXT_FAILED
Event handler for closed context.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedContext> |
FailedEvaluator.getFailedContextList() |
| Modifier and Type | Class and Description |
|---|---|
class |
FailedContextImpl
Driver-Side representation of a failed context.
|
| Modifier and Type | Method and Description |
|---|---|
FailedContext |
EvaluatorContext.getFailedContext(ReefServiceProtos.ContextStatusProto contextStatusProto) |
FailedContext |
EvaluatorContext.getFailedContextForEvaluatorFailure() |
| Modifier and Type | Method and Description |
|---|---|
List<FailedContext> |
ContextRepresenters.getFailedContextsForEvaluatorFailure()
Create the failed contexts for a FailedEvaluator event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultContextFailureHandler.onNext(FailedContext failedContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluatorMessageDispatcher.onContextFailed(FailedContext failedContext) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.