Package org.rrd4j.data
Class Source
java.lang.Object
org.rrd4j.data.Source
abstract class Source extends Object
-
Field Summary
Fields Modifier and Type Field Description protected long[]timestampsprotected double[]values -
Constructor Summary
-
Method Summary
Modifier and Type Method Description (package private) AggregatesgetAggregates(long tStart, long tEnd)Deprecated.This method is deprecated.(package private) StringgetName()(package private) doublegetPercentile(long tStart, long tEnd, double percentile)Deprecated.This method is deprecated.(package private) long[]getTimestamps()(package private) double[]getValues()(package private) voidsetTimestamps(long[] timestamps)(package private) voidsetValues(double[] values)
-
Field Details
-
values
protected double[] values -
timestamps
protected long[] timestamps
-
-
Constructor Details
-
Method Details
-
getName
String getName() -
setValues
void setValues(double[] values) -
setTimestamps
void setTimestamps(long[] timestamps) -
getValues
double[] getValues() -
getTimestamps
long[] getTimestamps() -
getAggregates
Deprecated.This method is deprecated. Uses instance ofVariable, used with DataProcessor.addDatasource(String, String, Variable)- Parameters:
tStart-tEnd-- Returns:
-
getPercentile
Deprecated.This method is deprecated. Uses instance ofVariable.PERCENTILE, used with DataProcessor.addDatasource(String, String, Variable)- Parameters:
tStart-tEnd-percentile-- Returns:
-