Apache REEF  0.14.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Driver.Context.IActiveContext Interface Reference

Inherits IDisposable, Org.Apache.REEF.Driver.Context.IContext, Org.Apache.REEF.Common.ITaskSubmittable, and Org.Apache.REEF.Common.IContextSubmittable.

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

Public Member Functions

void SendMessage (byte[] message)
 Sends a context message to the Driver. More...
 
- Public Member Functions inherited from Org.Apache.REEF.Common.ITaskSubmittable
void SubmitTask (IConfiguration taskConf)
 
- Public Member Functions inherited from Org.Apache.REEF.Common.IContextSubmittable
void SubmitContext (IConfiguration contextConfiguration)
 Submit a Context. More...
 
void SubmitContextAndService (IConfiguration contextConfiguration, IConfiguration serviceConfiguration)
 Submit a Context and a Service Configuration. More...
 

Additional Inherited Members

- 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...
 

Member Function Documentation

void Org.Apache.REEF.Driver.Context.IActiveContext.SendMessage ( byte[]  message)

Sends a context message to the Driver.

Currently does not work due to the original .NET evaluator implementation not propagating ContextConfiguration properly via Tang. Work on the new Evaluator is being done in REEF-289.

Parameters
messageMessage to send

TODO[JIRA REEF-863]: Test after unblocked by REEF-289


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