Package | Description |
---|---|
org.opennms.protocols.xml.collector | |
org.opennms.protocols.xml.config |
This file is part of OpenNMS(R).
|
org.opennms.protocols.xml.dao | |
org.opennms.protocols.xml.dao.jaxb | |
org.opennms.protocols.xml.vtdxml |
Modifier and Type | Method and Description |
---|---|
XmlDataCollection |
XmlCollector.parseCollection(XmlDataCollection collection,
XmlCollectionHandler handler,
CollectionAgent agent,
Map<String,Object> parameters) |
Modifier and Type | Method and Description |
---|---|
CollectionSet |
AbstractXmlCollectionHandler.collect(CollectionAgent agent,
XmlDataCollection collection,
Map<String,Object> parameters) |
CollectionSet |
Sftp3gppXmlCollectionHandler.collect(CollectionAgent agent,
XmlDataCollection collection,
Map<String,Object> parameters) |
CollectionSet |
XmlCollectionHandler.collect(CollectionAgent agent,
XmlDataCollection collection,
Map<String,Object> parameters)
Collect.
|
XmlDataCollection |
XmlCollector.parseCollection(XmlDataCollection collection,
XmlCollectionHandler handler,
CollectionAgent agent,
Map<String,Object> parameters) |
Modifier and Type | Method and Description |
---|---|
XmlDataCollection |
XmlDataCollection.clone() |
XmlDataCollection |
XmlDataCollectionConfig.getDataCollectionByName(String name)
Gets the data collection by name.
|
Modifier and Type | Method and Description |
---|---|
List<XmlDataCollection> |
XmlDataCollectionConfig.getXmlDataCollections()
Gets the XML data collections.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlDataCollectionConfig.addDataCollection(XmlDataCollection dataCollection)
Adds the data collection.
|
static RrdRepository |
XmlDataCollectionConfig.buildRrdRepository(String rrdRepositoryPath,
XmlDataCollection collection) |
int |
XmlDataCollection.compareTo(XmlDataCollection obj) |
void |
XmlDataCollectionConfig.removeDataCollection(XmlDataCollection dataCollection)
Removes the data collection.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlDataCollectionConfig.setXmlDataCollections(List<XmlDataCollection> xmlDataCollections)
Sets the XML data collections.
|
Constructor and Description |
---|
XmlDataCollection(XmlDataCollection copy) |
Modifier and Type | Method and Description |
---|---|
XmlDataCollection |
XmlDataCollectionConfigDao.getDataCollectionByIndex(int idx)
Gets the data collection by index.
|
XmlDataCollection |
XmlDataCollectionConfigDao.getDataCollectionByName(String name)
Gets the data collection by name.
|
Modifier and Type | Method and Description |
---|---|
XmlDataCollection |
XmlDataCollectionConfigDaoJaxb.getDataCollectionByIndex(int idx) |
XmlDataCollection |
XmlDataCollectionConfigDaoJaxb.getDataCollectionByName(String name) |
Modifier and Type | Method and Description |
---|---|
CollectionSet |
Sftp3gppVTDXmlCollectionHandler.collect(CollectionAgent agent,
XmlDataCollection collection,
Map<String,Object> parameters) |
Copyright © 2021. All rights reserved.