| 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 |
DownSampleImpl
Naive implementation of down sample with simple array input Largest-Triangle-Three-Buckets, from
Sveinn Steinarsson's thesis, section
4.2..
|
class |
LargestTriangleThreeBuckets
First implementation of Largest-Triangle-Three-Buckets.
|
class |
LargestTriangleThreeBucketsTime
A variation of the Largest-Triangle-Three-Buckets.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) DownSampler |
RrdGraphDef.downsampler |
| Modifier and Type | Method and Description |
|---|---|
void |
RrdGraphDef.setDownsampler(DownSampler downsampler)
Allows to set a downsampler, used to improved the visual representation of graph.
|