Class RrdXport


  • public class RrdXport
    extends Object
    The Class XPort (the XML representation of the 'rrdtool xport' command).
    Author:
    Alejandro Galue
    • Constructor Detail

      • RrdXport

        public RrdXport()
    • Method Detail

      • getMeta

        public XMeta getMeta()
        Gets the meta data.
        Returns:
        the meta data
      • setMeta

        public void setMeta​(XMeta meta)
        Sets the meta data.
        Parameters:
        meta - the new meta data
      • getRows

        public List<XRow> getRows()
        Gets the rows.
        Returns:
        the rows
      • setRows

        public void setRows​(List<XRow> rows)
        Sets the rows.
        Parameters:
        rows - the new rows