| Package | Description |
|---|---|
| eu.bengreen.data.utility | Data utility classes for hashing and time-related algorithms. |
| org.rrd4j.graph | RRD4J graph capabilities. |
| Modifier and Type | Method and Description |
|---|---|
DownSampler.DataSet | DownSampleImpl.downsize(long[] timestamps,
double[] values) |
DownSampler.DataSet | LargestTriangleThreeBuckets.downsizeImpl(DownSampler.DataSet sampled,
long[] timestamps,
double[] values) |
DownSampler.DataSet | LargestTriangleThreeBucketsTime.downsizeImpl(DownSampler.DataSet sampled,
long[] timestamps,
double[] values)downsizeImpl. |
protected abstract DownSampler.DataSet | DownSampleImpl.downsizeImpl(DownSampler.DataSet sampled,
long[] timestamps,
double[] values) |
| Modifier and Type | Method and Description |
|---|---|
DownSampler.DataSet | LargestTriangleThreeBuckets.downsizeImpl(DownSampler.DataSet sampled,
long[] timestamps,
double[] values) |
DownSampler.DataSet | LargestTriangleThreeBucketsTime.downsizeImpl(DownSampler.DataSet sampled,
long[] timestamps,
double[] values)downsizeImpl. |
protected abstract DownSampler.DataSet | DownSampleImpl.downsizeImpl(DownSampler.DataSet sampled,
long[] timestamps,
double[] values) |
protected void | DownSampleImpl.setDataSetLine(DownSampler.DataSet sampled,
int rank,
long timestamp,
double value)Populate a single element in the downsampled data set. |
| Modifier and Type | Method and Description |
|---|---|
DownSampler.DataSet | DownSampler.downsize(long[] timestamps,
double[] values)Downsample the given data. |