@FunctionalInterface public interface IPlottable
If you wish to use a custom datasource in a graph, you should create a class implementing this interface that represents that datasource, and then pass this class on to the RrdGraphDef.
Modifier and Type | Method and Description |
---|---|
double |
getValue(long timestamp)
Retrieves datapoint value based on a given timestamp.
|