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

Public Member Functions

IEvaluatorRequestorClr2Java GetEvaluatorRequestor ()
 Gets the Evaluator requestor. More...
 
string GetId ()
 Gets the ID of the failed Evaluator. More...
 
IFailedContextClr2Java[] GetFailedContextsClr2Java ()
 Gets the failed Contexts on the Evaluator. More...
 
IFailedTaskClr2Java GetFailedTaskClr2Java ()
 Gets the failed Task on the Evaluator. More...
 
byte[] GetErrorBytes ()
 Gets the Serialized Exception. More...
 
string GetJavaCause ()
 Gets the Java Exception message. More...
 
string GetJavaStackTrace ()
 Gets the Java stack trace. More...
 

Member Function Documentation

byte [] Org.Apache.REEF.Driver.Bridge.Clr2java.IFailedEvaluatorClr2Java.GetErrorBytes ( )

Gets the Serialized Exception.

IEvaluatorRequestorClr2Java Org.Apache.REEF.Driver.Bridge.Clr2java.IFailedEvaluatorClr2Java.GetEvaluatorRequestor ( )

Gets the Evaluator requestor.

IFailedContextClr2Java [] Org.Apache.REEF.Driver.Bridge.Clr2java.IFailedEvaluatorClr2Java.GetFailedContextsClr2Java ( )

Gets the failed Contexts on the Evaluator.

IFailedTaskClr2Java Org.Apache.REEF.Driver.Bridge.Clr2java.IFailedEvaluatorClr2Java.GetFailedTaskClr2Java ( )

Gets the failed Task on the Evaluator.

string Org.Apache.REEF.Driver.Bridge.Clr2java.IFailedEvaluatorClr2Java.GetId ( )

Gets the ID of the failed Evaluator.

string Org.Apache.REEF.Driver.Bridge.Clr2java.IFailedEvaluatorClr2Java.GetJavaCause ( )

Gets the Java Exception message.

string Org.Apache.REEF.Driver.Bridge.Clr2java.IFailedEvaluatorClr2Java.GetJavaStackTrace ( )

Gets the Java stack trace.


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