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

Static Public Member Functions

static void Call_ClrSystemAllocatedEvaluatorHandler_OnNext (ulong handle, IAllocatedEvaluatorClr2Java clr2Java)
 
static void Call_ClrSystemActiveContextHandler_OnNext (ulong handle, IActiveContextClr2Java clr2Java)
 
static void Call_ClrSystemDriverRestartActiveContextHandler_OnNext (ulong handle, IActiveContextClr2Java clr2Java)
 
static void Call_ClrSystemEvaluatorRequestor_OnNext (ulong handle, IEvaluatorRequestorClr2Java clr2Java)
 
static void Call_ClrSystemTaskMessage_OnNext (ulong handle, ITaskMessageClr2Java clr2Java, byte[] message)
 
static void Call_ClrSystemFailedTask_OnNext (ulong handle, IFailedTaskClr2Java clr2Java)
 
static void Call_ClrSystemRunningTask_OnNext (ulong handle, IRunningTaskClr2Java clr2Java)
 
static void Call_ClrSystemDriverRestartRunningTask_OnNext (ulong handle, IRunningTaskClr2Java clr2Java)
 
static void Call_ClrSystemFailedEvaluator_OnNext (ulong handle, IFailedEvaluatorClr2Java clr2Java)
 
static void Call_ClrSystemCompletedTask_OnNext (ulong handle, ICompletedTaskClr2Java clr2Java)
 
static void Call_ClrSystemSuspendedTask_OnNext (ulong handle, ISuspendedTaskClr2Java clr2Java)
 
static void Call_ClrSystemCompletedEvaluator_OnNext (ulong handle, ICompletedEvaluatorClr2Java clr2Java)
 
static void Call_ClrSystemHttpServer_OnNext (ulong handle, IHttpServerBridgeClr2Java clr2Java)
 
static void Call_ClrSystemClosedContext_OnNext (ulong handle, IClosedContextClr2Java clr2Java)
 Invokes event handlers registered to the closed context event. More...
 
static void Call_ClrSystemFailedContext_OnNext (ulong handle, IFailedContextClr2Java clr2Java)
 
static void Call_ClrSystemContextMessage_OnNext (ulong handle, IContextMessageClr2Java clr2Java)
 
static void Call_ClrSystemDriverRestartCompleted_OnNext (ulong handle, IDriverRestartCompletedClr2Java clr2Java)
 
static void Call_ClrSystemDriverRestartFailedEvaluator_OnNext (ulong handle, IFailedEvaluatorClr2Java clr2Java)
 
static float Call_ProgressProvider_GetProgress (ulong handle)
 
static BridgeHandlerManager Call_ClrSystemStartHandler_OnStart (DateTime startTime, string httpServerPort, IEvaluatorRequestorClr2Java evaluatorRequestorClr2Java)
 
static BridgeHandlerManager Call_ClrSystemRestartHandler_OnRestart (string httpServerPort, IEvaluatorRequestorClr2Java evaluatorRequestorClr2Java, IDriverRestartedClr2Java driverRestartedClr2Java)
 

Member Function Documentation

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemActiveContextHandler_OnNext ( ulong  handle,
IActiveContextClr2Java  clr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemAllocatedEvaluatorHandler_OnNext ( ulong  handle,
IAllocatedEvaluatorClr2Java  clr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemClosedContext_OnNext ( ulong  handle,
IClosedContextClr2Java  clr2Java 
)
inlinestatic

Invokes event handlers registered to the closed context event.

Parameters
handlePointer to the event handler object
clr2JavaProxy object to the Java closed context.
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemCompletedEvaluator_OnNext ( ulong  handle,
ICompletedEvaluatorClr2Java  clr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemCompletedTask_OnNext ( ulong  handle,
ICompletedTaskClr2Java  clr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemContextMessage_OnNext ( ulong  handle,
IContextMessageClr2Java  clr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemDriverRestartActiveContextHandler_OnNext ( ulong  handle,
IActiveContextClr2Java  clr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemDriverRestartCompleted_OnNext ( ulong  handle,
IDriverRestartCompletedClr2Java  clr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemDriverRestartFailedEvaluator_OnNext ( ulong  handle,
IFailedEvaluatorClr2Java  clr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemDriverRestartRunningTask_OnNext ( ulong  handle,
IRunningTaskClr2Java  clr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemEvaluatorRequestor_OnNext ( ulong  handle,
IEvaluatorRequestorClr2Java  clr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemFailedContext_OnNext ( ulong  handle,
IFailedContextClr2Java  clr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemFailedEvaluator_OnNext ( ulong  handle,
IFailedEvaluatorClr2Java  clr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemFailedTask_OnNext ( ulong  handle,
IFailedTaskClr2Java  clr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemHttpServer_OnNext ( ulong  handle,
IHttpServerBridgeClr2Java  clr2Java 
)
inlinestatic
static BridgeHandlerManager Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemRestartHandler_OnRestart ( string  httpServerPort,
IEvaluatorRequestorClr2Java  evaluatorRequestorClr2Java,
IDriverRestartedClr2Java  driverRestartedClr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemRunningTask_OnNext ( ulong  handle,
IRunningTaskClr2Java  clr2Java 
)
inlinestatic
static BridgeHandlerManager Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemStartHandler_OnStart ( DateTime  startTime,
string  httpServerPort,
IEvaluatorRequestorClr2Java  evaluatorRequestorClr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemSuspendedTask_OnNext ( ulong  handle,
ISuspendedTaskClr2Java  clr2Java 
)
inlinestatic
static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemTaskMessage_OnNext ( ulong  handle,
ITaskMessageClr2Java  clr2Java,
byte[]  message 
)
inlinestatic
static float Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ProgressProvider_GetProgress ( ulong  handle)
inlinestatic

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