Class Archive

java.lang.Object
org.rrd4j.core.Archive
All Implemented Interfaces:
RrdUpdater<Archive>

public class Archive
extends Object
implements RrdUpdater<Archive>
Class to represent single RRD archive in a RRD with its internal state. Normally, you don't need methods to manipulate archive objects directly because Rrd4j framework does it automatically for you.

Each archive object consists of three parts: archive definition, archive state objects (one state object for each datasource) and round robin archives (one round robin for each datasource). API (read-only) is provided to access each of these parts.

Author:
Sasa Markovic