Interface VmwareCimDatacollectionConfigDao

  • All Known Implementing Classes:
    VmwareCimDatacollectionConfigDaoJaxb

    public interface VmwareCimDatacollectionConfigDao
    The Interface VmwareCimDatacollectionConfigDao

    This class is used for defining the methods for accessing the configuration data for the Vmware Cim Data Collection

    Author:
    Christian Pape
    • Method Detail

      • getVmwareCimCollection

        VmwareCimCollection getVmwareCimCollection​(java.lang.String collectionName)
        This method returns a subset of the configuration data for a given collection name.
        Parameters:
        collectionName - the collection's name
        Returns:
        the Cim collection object
      • getRrdRepository

        RrdRepository getRrdRepository​(java.lang.String collectionName)
        Returns the Rrd repository for a given collection name.
        Parameters:
        collectionName - the collection's name
        Returns:
        the repository
      • getRrdPath

        java.lang.String getRrdPath()
        Returns the base Rrd's path.
        Returns:
        the Rrd's path