public class XmlCollector extends AbstractRemoteServiceCollector
| Constructor and Description | 
|---|
XmlCollector()  | 
| Modifier and Type | Method and Description | 
|---|---|
CollectionSet | 
collect(CollectionAgent agent,
       Map<String,Object> parameters)
Invokes a collection on the object. 
 | 
protected static Map<String,String> | 
filterParameters(Map<String,Object> input)
Filter out blacklisted key/values out from an input Map. 
 | 
RrdRepository | 
getRrdRepository(String collectionName)
Retrieve the  
RrdRepository configuration for the given collection. | 
Map<String,Object> | 
getRuntimeAttributes(CollectionAgent agent,
                    Map<String,Object> parameters)
Invoked before every call to  
#collect(CollectionAgent, EventProxy, Map) in order
 to retrieve state/runtime information required for perform the collection. | 
XmlDataCollectionConfigDao | 
getXmlCollectionDao()
Gets the XML Data Collection DAO. 
 | 
void | 
initialize()
Log. 
 | 
XmlDataCollection | 
parseCollection(XmlDataCollection collection,
               XmlCollectionHandler handler,
               CollectionAgent agent,
               Map<String,Object> parameters)  | 
void | 
setNodeDao(NodeDao nodeDao)  | 
void | 
setXmlCollectionDao(XmlDataCollectionConfigDao xmlCollectionDao)
Sets the XML Data Collection DAO. 
 | 
getEffectiveLocation, marshalParameters, unmarshalParametersvalidateAgentpublic XmlDataCollectionConfigDao getXmlCollectionDao()
public void setXmlCollectionDao(XmlDataCollectionConfigDao xmlCollectionDao)
xmlCollectionDao - the new XML Data Collection DAOpublic void initialize()
                throws CollectionInitializationException
initialize in interface ServiceCollectorinitialize in class AbstractServiceCollectorCollectionInitializationExceptionpublic Map<String,Object> getRuntimeAttributes(CollectionAgent agent, Map<String,Object> parameters)
ServiceCollector#collect(CollectionAgent, EventProxy, Map) in order
 to retrieve state/runtime information required for perform the collection.
 This call will always be performed in OpenNMS.getRuntimeAttributes in interface ServiceCollectorgetRuntimeAttributes in class AbstractServiceCollectoragent - Includes details about to the agent from which we wish to collect.parameters - Includes the service parameters defined in collectd-configuration.xml.#collect(CollectionAgent, EventProxy, Map).public XmlDataCollection parseCollection(XmlDataCollection collection, XmlCollectionHandler handler, CollectionAgent agent, Map<String,Object> parameters)
public CollectionSet collect(CollectionAgent agent, Map<String,Object> parameters) throws CollectionException
ServiceCollectoragent - a org.opennms.netmgt.collectd.CollectionAgent object.parameters - a Map object.org.opennms.netmgt.config.collector.CollectionSet object.CollectionExceptionpublic RrdRepository getRrdRepository(String collectionName)
ServiceCollectorRrdRepository configuration for the given collection.
 This call will always be performed in OpenNMS.collectionName - a String object.RrdRepository object.public void setNodeDao(NodeDao nodeDao)
Copyright © 2020. All rights reserved.