Uses of Interface
com.berryworks.jquantify.Interval
-
Packages that use Interval 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 Interval in com.berryworks.jquantify
Classes in com.berryworks.jquantify that implement Interval Modifier and Type Class Description classEventCounterIntervalThis class implementsIntervalfor use byEventCounter.classSessionCounterIntervalThis class implementsIntervalfor use bySessionCounter.Methods in com.berryworks.jquantify that return Interval Modifier and Type Method Description IntervalEventCounter. getCurrentInterval()Gets the current Interval, the one to which current events are added.
-