| 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 |
| Modifier and Type | Method and Description |
|---|---|
static SessionCounter |
SessionCounter.getSessionCounter(String inLabel)
Get an instance of a SessionCounter with a particular label from the
MetricRepository, creating one if necessary.
|
static SessionCounter |
SessionCounter.getSessionCounter(String inLabel,
int inIntervalSeconds)
Get an instance of a SessionCounter with a particular label from the
MetricRepository.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Format.asCSV(SessionCounter inSessionCounter) |
Copyright © 2015. All rights reserved.