Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
Org.Apache.REEF.Common.Metrics.Api.MetricsInfoImpl Class Reference

Default implementation of the IMetricsInfo More...

Inherits Org.Apache.REEF.Common.Metrics.Api.IMetricsInfo.

Public Member Functions

 MetricsInfoImpl (string name, string desc)
 Constructor. More...
 
override string ToString ()
 Overrides base ToString method. More...
 

Properties

string Name [get]
 Name of the metric. More...
 
string Description [get]
 Description of the metric. More...
 
- Properties inherited from Org.Apache.REEF.Common.Metrics.Api.IMetricsInfo
string Name [get]
 The name of the metric or tag. More...
 
string Description [get]
 Description of the metric or tag. More...
 

Detailed Description

Default implementation of the IMetricsInfo

Constructor & Destructor Documentation

◆ MetricsInfoImpl()

Org.Apache.REEF.Common.Metrics.Api.MetricsInfoImpl.MetricsInfoImpl ( string  name,
string  desc 
)
inline

Constructor.

Parameters
nameName of the metric.
descDescription of the metric.

Member Function Documentation

◆ ToString()

override string Org.Apache.REEF.Common.Metrics.Api.MetricsInfoImpl.ToString ( )
inline

Overrides base ToString method.

Returns
string representation of the class.

Property Documentation

◆ Description

string Org.Apache.REEF.Common.Metrics.Api.MetricsInfoImpl.Description
get

Description of the metric.

◆ Name

string Org.Apache.REEF.Common.Metrics.Api.MetricsInfoImpl.Name
get

Name of the metric.


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