| Package | Description |
|---|---|
| org.apache.reef.client |
Client APIs for REEF.
|
| 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 |
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 © 2015 The Apache Software Foundation. All rights reserved.