Class Header

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

public class Header extends Object implements RrdUpdater<Header>
Class to represent RRD header. Header information is mainly static (once set, it cannot be changed), with the exception of last update time (this value is changed whenever RRD gets updated).

Normally, you don't need to manipulate the Header object directly - Rrd4j framework does it for you.

Author:
Sasa Markovic*