Uses of Class
org.rrd4j.core.ArcDef
Packages that use ArcDef
-
Uses of ArcDef in org.rrd4j.core
Methods in org.rrd4j.core that return ArcDefModifier and TypeMethodDescription(package private) ArcDef
RrdDef.findArchive
(ConsolFun consolFun, int steps) ArcDef[]
RrdDef.getArcDefs()
Returns all archive definition objects specified so far.Methods in org.rrd4j.core with parameters of type ArcDefModifier and TypeMethodDescriptionvoid
RrdDef.addArchive
(ArcDef arcDef) Adds single archive definition represented with object of classArcDef
.void
RrdDef.addArchive
(ArcDef... arcDefs) Adds archive definitions to RRD definition in bulk.static void
RrdToolkit.addArchive
(String sourcePath, String destPath, ArcDef newArchive) Creates a new RRD file with one more archive in it.static void
RrdToolkit.addArchive
(String sourcePath, ArcDef newArchive, boolean saveBackup) Adds one more archive to a RRD file.(package private) boolean
ArcDef.exactlyEqual
(ArcDef def) Constructors in org.rrd4j.core with parameters of type ArcDef