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

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)
 

Detailed Description

A closed context event from Java.

Member Function Documentation

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.

Returns

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