| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SessionCounterInterval
This class implements
Interval for use by SessionCounter. |
| Modifier and Type | Field and Description |
|---|---|
protected EventCounterInterval |
EventCounter.mCurrentInterval |
protected EventCounterInterval |
EventCounter.mPeakEvents |
protected EventCounterInterval |
EventCounter.mPriorInterval |
| Modifier and Type | Method and Description |
|---|---|
EventCounterInterval |
EventCounterInterval.copy(EventCounterInterval inFrom) |
EventCounterInterval |
EventCounter.getPeakEventsInterval()
Gets the interval in which the greatest number of events were added.
|
| Modifier and Type | Method and Description |
|---|---|
EventCounterInterval |
EventCounterInterval.copy(EventCounterInterval inFrom) |
Copyright © 2015. All rights reserved.