-
public interface CoreCounterThis interface describes a core counter metric.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()Get the counter name. abstract longgetValue()Get the counter value. abstract longgetValueAndReset()Get the value and reset the counter. -
-
Method Detail
-
getValue
abstract long getValue()
Get the counter value.
-
getValueAndReset
abstract long getValueAndReset()
Get the value and reset the counter.
-
-
-
-