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

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

Public Member Functions

IActiveContextClr2Java GetActiveContext ()
 
string GetId ()
 
void Send (byte[] message)
 
void Suspend (byte[] message)
 
void Close (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.IRunningTaskClr2Java.Close ( byte[]  message)
IActiveContextClr2Java Org.Apache.REEF.Driver.Bridge.Clr2java.IRunningTaskClr2Java.GetActiveContext ( )
string Org.Apache.REEF.Driver.Bridge.Clr2java.IRunningTaskClr2Java.GetId ( )
void Org.Apache.REEF.Driver.Bridge.Clr2java.IRunningTaskClr2Java.Send ( byte[]  message)
void Org.Apache.REEF.Driver.Bridge.Clr2java.IRunningTaskClr2Java.Suspend ( byte[]  message)

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