Package | Description |
---|---|
org.apache.reef.client |
Client APIs for REEF.
|
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<ContextMessage>> |
DriverServiceConfiguration.ON_CONTEXT_MESSAGE
Event handler for context messages.
|
static OptionalImpl<EventHandler<ContextMessage>> |
DriverConfiguration.ON_CONTEXT_MESSAGE
Event handler for context messages.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextMessageBridge
The Java-CLR bridge object for
ContextMessage . |
Constructor and Description |
---|
ContextMessageBridge(ContextMessage contextMessage) |
Modifier and Type | Method and Description |
---|---|
void |
JobDriver.ContextMessageHandler.onNext(ContextMessage message) |
Modifier and Type | Class and Description |
---|---|
class |
ContextMessageImpl
Driver-side representation of a context message.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultContextMessageHandler.onNext(ContextMessage contextMessage) |
Modifier and Type | Method and Description |
---|---|
void |
EvaluatorMessageDispatcher.onContextMessage(ContextMessage contextMessage) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.