This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Wake.Impl.SyncStage< T > Class Template Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Wake.Impl.SyncStage< T > Class Template Reference

Stage that synchronously executes an event handler More...

Inherits Org.Apache.REEF.Wake.AbstractEStage< T >.

Public Member Functions

 SyncStage (IEventHandler< T > handler)
 Constructs a synchronous stage More...
 
override void OnNext (T value)
 Invokes the handler for the event More...
 
override void Dispose ()
 

Additional Inherited Members

- Protected Member Functions inherited from Org.Apache.REEF.Wake.AbstractEStage< T >
 AbstractEStage (string meterName)
 Constructs an abstract estage More...
 

Detailed Description

Stage that synchronously executes an event handler

Constructor & Destructor Documentation

Constructs a synchronous stage

Parameters
handleran event handler

Member Function Documentation

override void Org.Apache.REEF.Wake.Impl.SyncStage< T >.Dispose ( )
inlinevirtual
override void Org.Apache.REEF.Wake.Impl.SyncStage< T >.OnNext ( value)
inlinevirtual

Invokes the handler for the event

Parameters
valuean event

Reimplemented from Org.Apache.REEF.Wake.AbstractEStage< T >.


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