|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
A closed context event from Java. More...
Inherits Org.Apache.REEF.Driver.Bridge.Clr2java.IClr2Java.
Public Member Functions | |
| string | GetId () |
| Gets the ID of the closed context. More... | |
| string | GetEvaluatorId () |
| Gets the Evaluator ID of the closed context. More... | |
| IEvaluatorDescriptor | GetEvaluatorDescriptor () |
| Gets the IEvaluatorDescriptor that describes properties of the Evaluator of the closed context. More... | |
| IActiveContextClr2Java | GetParentContext () |
| Gets the parent context of closed context. More... | |
Public Member Functions inherited from Org.Apache.REEF.Driver.Bridge.Clr2java.IClr2Java | |
| void | OnError (string message) |
A closed context event from Java.
| IEvaluatorDescriptor Org.Apache.REEF.Driver.Bridge.Clr2java.IClosedContextClr2Java.GetEvaluatorDescriptor | ( | ) |
Gets the IEvaluatorDescriptor that describes properties of the Evaluator of the closed context.
| string Org.Apache.REEF.Driver.Bridge.Clr2java.IClosedContextClr2Java.GetEvaluatorId | ( | ) |
Gets the Evaluator ID of the closed context.
| string Org.Apache.REEF.Driver.Bridge.Clr2java.IClosedContextClr2Java.GetId | ( | ) |
Gets the ID of the closed context.
| IActiveContextClr2Java Org.Apache.REEF.Driver.Bridge.Clr2java.IClosedContextClr2Java.GetParentContext | ( | ) |
Gets the parent context of closed context.
1.8.11