Uses of Class
org.jrobin.core.jrrd.DataChunk
-
Packages that use DataChunk Package Description org.jrobin.core.jrrd -
-
Uses of DataChunk in org.jrobin.core.jrrd
Methods in org.jrobin.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 step)
Returns data from the database corresponding to the given consolidation function.(package private) DataChunk
Archive. loadData(DataChunk chunk)
Methods in org.jrobin.core.jrrd with parameters of type DataChunk Modifier and Type Method Description (package private) DataChunk
Archive. loadData(DataChunk chunk)
(package private) void
Archive. loadData(DataChunk chunk, long startTime, long endTime)
-