|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
An estage that implements metering More...
Inherits Org.Apache.REEF.Wake.IEStage< T >.
Inherited by Org.Apache.REEF.Wake.Impl.SingleThreadStage< T >, Org.Apache.REEF.Wake.Impl.SyncStage< T >, and Org.Apache.REEF.Wake.Impl.ThreadPoolStage< T >.
Public Member Functions | |
| virtual void | OnNext (T value) |
| Updates the meter More... | |
| abstract void | Dispose () |
Protected Member Functions | |
| AbstractEStage (string meterName) | |
| Constructs an abstract estage More... | |
An estage that implements metering
| T | The estage type |
|
inlineprotected |
Constructs an abstract estage
| meterName | the meter name |
|
pure virtual |
|
inlinevirtual |
Updates the meter
| value | an event |
Implements Org.Apache.REEF.Wake.IEventHandler< T >.
Reimplemented in Org.Apache.REEF.Wake.Impl.ThreadPoolStage< T >, Org.Apache.REEF.Wake.Impl.SingleThreadStage< T >, and Org.Apache.REEF.Wake.Impl.SyncStage< T >.
1.8.11