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

Inherited by Org.Apache.REEF.Common.Telemetry.Counter.

Public Member Functions

void Increment (int number)
 Increase the current counter value with the number specified. More...
 

Properties

long Timestamp [get]
 Time the counter is updated. More...
 
string Name [get]
 Name of the counter. More...
 
string Description [get]
 The description of the counter. More...
 
int Value [get]
 The value of the counter. More...
 

Member Function Documentation

◆ Increment()

void Org.Apache.REEF.Common.Telemetry.ICounter.Increment ( int  number)

Increase the current counter value with the number specified.

Property Documentation

◆ Description

string Org.Apache.REEF.Common.Telemetry.ICounter.Description
get

The description of the counter.

◆ Name

string Org.Apache.REEF.Common.Telemetry.ICounter.Name
get

Name of the counter.

◆ Timestamp

long Org.Apache.REEF.Common.Telemetry.ICounter.Timestamp
get

Time the counter is updated.

◆ Value

int Org.Apache.REEF.Common.Telemetry.ICounter.Value
get

The value of the counter.


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