| Modifier and Type | Class and Description |
|---|---|
class |
IntervalListener
Helper class to connect not stats producers to interval updates.
|
class |
NoIntervalListener
This class is a substitute for interval listeners in case there is no such interval.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntervalStatsLogger
This helper class logs the stats of a producer with a ILogOutput object at selected interval (as soon as the interval update is fired).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProducerRegistryAPIImpl
Implementation of the public api for the producer registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Interval.addPrimaryIntervalListener(IIntervalListener aListener)
This method adds a listener as primary listener.
|
void |
Interval.addSecondaryIntervalListener(IIntervalListener aListener)
This method adds a listener as primary listener.
|
void |
Interval.removePrimaryIntervalListener(IIntervalListener aListener)
This method removes the given listener from the primary listeners.
|
void |
Interval.removeSecondaryIntervalListener(IIntervalListener aListener)
This method removes the given listener from the primary listeners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiffLongValueHolder
This value holder is meant for values that are continuously increasing and where you want to monitor not an absolute amount per interval but a change.
|
class |
DoubleValueHolder
This class implements a ValueHolder that is able to process double values.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.