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

Base mutable metric interface from which all other metrics derive. More...

Inherits IObserver< SnapshotRequest >.

Inherited by Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.ICounter, Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IDoubleGauge, Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IExtendedMutableMetric, Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.ILongGauge, and Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IStat.

Public Member Functions

void Subscribe (IObservable< SnapshotRequest > requestor)
 This function should be used to subscribe metric tot he observable, typically IMetricsSource More...
 

Properties

IMetricsInfo Info [get]
 Meta-data of the metric. More...
 

Detailed Description

Base mutable metric interface from which all other metrics derive.

Member Function Documentation

◆ Subscribe()

void Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMutableMetric.Subscribe ( IObservable< SnapshotRequest requestor)

This function should be used to subscribe metric tot he observable, typically IMetricsSource

Property Documentation

◆ Info

IMetricsInfo Org.Apache.REEF.Common.Metrics.MutableMetricsLayer.IMutableMetric.Info
get

Meta-data of the metric.


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