Package org.rrd4j.data
Class Source
java.lang.Object
org.rrd4j.data.Source
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) Aggregates
getAggregates
(long tStart, long tEnd) Deprecated.This method is deprecated.(package private) String
getName()
(package private) double
getPercentile
(long tStart, long tEnd, double percentile) Deprecated.This method is deprecated.(package private) long[]
(package private) double[]
(package private) void
setTimestamps
(long[] timestamps) (package private) void
setValues
(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 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:
-