Uses of Class
com.berryworks.jquantify.SessionCounter
-
Packages that use SessionCounter 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 -
-
Uses of SessionCounter in com.berryworks.jquantify
Methods in com.berryworks.jquantify that return SessionCounter Modifier and Type Method Description SessionCounterSessionCounter. autoCloseableStart()static SessionCounterSessionCounter. getSessionCounter(String inLabel)Get an instance of a SessionCounter with a particular label from the MetricRepository, creating one if necessary.static SessionCounterSessionCounter. getSessionCounter(String inLabel, int inIntervalSeconds)Get an instance of a SessionCounter with a particular label from the MetricRepository. -
Uses of SessionCounter in com.berryworks.jquantify.util
Methods in com.berryworks.jquantify.util with parameters of type SessionCounter Modifier and Type Method Description static StringFormat. asCSV(SessionCounter inSessionCounter)
-