Uses of Class
org.rrd4j.core.Sample
| Package | Description |
|---|---|
| org.rrd4j.core |
core RRD4J implementation.
|
-
Uses of Sample in org.rrd4j.core
Methods in org.rrd4j.core that return Sample Modifier and Type Method Description SampleRrdDb. createSample()Creates new sample with the current timestamp and all data source values set to 'unknown'.SampleRrdDb. createSample(long time)Creates new sample with the given timestamp and all datasource values set to 'unknown'.SampleSample. set(String timeAndValues)Sets sample timestamp and data source values in a fashion similar to RRDTool.SampleSample. setTime(long time)Sets sample timestamp.SampleSample. setValue(int i, double value)Sets single datasource value using data source index.SampleSample. setValue(String dsName, double value)Sets single data source value in the sample.SampleSample. setValues(double... values)Sets some (possibly all) data source values in bulk.Methods in org.rrd4j.core with parameters of type Sample Modifier and Type Method Description (package private) voidRrdDb. store(Sample sample)