Package | Description |
---|---|
org.apache.reef.client |
Client APIs for REEF.
|
org.apache.reef.examples.group.broadcast |
Broadcast Group Communication example.
|
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.
|
Modifier and Type | Field and Description |
---|---|
static OptionalImpl<EventHandler<ClosedContext>> |
DriverServiceConfiguration.ON_CONTEXT_CLOSED
Event handler for closed context.
|
static OptionalImpl<EventHandler<ClosedContext>> |
DriverConfiguration.ON_CONTEXT_CLOSED
Event handler for closed context.
|
Modifier and Type | Method and Description |
---|---|
void |
BroadcastDriver.ContextCloseHandler.onNext(ClosedContext closedContext) |
Modifier and Type | Method and Description |
---|---|
void |
Watcher.ContextClosedHandler.onNext(ClosedContext closedContext) |
Modifier and Type | Method and Description |
---|---|
static AvroClosedContext |
WatcherAvroUtil.toAvroClosedContext(ClosedContext closedContext) |
Modifier and Type | Class and Description |
---|---|
class |
ClosedContextBridge
The Java-CLR bridge object for
ClosedContext . |
Constructor and Description |
---|
ClosedContextBridge(ClosedContext closedContext,
ActiveContextBridgeFactory activeContextBridgeFactory) |
Modifier and Type | Method and Description |
---|---|
void |
JobDriver.ClosedContextHandler.onNext(ClosedContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ClosedContextImpl
Driver side representation of a closed context.
|
Modifier and Type | Method and Description |
---|---|
ClosedContext |
EvaluatorContext.getClosedContext(ActiveContext parentContext) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultContextClosureHandler.onNext(ClosedContext closedContext) |
Modifier and Type | Method and Description |
---|---|
void |
EvaluatorMessageDispatcher.onContextClose(ClosedContext closedContext) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.