| Arrays |
Deprecated.
|
| AverageCPUTask |
This class computes the average CPU use by a thread during last minute.
|
| AverageLoadTask |
This class computes the load average of the server using Unix algorithm.
|
| BinaryDump |
This class allows to produce various dump of bytes arrays.
|
| Configuration |
This class holds a static list of properties accessible from anywhere.
|
| Daemon |
The Daemon class represents a basic active component in a server.
|
| Debug |
This class handles the debug traces.
|
| ExponentialMovingAverage |
Exponential moving average (EMA) is a rule of thumb technique for smoothing time series data
using the exponential window function (see https://fr.wikipedia.org/wiki/Moyenne_mobile)
|
| Pool |
|
| Queue |
The Queue class implements a First-In-First-Out
(FIFO) list of objects.
|
| Strings |
This class provides a set of static functions for building string
representations of complex structures.
|