|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
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] |
Event fired on Driver restarts instead of IDriverStarted.
|
get |
|
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.
1.8.11