| Package | Description | 
|---|---|
| org.apache.reef.client | 
 Client APIs for REEF. 
 | 
| org.apache.reef.driver.context | |
| org.apache.reef.driver.task | |
| org.apache.reef.evaluator.context | |
| 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 | 
| 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  | 
ContextMessageImpl
Driver-side representation of a context message. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CompletedTaskImpl  | 
class  | 
SuspendedTaskImpl  | 
class  | 
TaskMessageImpl  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TaskMessage
A message sent from a Task to a Driver. 
 | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.