|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
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... | |
| 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 | ( | ) |
| 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.
1.8.11