Uses of Package
com.berryworks.jquantify
-
Packages that use com.berryworks.jquantify 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.com.berryworks.jquantify.util -
Classes in com.berryworks.jquantify used by com.berryworks.jquantify Class Description EventCounter This class is used to count and observe the frequency of events.EventCounterInterval This class implementsIntervalfor use byEventCounter.Interval An object that counts events occurring during a single time slice within the life of aMetricinstance.Metric Abstract superclass forEventCounter,SessionCounter, and other metric classes.MetricRepository A singleton repository for accessingMetricinstances by their label.SessionCounter This class is used to count and observe the frequency, duration, and concurrency of events that have distinct start/stop times.SessionCounterInterval This class implementsIntervalfor use bySessionCounter. -
Classes in com.berryworks.jquantify used by com.berryworks.jquantify.util Class Description EventCounter This class is used to count and observe the frequency of events.Metric Abstract superclass forEventCounter,SessionCounter, and other metric classes.SessionCounter This class is used to count and observe the frequency, duration, and concurrency of events that have distinct start/stop times.