IPlottable
instead@Deprecated public abstract class Plottable extends Object implements 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.
Constructor and Description |
---|
Plottable()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract double |
getValue(long timestamp)
Deprecated.
Retrieves datapoint value based on a given timestamp.
|
public abstract double getValue(long timestamp)
getValue
in interface IPlottable
timestamp
- Timestamp in seconds for the datapoint.