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

Inherits Org.Apache.REEF.Common.Api.IAbstractFailure.

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

Public Member Functions

Optional< IActiveContextGetActiveContext ()
 
- Public Member Functions inherited from Org.Apache.REEF.Common.Api.IFailure
Exception AsError ()
 Return the original Java Exception, or generate a new one if it does not exists. More...
 

Additional Inherited Members

- Properties inherited from Org.Apache.REEF.Common.Api.IFailure
string Message [get, set]
 One-line error message. More...
 
Optional< string > Description [get, set]
 Optional long error description. More...
 
Optional< string > Reason [get, set]
 Exception that caused the error, or null. More...
 
Optional< byte[]> Data [get, set]
 Optional serialized version of the error message. More...
 
- Properties inherited from Org.Apache.REEF.Utilities.IIdentifiable
string Id [get]
 The Id of this object, e.g. More...
 

Member Function Documentation

Optional<IActiveContext> Org.Apache.REEF.Driver.Task.IFailedTask.GetActiveContext ( )

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