Uses of Class
org.rrd4j.core.jrrd.DataChunk
Package | Description |
---|---|
org.rrd4j.core.jrrd |
This package provides read-only access to natives RRD file.
|
-
Uses of DataChunk in org.rrd4j.core.jrrd
Methods in org.rrd4j.core.jrrd that return DataChunk Modifier and Type Method Description DataChunk
RRDatabase. getData(ConsolidationFunctionType type)
Returns data from the database corresponding to the given consolidation function and a step size of 1.DataChunk
RRDatabase. getData(ConsolidationFunctionType type, long startTime, long endTime, long stepSeconds)
getData.DataChunk
RRDatabase. getData(ConsolidationFunctionType type, Date startDate, Date endDate, long step)
Returns data from the database corresponding to the given consolidation function.Methods in org.rrd4j.core.jrrd with parameters of type DataChunk Modifier and Type Method Description (package private) void
Archive. loadData(DataChunk chunk)