Uses of Class
org.rrd4j.data.Variable
Packages that use Variable
Package
Description
RRD4J is a high performance data logging and graphing system for time series data, implementing
RRDTool's functionality in Java.
core RRD4J implementation.
RRD4J data management.
RRD4J graph capabilities.
-
Uses of Variable in org.rrd4j
-
Uses of Variable in org.rrd4j.core
Methods in org.rrd4j.core with parameters of type VariableModifier and TypeMethodDescriptionvoidDataHolder.datasource(String name, String defName, Variable var) Creates a datasource that performs a variable calculation on an another named datasource to yield a single combined timestamp/value. -
Uses of Variable in org.rrd4j.data
Subclasses of Variable in org.rrd4j.dataModifier and TypeClassDescriptionstatic classCalculate the average of the data points.static classFind the first valid data point and it's timestampstatic classFind the first last valid point and it's timestampstatic classCalculate the correlation coefficient of the least squares line.static classCalculate the y-intercept of the least squares line.static classCalculate the slop of the least squares line.static classThe biggest of the data points and it's time stamp (the first one) is stored.static classThe smallest of the data points and it's time stamp (the first one) is stored.static classFind the point at the n-th percentile.static classstatic classCalculate the standard deviation for the data point.static classCalculate the sum of the data points.Methods in org.rrd4j.data with parameters of type VariableModifier and TypeMethodDescriptionvoidDataProcessor.addDatasource(String name, String defName, Variable var) Deprecated.voidDataProcessor.datasource(String name, String defName, Variable var) Creates a datasource that performs a variable calculation on an another named datasource to yield a single combined timestamp/value.DataProcessor.getVariable(String sourceName, Variable var) Returns single aggregated value for a single datasource.Constructors in org.rrd4j.data with parameters of type Variable -
Uses of Variable in org.rrd4j.graph
Methods in org.rrd4j.graph with parameters of type VariableModifier and TypeMethodDescriptionvoidRrdGraphDef.datasource(String name, String defName, Variable var) Creates a datasource that performs a variable calculation on an another named datasource to yield a single combined timestamp/value.Constructors in org.rrd4j.graph with parameters of type Variable
DataProcessor.datasource(String, String, Variable)instead.