Package | Description |
---|---|
org.apache.reef.client |
Client APIs for REEF.
|
org.apache.reef.driver.evaluator |
Evaluator-related utilities.
|
org.apache.reef.io.watcher |
Watcher subscribes events and writes them to the destination using a certain EventStream.
|
org.apache.reef.io.watcher.util |
Utility classes for Watcher.
|
org.apache.reef.javabridge |
The Java-side of the CLR/Java bridge.
|
org.apache.reef.javabridge.generic |
Generic java bridge driver/client.
|
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.
|
org.apache.reef.tests.watcher |
Test reef.io.watcher.
|
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 | Method and Description |
---|---|
void |
Watcher.ContextFailedHandler.onNext(FailedContext failedContext) |
Modifier and Type | Method and Description |
---|---|
static AvroFailedContext |
WatcherAvroUtil.toAvroFailedContext(FailedContext failedContext) |
Constructor and Description |
---|
FailedContextBridge(FailedContext failedContext,
ActiveContextBridgeFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
JobDriver.FailedContextHandler.onNext(FailedContext context) |
Modifier and Type | Class and Description |
---|---|
class |
FailedContextImpl
Driver-Side representation of a failed context.
|
Modifier and Type | Method and Description |
---|---|
FailedContext |
EvaluatorContext.getFailedContext(ContextStatusPOJO contextStatus) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
WatcherTestDriver.ContextFailedHandler.onNext(FailedContext failedContext) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.