Class RrdXport


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

      Constructors 
      Constructor Description
      RrdXport()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      XMeta getMeta()
      Gets the meta data.
      java.util.List<XRow> getRows()
      Gets the rows.
      void setMeta​(XMeta meta)
      Sets the meta data.
      void setRows​(java.util.List<XRow> rows)
      Sets the rows.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 java.util.List<XRow> getRows()
        Gets the rows.
        Returns:
        the rows
      • setRows

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