org.opennms.netmgt.collectd
Class HttpCollector.HttpCollectionSet
java.lang.Object
org.opennms.netmgt.collectd.HttpCollector.HttpCollectionSet
- All Implemented Interfaces:
- CollectionSet
- Enclosing class:
- HttpCollector
protected class HttpCollector.HttpCollectionSet
- extends Object
- implements CollectionSet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getUriDef
public Uri getUriDef()
setUriDef
public void setUriDef(Uri uriDef)
collect
public void collect()
getAgent
public CollectionAgent getAgent()
setAgent
public void setAgent(CollectionAgent agent)
getParameters
public Map<String,String> getParameters()
setParameters
public void setParameters(Map<String,String> parameters)
getStatus
public int getStatus()
- Specified by:
getStatus in interface CollectionSet
storeResults
public void storeResults(List<org.opennms.netmgt.collectd.HttpCollector.HttpCollectionAttribute> results,
org.opennms.netmgt.collectd.HttpCollector.HttpCollectionResource collectionResource)
visit
public void visit(CollectionSetVisitor visitor)
- Description copied from interface:
CollectionSet
- Provide a way to visit all the values in the CollectionSet, for any appropriate purposes (persisting, thresholding, or others)
The expectation is that calling this method will ultimately call visitResource, visitGroup and visitAttribute (as appropriate)
- Specified by:
visit in interface CollectionSet
ignorePersist
public boolean ignorePersist()
- Specified by:
ignorePersist in interface CollectionSet
Copyright © 2009. All Rights Reserved.