Package | Description |
---|---|
org.apache.reef.driver.context |
Driver Contexts and their configurations.
|
org.apache.reef.driver.task |
Tasks and their configurations.
|
org.apache.reef.javabridge |
The Java-side of the CLR/Java bridge.
|
org.apache.reef.runtime.common.driver.context |
Implementations of Driver-Side representations of Contexts running on an Evaluator.
|
org.apache.reef.runtime.common.driver.evaluator.pojos |
POJOs in this package encapsulate the content of
an EvaluatorHeartbeatProto on the DriverSide.
|
org.apache.reef.runtime.common.driver.task |
Driver-Side representations of tasks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContextMessage
Driver-side representation of a message sent by a Context to the Driver.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TaskMessage
A message from a running task to the driver.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextMessageBridge
The Java-CLR bridge object for
ContextMessage . |
Modifier and Type | Class and Description |
---|---|
class |
ContextMessageImpl
Driver-side representation of a context message.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextMessagePOJO
DriverSide representation of ContextMessageProto.
|
class |
TaskMessagePOJO
DriverSide representation of TaskMessageProto.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskMessageImpl
Implementation of TaskMessage.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.