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

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

Public Member Functions

void SubmitContextAndTask (string evaluatorConfigStr, string contextConfigStr, string taskConfigStr)
 
void SubmitContext (string evaluatorConfigStr, string contextConfigStr)
 
void SubmitContextAndService (string evaluatorConfigStr, string contextConfigStr, string serviceConfigStr)
 
void SubmitContextAndServiceAndTask (string evaluatorConfigStr, string contextConfigStr, string serviceConfigStr, string taskConfigStr)
 
void Close ()
 
string GetId ()
 
string GetNameServerInfo ()
 
IEvaluatorDescriptor GetEvaluatorDescriptor ()
 
- 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.IAllocatedEvaluatorClr2Java.Close ( )
IEvaluatorDescriptor Org.Apache.REEF.Driver.Bridge.Clr2java.IAllocatedEvaluatorClr2Java.GetEvaluatorDescriptor ( )
string Org.Apache.REEF.Driver.Bridge.Clr2java.IAllocatedEvaluatorClr2Java.GetId ( )
string Org.Apache.REEF.Driver.Bridge.Clr2java.IAllocatedEvaluatorClr2Java.GetNameServerInfo ( )
void Org.Apache.REEF.Driver.Bridge.Clr2java.IAllocatedEvaluatorClr2Java.SubmitContext ( string  evaluatorConfigStr,
string  contextConfigStr 
)
void Org.Apache.REEF.Driver.Bridge.Clr2java.IAllocatedEvaluatorClr2Java.SubmitContextAndService ( string  evaluatorConfigStr,
string  contextConfigStr,
string  serviceConfigStr 
)
void Org.Apache.REEF.Driver.Bridge.Clr2java.IAllocatedEvaluatorClr2Java.SubmitContextAndServiceAndTask ( string  evaluatorConfigStr,
string  contextConfigStr,
string  serviceConfigStr,
string  taskConfigStr 
)
void Org.Apache.REEF.Driver.Bridge.Clr2java.IAllocatedEvaluatorClr2Java.SubmitContextAndTask ( string  evaluatorConfigStr,
string  contextConfigStr,
string  taskConfigStr 
)

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