Class DatacollectionConfig

  • All Implemented Interfaces:
    java.io.Serializable

    public class DatacollectionConfig
    extends java.lang.Object
    implements java.io.Serializable
    Top-level element for the datacollection-config.xml configuration file.
    See Also:
    Serialized Form
    • Constructor Detail

      • DatacollectionConfig

        public DatacollectionConfig()
    • Method Detail

      • getRrdRepository

        public java.lang.String getRrdRepository()
        full path to the RRD repository for collected SNMP data
      • setRrdRepository

        public void setRrdRepository​(java.lang.String rrdRepository)
      • getSnmpCollections

        public java.util.List<SnmpCollection> getSnmpCollections()
      • setSnmpCollections

        public void setSnmpCollections​(java.util.List<SnmpCollection> snmpCollections)
      • getSnmpCollection

        public SnmpCollection getSnmpCollection​(java.lang.String name)
      • addSnmpCollection

        public void addSnmpCollection​(SnmpCollection snmpCollection)
                               throws java.lang.IndexOutOfBoundsException
        Throws:
        java.lang.IndexOutOfBoundsException
      • removeSnmpCollection

        public boolean removeSnmpCollection​(SnmpCollection snmpCollection)
      • insertSnmpCollection

        public void insertSnmpCollection​(SnmpCollection resourceTypeCollection)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object