Uses of Class
org.opennms.netmgt.config.prometheus.Collection
-
Packages that use Collection Package Description org.opennms.netmgt.config.prometheus This file is part of OpenNMS(R).org.opennms.netmgt.dao.prometheus -
-
Uses of Collection in org.opennms.netmgt.config.prometheus
Fields in org.opennms.netmgt.config.prometheus with type parameters of type Collection Modifier and Type Field Description protected List<Collection>
PrometheusDatacollectionConfig. collection
Methods in org.opennms.netmgt.config.prometheus that return Collection Modifier and Type Method Description Collection
ObjectFactory. createCollection()
Create an instance ofCollection
Methods in org.opennms.netmgt.config.prometheus that return types with arguments of type Collection Modifier and Type Method Description List<Collection>
PrometheusDatacollectionConfig. getCollection()
Gets the value of the collection property. -
Uses of Collection in org.opennms.netmgt.dao.prometheus
Methods in org.opennms.netmgt.dao.prometheus that return Collection Modifier and Type Method Description Collection
PrometheusDataCollectionConfigDao. getCollectionByName(String name)
Collection
PrometheusDataCollectionConfigDaoJaxb. getCollectionByName(String name)
Methods in org.opennms.netmgt.dao.prometheus with parameters of type Collection Modifier and Type Method Description List<Group>
PrometheusDataCollectionConfigDao. getGroupsForCollection(Collection collection)
List<Group>
PrometheusDataCollectionConfigDaoJaxb. getGroupsForCollection(Collection collection)
-