This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Driver.IDriverRestarted Interface Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Properties | List of all members
Org.Apache.REEF.Driver.IDriverRestarted Interface Reference

Event fired on Driver restarts instead of IDriverStarted. More...

Inherits Org.Apache.REEF.Driver.IDriverStarted.

Inherited by Org.Apache.REEF.Driver.Bridge.Events.DriverRestarted.

Properties

ISet< string > ExpectedEvaluatorIds [get]
 The set of expected Evaluator IDs that are returned to the Driver by the RM on Driver Restart. More...
 
int ResubmissionAttempts [get]
 The number of times the Driver has been resubmitted. More...
 
- Properties inherited from Org.Apache.REEF.Driver.IDriverStarted
DateTime StartTime [get]
 

Detailed Description

Event fired on Driver restarts instead of IDriverStarted.

Property Documentation

ISet<string> Org.Apache.REEF.Driver.IDriverRestarted.ExpectedEvaluatorIds
get

The set of expected Evaluator IDs that are returned to the Driver by the RM on Driver Restart.

int Org.Apache.REEF.Driver.IDriverRestarted.ResubmissionAttempts
get

The number of times the Driver has been resubmitted.

Does not include the initial submission. i.e. ResubmissionAttempts is 0 on first launch and should always be at least 1 when called on the DriverRestartedHandler.


The documentation for this interface was generated from the following file: