This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Driver.Context.IClosedContext Interface Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Properties | List of all members
Org.Apache.REEF.Driver.Context.IClosedContext Interface Reference

A closed context. More...

Inherits Org.Apache.REEF.Driver.Context.IContext.

Inherited by Org.Apache.REEF.Driver.Bridge.Events.ClosedContext.

Properties

IActiveContext ParentContext [get]
 Returns the parent context. More...
 
- Properties inherited from Org.Apache.REEF.Driver.Context.IContext
string EvaluatorId [get]
 the identifier of the Evaluator this EvaluatorContext is instantiated on. More...
 
Optional< string > ParentId [get]
 ID of the parent context, if there is any. More...
 
IEvaluatorDescriptor EvaluatorDescriptor [get]
 descriptor of the Evaluator this Context is on. More...
 
- Properties inherited from Org.Apache.REEF.Utilities.IIdentifiable
string Id [get]
 The Id of this object, e.g. More...
 

Detailed Description

A closed context.

Property Documentation

IActiveContext Org.Apache.REEF.Driver.Context.IClosedContext.ParentContext
get

Returns the parent context.


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