Package 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.
Overview
This is a sentence.EventCounter Example
This is a sentence.SessionCounter Example
This is a sentence.Design Goals
This is a sentence.-
Interface Summary Interface Description Interval An object that counts events occurring during a single time slice within the life of aMetricinstance. -
Class Summary Class Description EventCounter This class is used to count and observe the frequency of events.EventCounterInterval This class implementsIntervalfor use byEventCounter.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.