This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Driver.Bridge.Clr2java.IDriverRestartedClr2Java Interface Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Driver.Bridge.Clr2java.IDriverRestartedClr2Java Interface Reference

Inherits Org.Apache.REEF.Driver.Bridge.Clr2java.IClr2Java.

Public Member Functions

string[] GetExpectedEvaluatorIds ()
 IDs of the expected Evaluators on Driver Restart. More...
 
DateTime GetStartTime ()
 StartTime of the restart. More...
 
int GetResubmissionAttempts ()
 The number of times the Driver has been resubmitted. More...
 
- Public Member Functions inherited from Org.Apache.REEF.Driver.Bridge.Clr2java.IClr2Java
void OnError (string message)
 

Member Function Documentation

string [] Org.Apache.REEF.Driver.Bridge.Clr2java.IDriverRestartedClr2Java.GetExpectedEvaluatorIds ( )

IDs of the expected Evaluators on Driver Restart.

int Org.Apache.REEF.Driver.Bridge.Clr2java.IDriverRestartedClr2Java.GetResubmissionAttempts ( )

The number of times the Driver has been resubmitted.

Does not include the initial submission.

DateTime Org.Apache.REEF.Driver.Bridge.Clr2java.IDriverRestartedClr2Java.GetStartTime ( )

StartTime of the restart.


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