Package org.rrd4j.graph
Interface DownSampler
-
public interface DownSampler
A class that implement a downsampler, used to reduce the number of point to display.- Author:
- Fabrice Bacchella
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
DownSampler.DataSet
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DownSampler.DataSet
downsize(long[] timestamps, double[] values)
-
-
-
Method Detail
-
downsize
DownSampler.DataSet downsize(long[] timestamps, double[] values)
-
-