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