|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
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... | |
Stage that synchronously executes an event handler
|
inline |
Constructs a synchronous stage
| handler | an event handler |
|
inlinevirtual |
Implements Org.Apache.REEF.Wake.AbstractEStage< T >.
|
inlinevirtual |
Invokes the handler for the event
| value | an event |
Reimplemented from Org.Apache.REEF.Wake.AbstractEStage< T >.
1.8.11