Package org.rrd4j.data
Class Source
java.lang.Object
org.rrd4j.data.Source
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(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[](package private) double[](package private) voidsetTimestamps(long[] timestamps) (package private) voidsetValues(double[] values)
-
Field Details
-
values
protected double[] values -
timestamps
protected long[] timestamps
-
-
Constructor Details
-
Source
Source(String name)
-
-
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 withDataProcessor.addDatasource(String, String, Variable)- Parameters:
tStart-tEnd-- Returns:
- the Aggregates
-
getPercentile
Deprecated.This method is deprecated. Uses instance ofVariable.PERCENTILE, used withDataProcessor.addDatasource(String, String, Variable)- Parameters:
tStart-tEnd-percentile-- Returns:
- the percentile
-