Class TcaDataCollectionConfig

    • Field Detail

      • TCA_DATACOLLECTION_CONFIG_FILE

        public static final java.lang.String TCA_DATACOLLECTION_CONFIG_FILE
        The Constant TCA_DATACOLLECTION_CONFIG_FILE.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TcaDataCollectionConfig

        public TcaDataCollectionConfig()
        Instantiates a new TCA data collection configuration.
    • Method Detail

      • getRrdRepository

        public java.lang.String getRrdRepository()
        Gets the RRD repository.
        Returns:
        the RRD repository
      • setRrdRepository

        public void setRrdRepository​(java.lang.String rrdRepository)
        Sets the RRD repository.
        Parameters:
        rrdRepository - the new RRD repository
      • getTcaDataCollections

        public java.util.List<TcaDataCollection> getTcaDataCollections()
        Gets the TCA data collections.
        Returns:
        the TCA data collections
      • setTcaDataCollections

        public void setTcaDataCollections​(java.util.List<TcaDataCollection> tcaDataCollections)
        Sets the TCA data collections.
        Parameters:
        tcaDataCollections - the new TCA data collections
      • addDataCollection

        public void addDataCollection​(TcaDataCollection dataCollection)
        Adds the data collection.
        Parameters:
        dataCollection - the data collection
      • removeDataCollection

        public void removeDataCollection​(TcaDataCollection dataCollection)
        Removes the data collection.
        Parameters:
        dataCollection - the data collection
      • removeDataCollectionByName

        public void removeDataCollectionByName​(java.lang.String name)
        Removes the data collection by name.
        Parameters:
        name - the name
      • getDataCollectionByName

        public TcaDataCollection getDataCollectionByName​(java.lang.String name)
        Gets the data collection by name.
        Parameters:
        name - the name
        Returns:
        the data collection by name
      • buildRrdRepository

        public RrdRepository buildRrdRepository​(java.lang.String collectionName)
        Builds the RRD repository.
        Parameters:
        collectionName - the collection name
        Returns:
        the RRD repository
      • 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