Apache REEF  0.16.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

◆ GetErrorBytes()

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

Gets the Serialized Exception.

◆ GetEvaluatorRequestor()

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

Gets the Evaluator requestor.

◆ GetFailedContextsClr2Java()

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

Gets the failed Contexts on the Evaluator.

◆ GetFailedTaskClr2Java()

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

Gets the failed Task on the Evaluator.

◆ GetId()

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

Gets the ID of the failed Evaluator.

◆ GetJavaCause()

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

Gets the Java Exception message.

◆ GetJavaStackTrace()

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: