Package | Description |
---|---|
org.apache.reef.client |
Client APIs for REEF.
|
org.apache.reef.driver.context |
Driver Contexts and their configurations.
|
org.apache.reef.driver.task |
Tasks and their configurations.
|
org.apache.reef.evaluator.context |
Evaluator Contexts.
|
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.task |
Driver-Side representations of tasks.
|
org.apache.reef.task |
Tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
JobMessage
A message received by the client from the driver.
|
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 |
CompletedTask
Represents a completed Task.
|
interface |
SuspendedTask
Represents a suspended Task.
|
interface |
TaskMessage
A message from a running task to the driver.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextMessage
Evaluator-side representation of a message sent from an Evaluator to a Driver.
|
Modifier and Type | Class and Description |
---|---|
class |
CompletedTaskBridge
The Java-CLR bridge object for
CompletedTask . |
class |
ContextMessageBridge
The Java-CLR bridge object for
ContextMessage . |
class |
SuspendedTaskBridge
The Java-CLR bridge object for
SuspendedTask . |
Modifier and Type | Class and Description |
---|---|
class |
ContextMessageImpl
Driver-side representation of a context message.
|
Modifier and Type | Class and Description |
---|---|
class |
CompletedTaskImpl
Implementation of CompletedTask.
|
class |
SuspendedTaskImpl
Implementation of SuspendedTask.
|
class |
TaskMessageImpl
Implementation of TaskMessage.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskMessage
A message sent from a Task to a Driver.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.