| 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 |
| Class and Description |
|---|
| EventCounter
This class is used to count and observe the frequency of events.
|
| EventCounterInterval
This class implements
Interval for use by EventCounter. |
| Interval
An object that counts events occurring during a single time slice
within the life of a
Metric instance. |
| Metric
Abstract superclass for
EventCounter, SessionCounter, and other metric classes. |
| MetricRepository
A singleton repository for accessing
Metric instances by their
label. |
| SessionCounter
This class is used to count and observe the frequency, duration, and concurrency
of events that have distinct start/stop times.
|
| SessionCounterInterval
This class implements
Interval for use by SessionCounter. |
| Class and Description |
|---|
| EventCounter
This class is used to count and observe the frequency of events.
|
| Metric
Abstract superclass for
EventCounter, SessionCounter, and other metric classes. |
| SessionCounter
This class is used to count and observe the frequency, duration, and concurrency
of events that have distinct start/stop times.
|
Copyright © 2015. All rights reserved.