See: Description
| Interface | Description |
|---|---|
| Interval |
An object that counts events occurring during a single time slice
within the life of a
Metric instance. |
| Class | Description |
|---|---|
| EventCounter |
This class is used to count and observe the frequency of events.
|
| EventCounterInterval |
This class implements
Interval for use by EventCounter. |
| 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. |
Copyright © 2015. All rights reserved.