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

Represents an Evaluator that became unavailable. More...

Inherits Org.Apache.REEF.Utilities.IIdentifiable.

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

Properties

EvaluatorException EvaluatorException [get]
 The exception captured on the Evaluator or null if none is available. More...
 
IList< IFailedContextFailedContexts [get]
 The list of contexts that were active on the Evaluator when it crashed. More...
 
Optional< IFailedTaskFailedTask [get]
 The task that failed with the Evaluator if there was one. More...
 
- Properties inherited from Org.Apache.REEF.Utilities.IIdentifiable
string Id [get]
 The Id of this object, e.g. More...
 

Detailed Description

Represents an Evaluator that became unavailable.

Property Documentation

EvaluatorException Org.Apache.REEF.Driver.Evaluator.IFailedEvaluator.EvaluatorException
get

The exception captured on the Evaluator or null if none is available.

IList<IFailedContext> Org.Apache.REEF.Driver.Evaluator.IFailedEvaluator.FailedContexts
get

The list of contexts that were active on the Evaluator when it crashed.

The list is empty if there were none.

Optional<IFailedTask> Org.Apache.REEF.Driver.Evaluator.IFailedEvaluator.FailedTask
get

The task that failed with the Evaluator if there was one.


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