Class Header

  • All Implemented Interfaces:
    RrdUpdater

    public class Header
    extends Object
    implements RrdUpdater
    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 - JRobin framework does it for you.

    Author:
    Sasa Markovic*