Uses of Class
com.berryworks.jquantify.MetricRepository
-
Packages that use MetricRepository Package Description com.berryworks.jquantify Contains classes used to count events, both point-in-time events as well as session-oriented events having measurable duration, and efficiently provide lightweight statistics on their frequency, duration, and concurrency. -
-
Uses of MetricRepository in com.berryworks.jquantify
Methods in com.berryworks.jquantify that return MetricRepository Modifier and Type Method Description static MetricRepositoryMetricRepository. instance()Returns the singleton instance ofMetricRepository.
-