Package org.opennms.netmgt.dao
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmwareCimDatacollectionConfig
getConfig()
Returns the loaded config object.String
getRrdPath()
Returns the base Rrd's path.RrdRepository
getRrdRepository(String collectionName)
Returns the Rrd repository for a given collection name.VmwareCimCollection
getVmwareCimCollection(String collectionName)
This method returns a subset of the configuration data for a given collection name.
-
-
-
Method Detail
-
getConfig
VmwareCimDatacollectionConfig getConfig()
Returns the loaded config object.- Returns:
- the current config object
-
getVmwareCimCollection
VmwareCimCollection getVmwareCimCollection(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(String collectionName)
Returns the Rrd repository for a given collection name.- Parameters:
collectionName
- the collection's name- Returns:
- the repository
-
getRrdPath
String getRrdPath()
Returns the base Rrd's path.- Returns:
- the Rrd's path
-
-