Package | Description |
---|---|
org.rrd4j.core.jrrd |
This package provides read-only access to natives RRD file.
|
Modifier and Type | Method and 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,
Date startDate,
Date endDate,
long step)
Returns data from the database corresponding to the given consolidation
function.
|
DataChunk |
RRDatabase.getData(ConsolidationFunctionType type,
long startTime,
long endTime,
long stepSeconds)
getData.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
Archive.loadData(DataChunk chunk) |