Package org.rrd4j.data
Class Source
java.lang.Object
org.rrd4j.data.Source
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
valuesprotected double[] values
- 
timestampsprotected long[] timestamps
 
- 
- 
Constructor Details- 
SourceSource(String name) 
 
- 
- 
Method Details- 
getNameString getName()
- 
setValuesvoid setValues(double[] values) 
- 
setTimestampsvoid setTimestamps(long[] timestamps) 
- 
getValuesdouble[] getValues()
- 
getTimestampslong[] getTimestamps()
- 
getAggregatesDeprecated.This method is deprecated. Uses instance ofVariable, used with DataProcessor.addDatasource(String, String, Variable)- Parameters:
- tStart-
- tEnd-
- Returns:
 
- 
getPercentileDeprecated.This method is deprecated. Uses instance ofVariable.PERCENTILE, used with DataProcessor.addDatasource(String, String, Variable)- Parameters:
- tStart-
- tEnd-
- percentile-
- Returns:
 
 
-