Uses of Class
org.rrd4j.core.Sample

Packages that use Sample
Package
Description
core RRD4J implementation.
  • Uses of Sample in org.rrd4j.core

    Methods in org.rrd4j.core that return Sample
    Modifier and Type
    Method
    Description
    RrdDb.createSample()
    Creates new sample with the current timestamp and all data source values set to 'unknown'.
    RrdDb.createSample(long time)
    Creates new sample with the given timestamp and all datasource values set to 'unknown'.
    Sample.set(String timeAndValues)
    Sets sample timestamp and data source values in a fashion similar to RRDTool.
    Sample.setTime(long time)
    Sets sample timestamp.
    Sample.setValue(int i, double value)
    Sets single datasource value using data source index.
    Sample.setValue(String dsName, double value)
    Sets single data source value in the sample.
    Sample.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) final void
    RrdDb.store(Sample sample)