Uses of Class
com.berryworks.jquantify.SessionCounterInterval
-
Packages that use SessionCounterInterval 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 SessionCounterInterval in com.berryworks.jquantify
Methods in com.berryworks.jquantify that return SessionCounterInterval Modifier and Type Method Description SessionCounterIntervalSessionCounterInterval. copy(SessionCounterInterval inFrom)Copies the state of theIntervalargument into thisSessionCounterInterval.SessionCounterIntervalSessionCounter. getPeakConcurrencyInterval()Gets the interval in which the highest concurrency was noted.Methods in com.berryworks.jquantify with parameters of type SessionCounterInterval Modifier and Type Method Description SessionCounterIntervalSessionCounterInterval. copy(SessionCounterInterval inFrom)Copies the state of theIntervalargument into thisSessionCounterInterval.
-