Apache REEF  0.16.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 void Call_ClrSystemStartHandler_OnStart (DateTime startTime)
 Invokes event handlers registered to the driver start event. More...
 
static void Call_ClrSystemRestartHandler_OnRestart (IDriverRestartedClr2Java driverRestartedClr2Java)
 Invokes event handlers registered to the driver restart event. More...
 
static BridgeHandlerManager Call_ClrSystem_SetupBridgeHandlerManager (string httpServerPort, IEvaluatorRequestorClr2Java evaluatorRequestorClr2Java)
 Configure and return a manager object holding all subscriptions given to REEF events on the .NET side. More...
 

Member Function Documentation

◆ Call_ClrSystem_SetupBridgeHandlerManager()

static BridgeHandlerManager Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystem_SetupBridgeHandlerManager ( string  httpServerPort,
IEvaluatorRequestorClr2Java  evaluatorRequestorClr2Java 
)
inlinestatic

Configure and return a manager object holding all subscriptions given to REEF events on the .NET side.

Parameters
httpServerPortString representation of the http port of the Java-side driver.
evaluatorRequestorClr2JavaProxy object to the Java evaluator requestor object.
Returns
BridgeHandlerManager object that contains .NET handles for each REEF event.

◆ Call_ClrSystemActiveContextHandler_OnNext()

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

◆ Call_ClrSystemAllocatedEvaluatorHandler_OnNext()

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

◆ Call_ClrSystemClosedContext_OnNext()

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.

◆ Call_ClrSystemCompletedEvaluator_OnNext()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemCompletedEvaluator_OnNext ( ulong  handle,
ICompletedEvaluatorClr2Java  clr2Java 
)
inlinestatic

◆ Call_ClrSystemCompletedTask_OnNext()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemCompletedTask_OnNext ( ulong  handle,
ICompletedTaskClr2Java  clr2Java 
)
inlinestatic

◆ Call_ClrSystemContextMessage_OnNext()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemContextMessage_OnNext ( ulong  handle,
IContextMessageClr2Java  clr2Java 
)
inlinestatic

◆ Call_ClrSystemDriverRestartActiveContextHandler_OnNext()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemDriverRestartActiveContextHandler_OnNext ( ulong  handle,
IActiveContextClr2Java  clr2Java 
)
inlinestatic

◆ Call_ClrSystemDriverRestartCompleted_OnNext()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemDriverRestartCompleted_OnNext ( ulong  handle,
IDriverRestartCompletedClr2Java  clr2Java 
)
inlinestatic

◆ Call_ClrSystemDriverRestartFailedEvaluator_OnNext()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemDriverRestartFailedEvaluator_OnNext ( ulong  handle,
IFailedEvaluatorClr2Java  clr2Java 
)
inlinestatic

◆ Call_ClrSystemDriverRestartRunningTask_OnNext()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemDriverRestartRunningTask_OnNext ( ulong  handle,
IRunningTaskClr2Java  clr2Java 
)
inlinestatic

◆ Call_ClrSystemEvaluatorRequestor_OnNext()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemEvaluatorRequestor_OnNext ( ulong  handle,
IEvaluatorRequestorClr2Java  clr2Java 
)
inlinestatic

◆ Call_ClrSystemFailedContext_OnNext()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemFailedContext_OnNext ( ulong  handle,
IFailedContextClr2Java  clr2Java 
)
inlinestatic

◆ Call_ClrSystemFailedEvaluator_OnNext()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemFailedEvaluator_OnNext ( ulong  handle,
IFailedEvaluatorClr2Java  clr2Java 
)
inlinestatic

◆ Call_ClrSystemFailedTask_OnNext()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemFailedTask_OnNext ( ulong  handle,
IFailedTaskClr2Java  clr2Java 
)
inlinestatic

◆ Call_ClrSystemHttpServer_OnNext()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemHttpServer_OnNext ( ulong  handle,
IHttpServerBridgeClr2Java  clr2Java 
)
inlinestatic

◆ Call_ClrSystemRestartHandler_OnRestart()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemRestartHandler_OnRestart ( IDriverRestartedClr2Java  driverRestartedClr2Java)
inlinestatic

Invokes event handlers registered to the driver restart event.

Parameters
driverRestartedClr2JavaProxy object to the Java driver restart event object.

◆ Call_ClrSystemRunningTask_OnNext()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemRunningTask_OnNext ( ulong  handle,
IRunningTaskClr2Java  clr2Java 
)
inlinestatic

◆ Call_ClrSystemStartHandler_OnStart()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemStartHandler_OnStart ( DateTime  startTime)
inlinestatic

Invokes event handlers registered to the driver start event.

Parameters
startTimeDateTime object that represents when this method was called.

◆ Call_ClrSystemSuspendedTask_OnNext()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemSuspendedTask_OnNext ( ulong  handle,
ISuspendedTaskClr2Java  clr2Java 
)
inlinestatic

◆ Call_ClrSystemTaskMessage_OnNext()

static void Org.Apache.REEF.Driver.Bridge.ClrSystemHandlerWrapper.Call_ClrSystemTaskMessage_OnNext ( ulong  handle,
ITaskMessageClr2Java  clr2Java,
byte []  message 
)
inlinestatic

◆ Call_ProgressProvider_GetProgress()

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: