Uses of Enum
org.rrd4j.core.jrrd.ConsolidationFunctionType
Packages that use ConsolidationFunctionType
-
Uses of ConsolidationFunctionType in org.rrd4j.core.jrrd
Methods in org.rrd4j.core.jrrd that return ConsolidationFunctionTypeModifier and TypeMethodDescriptionArchive.getType()
Returns the type of function used to calculate the consolidated data point.static ConsolidationFunctionType
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 ConsolidationFunctionTypeModifier and TypeMethodDescriptionRRDatabase.getArchiveList
(ConsolidationFunctionType type) RRDatabase.getArchives
(ConsolidationFunctionType type) Returns an iterator over the archives in this database of the given type in proper sequence.RRDatabase.getData
(ConsolidationFunctionType type) Returns data from the database corresponding to the given consolidation function and a step size of 1.RRDatabase.getData
(ConsolidationFunctionType type, long startTime, long endTime, long stepSeconds) getData.RRDatabase.getData
(ConsolidationFunctionType type, Date startDate, Date endDate, long step) Returns data from the database corresponding to the given consolidation function.