Package elki.logging.statistics
Interface Statistic
-
- All Known Implementing Classes:
AbstractStatistic
,AtomicLongCounter
,DoubleStatistic
,LongStatistic
,MillisTimeDuration
,NanoDuration
,StringStatistic
,UnsynchronizedLongCounter
public interface Statistic
Abstract base interface for statistics tracking.- Since:
- 0.6.0
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
formatValue()
Get a formatted version of the value, for output.java.lang.String
getKey()
Get the key of this statistic.
-