Apache REEF  0.16.0
Retainable Evaluator Execution Framework
List of all members
Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IRate Interface Reference

Interface to implement the rate. More...

Inherits Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IStat.

Inherited by Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.MutableRate.

Additional Inherited Members

- Public Member Functions inherited from Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IStat
void Sample (double value)
 Adds a sample to the stat. More...
 
- Public Member Functions inherited from Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMutableMetric
void Subscribe (IObservable< SnapshotRequest > requestor)
 This function should be used to subscribe metric tot he observable, typically IMetricsSource More...
 
- Properties inherited from Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMutableMetric
IMetricsInfo Info [get]
 Meta-data of the metric. More...
 

Detailed Description

Interface to implement the rate.

A user will only work against this interface. Implementations will be internal.


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