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

Inherits Org.Apache.REEF.Driver.Bridge.Clr2java.IClr2Java.

Public Member Functions

void SubmitTask (string taskConfigStr)
 
void SubmitContext (string contextConfigStr)
 
void SubmitContextAndService (string contextConfigStr, string serviceConfigStr)
 
void Close ()
 
string GetId ()
 
string GetParentId ()
 
string GetEvaluatorId ()
 
IEvaluatorDescriptor GetEvaluatorDescriptor ()
 
void SendMessage (byte[] message)
 
- Public Member Functions inherited from Org.Apache.REEF.Driver.Bridge.Clr2java.IClr2Java
void OnError (string message)
 

Member Function Documentation

void Org.Apache.REEF.Driver.Bridge.Clr2java.IActiveContextClr2Java.Close ( )
IEvaluatorDescriptor Org.Apache.REEF.Driver.Bridge.Clr2java.IActiveContextClr2Java.GetEvaluatorDescriptor ( )
string Org.Apache.REEF.Driver.Bridge.Clr2java.IActiveContextClr2Java.GetEvaluatorId ( )
string Org.Apache.REEF.Driver.Bridge.Clr2java.IActiveContextClr2Java.GetId ( )
string Org.Apache.REEF.Driver.Bridge.Clr2java.IActiveContextClr2Java.GetParentId ( )
void Org.Apache.REEF.Driver.Bridge.Clr2java.IActiveContextClr2Java.SendMessage ( byte[]  message)
void Org.Apache.REEF.Driver.Bridge.Clr2java.IActiveContextClr2Java.SubmitContext ( string  contextConfigStr)
void Org.Apache.REEF.Driver.Bridge.Clr2java.IActiveContextClr2Java.SubmitContextAndService ( string  contextConfigStr,
string  serviceConfigStr 
)
void Org.Apache.REEF.Driver.Bridge.Clr2java.IActiveContextClr2Java.SubmitTask ( string  taskConfigStr)

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