This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Common.Tasks Namespace Reference
Apache REEF  0.15.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
 
interface  ITaskMessageSource
 
class  TaskConfiguration
 
class  TaskConfigurationOptions
 
class  TaskMessage
 

Enumerations

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

Enumeration Type Documentation

The state of the connection with Driver.

Enumerator
Disconnected 
Reconnected