| Interface | Description |
|---|---|
| DetailedStatValue |
Extends the
StatValue interface with a StatValueTypes value. |
| IIntervalListener |
This interface declares a listener that can be registered at an Interval to be
notified when the interval-specific period of time was elapsed.
|
| Interval |
This interface declares an inveral with a name and an unique id.
|
| IntervalRegistryListener |
This interface declares a listener that will be notified about new created Intervals.
|
| IValueHolderFactory |
This interface declares a factory that is responsible to create ValueHolder instances of its
specific type for a concrete Interval.
|
| StatValue |
This interface declares a generic statistic value that may record data series for certain
Intervals synchronously.
|
| TypeAwareStatValue |
Extends the
StatValue interface with a StatValueTypes value. |
| ValueHolder |
This interface declares any type-specific holder
implementation and declares the interface to support some basic mathematical operations
needed for statistical aggregations.
|
| Class | Description |
|---|---|
| DefaultIntervals | Deprecated |
| Enum | Description |
|---|---|
| StatValueTypes |
The internal type representation for StatValues.
|
| TimeUnit |
TimeUnit is used to transform internal stored time into nanos and forth.
|
| Exception | Description |
|---|---|
| UnknownIntervalException |
This Exception indicates that any operation involving Intervals does not know
this Interval.
|
| UnknownIntervalLengthException |
This Exception indicates that any operation involving Intervals could not estimate the
appropriate interval length.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.