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 DataChunkRRDatabase. getData(ConsolidationFunctionType type)Returns data from the database corresponding to the given consolidation function and a step size of 1.DataChunkRRDatabase. getData(ConsolidationFunctionType type, long startTime, long endTime, long stepSeconds)getData.DataChunkRRDatabase. 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) voidArchive. loadData(DataChunk chunk)