| Package | Description |
|---|---|
| eu.bengreen.data.utility | Data utility classes for hashing and time-related algorithms. |
| org.rrd4j.graph | RRD4J graph capabilities. |
| Modifier and Type | Class and Description |
|---|---|
class | DownSampleImplNaive implementation of down sample with simple array input Largest-Triangle-Three-Buckets, from
Sveinn Steinarsson's thesis, section
4.2.. |
class | LargestTriangleThreeBucketsFirst implementation of Largest-Triangle-Three-Buckets. |
class | LargestTriangleThreeBucketsTimeA variation of the Largest-Triangle-Three-Buckets. |
| Modifier and Type | Field and Description |
|---|---|
(package private) DownSampler | RrdGraphDef.downsamplerOptional downsampler for improved visual representation. |
| Modifier and Type | Method and Description |
|---|---|
void | RrdGraphDef.setDownsampler(DownSampler downsampler)Allows to set a downsampler, used to improved the visual representation of graph. |