Uses of Class
com.berryworks.jquantify.EventCounterInterval
-
Packages that use EventCounterInterval 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 EventCounterInterval in com.berryworks.jquantify
Subclasses of EventCounterInterval in com.berryworks.jquantify Modifier and Type Class Description classSessionCounterIntervalThis class implementsIntervalfor use bySessionCounter.Fields in com.berryworks.jquantify declared as EventCounterInterval Modifier and Type Field Description protected EventCounterIntervalEventCounter. mCurrentIntervalprotected EventCounterIntervalEventCounter. mPeakEventsprotected EventCounterIntervalEventCounter. mPriorIntervalMethods in com.berryworks.jquantify that return EventCounterInterval Modifier and Type Method Description EventCounterIntervalEventCounterInterval. copy(EventCounterInterval inFrom)EventCounterIntervalEventCounter. getPeakEventsInterval()Gets the interval in which the greatest number of events were added.Methods in com.berryworks.jquantify with parameters of type EventCounterInterval Modifier and Type Method Description EventCounterIntervalEventCounterInterval. copy(EventCounterInterval inFrom)
-