JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.lmu.ifi.dbs.elki.logging.statistics
Interface Statistic
All Known Subinterfaces:
Counter
,
Duration
All Known Implementing Classes:
AbstractStatistic
,
AtomicLongCounter
,
DoubleStatistic
,
LongStatistic
,
MillisTimeDuration
,
NanoDuration
,
StringStatistic
,
UnsynchronizedLongCounter
public interface
Statistic
Abstract base interface for statistics tracking.
Method Summary
Methods
Modifier and Type
Method and Description
String
formatValue
()
Get a formatted version of the value, for output.
String
getKey
()
Get the key of this statistic.
Method Detail
getKey
String
getKey()
Get the key of this statistic.
Returns:
Key
formatValue
String
formatValue()
Get a formatted version of the value, for output.
Returns:
Value
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Release 0.6.0 (2014-01-10_1610)
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method