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

Type of exception thrown when number of failed evaluators reach the maximum allowed limit. More...

Inherits Exception.

Public Member Functions

 MaximumNumberOfEvaluatorFailuresExceededException (int maximumAllowedEvaluatorFailures)
 Constructor for throwing exception when the number of evaluator failures reaches maximum limit. More...
 

Detailed Description

Type of exception thrown when number of failed evaluators reach the maximum allowed limit.

Constructor & Destructor Documentation

Org.Apache.REEF.IMRU.OnREEF.Driver.MaximumNumberOfEvaluatorFailuresExceededException.MaximumNumberOfEvaluatorFailuresExceededException ( int  maximumAllowedEvaluatorFailures)
inline

Constructor for throwing exception when the number of evaluator failures reaches maximum limit.

Parameters
maximumAllowedEvaluatorFailuresmaximum number of evaluators allowed to fail

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