|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
An Rx stage that implements metering More...
Inherits Org.Apache.REEF.Wake.RX.IRxStage< T >.
Inherited by Org.Apache.REEF.Wake.RX.Impl.RxSyncStage< T >, and Org.Apache.REEF.Wake.RX.Impl.RxThreadPoolStage< T >.
Public Member Functions | |
| AbstractRxStage (string meterName) | |
| Constructs an abstract rxstage More... | |
| virtual void | OnNext (T value) |
| Updates the meter More... | |
| abstract void | OnCompleted () |
| abstract void | OnError (Exception error) |
| virtual void | Dispose () |
An Rx stage that implements metering
|
inline |
Constructs an abstract rxstage
| meterName | the name of the meter |
|
inlinevirtual |
Reimplemented in Org.Apache.REEF.Wake.RX.Impl.RxThreadPoolStage< T >, and Org.Apache.REEF.Wake.RX.Impl.RxSyncStage< T >.
|
pure virtual |
|
pure virtual |
|
inlinevirtual |
Updates the meter
| value | the event |
Reimplemented in Org.Apache.REEF.Wake.RX.Impl.RxThreadPoolStage< T >, and Org.Apache.REEF.Wake.RX.Impl.RxSyncStage< T >.
1.8.11