Uses of Interface
elki.logging.statistics.Counter
-
Packages that use Counter Package Description elki.logging Logging facility for controlling logging behavior of the complete framework.elki.logging.statistics Classes for logging various statistics. -
-
Uses of Counter in elki.logging
Methods in elki.logging that return Counter Modifier and Type Method Description CounterLogging. newCounter(java.lang.String key)Generate a new counter. -
Uses of Counter in elki.logging.statistics
Classes in elki.logging.statistics that implement Counter Modifier and Type Class Description classAtomicLongCounterClass to count events in a thread-safe counter.classUnsynchronizedLongCounterClass to count events in a thread-safe counter.
-