Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IStat Interface Reference

Interface to implement the stat. More...

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

Inherited by Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IRate, and Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.MutableStat.

Public Member Functions

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...
 

Additional Inherited Members

- 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 stat.

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

Member Function Documentation

◆ Sample()

void Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IStat.Sample ( double  value)

Adds a sample to the stat.

Parameters
valueValue of the sample.

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