Uses of Class
org.rrd4j.data.Plottable
Package
Description
This package provides read-only access to natives RRD file.
RRD4J data management.
-
Uses of Plottable in org.rrd4j.core.jrrd
Modifier and TypeMethodDescriptionDataChunk.toPlottable
(String name) Extract a datasource from the datachunck given is name as a Plottable -
Uses of Plottable in org.rrd4j.data
Modifier and TypeClassDescriptionclass
Class used to interpolate datasource values from the collection of (timestamp, values) points using natural cubic spline interpolation.class
Class used to interpolate datasource values from the collection of (timestamp, values) points.Modifier and TypeMethodDescriptionvoid
DataProcessor.addDatasource
(String name, Plottable plottable) Deprecated.
DataProcessor.datasource(String, IPlottable)
instead