Uses of Class
org.rrd4j.core.jrrd.ConsolidationFunctionType
-
Packages that use ConsolidationFunctionType Package Description org.rrd4j.core.jrrd This package provides read-only access to natives RRD file. -
-
Uses of ConsolidationFunctionType in org.rrd4j.core.jrrd
Methods in org.rrd4j.core.jrrd that return ConsolidationFunctionType Modifier and Type Method Description ConsolidationFunctionTypeArchive. getType()Returns the type of function used to calculate the consolidated data point.static ConsolidationFunctionTypeConsolidationFunctionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsolidationFunctionType[]ConsolidationFunctionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rrd4j.core.jrrd with parameters of type ConsolidationFunctionType Modifier and Type Method Description (package private) ArrayList<Archive>RRDatabase. getArchiveList(ConsolidationFunctionType type)Iterator<Archive>RRDatabase. getArchives(ConsolidationFunctionType type)Returns an iterator over the archives in this database of the given type in proper sequence.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.
-