Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Namespaces | Classes | Enumerations
Org.Apache.REEF.Common.Tasks Namespace Reference

Namespaces

namespace  Defaults
 
namespace  Events
 
namespace  Exceptions
 

Classes

class  DriverConnectionMessageImpl
 Implementation of the IDriverConnectionMessage.
 
interface  IDriverConnectionMessage
 The message triggered on a change of status in heartbeat to Driver. More...
 
interface  IDriverConnectionMessageHandler
 The handler implementable by users to handle IDriverConnectionMessages, which notifies the Task when there is a change in driver connection state. More...
 
interface  IDriverMessageHandler
 
interface  ITask
 Task interface. More...
 
interface  ITaskMessageSource
 Implement (and bind) this interface to send messages from a task as part of a heartbeat from Evaluator to Driver. More...
 
class  TaskConfiguration
 
class  TaskConfigurationOptions
 
class  TaskMessage
 Task-side TaskMessage. More...
 

Enumerations

enum  DriverConnectionState { DriverConnectionState.Disconnected, DriverConnectionState.Reconnected }
 The state of the connection with Driver. More...
 

Enumeration Type Documentation

◆ DriverConnectionState

The state of the connection with Driver.

Enumerator
Disconnected 
Reconnected