Package | Description |
---|---|
org.opennms.netmgt.collectd | |
org.opennms.netmgt.config.collectd | |
org.opennms.netmgt.dao | |
org.opennms.netmgt.dao.castor.collector |
Modifier and Type | Method and Description |
---|---|
Collection<Collector> |
CollectorConfigDaoImpl.getCollectors()
getCollectors
|
Modifier and Type | Method and Description |
---|---|
Collector[] |
CollectdConfiguration.getCollector()
Method getCollector.Returns the contents of the collection
in an Array.
|
Collector |
CollectdConfiguration.getCollector(int index)
Method getCollector.
|
Collector |
CollectdConfiguration.removeCollectorAt(int index)
Method removeCollectorAt.
|
static Collector |
Collector.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Collector> |
CollectdConfiguration.enumerateCollector()
Method enumerateCollector.
|
List<Collector> |
CollectdConfiguration.getCollectorCollection()
Method getCollectorCollection.Returns a reference to
'_collectorList'.
|
Iterator<Collector> |
CollectdConfiguration.iterateCollector()
Method iterateCollector.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectdConfiguration.addCollector(Collector vCollector) |
void |
CollectdConfiguration.addCollector(int index,
Collector vCollector) |
boolean |
CollectdConfiguration.removeCollector(Collector vCollector)
Method removeCollector.
|
void |
CollectdConfiguration.setCollector(Collector[] vCollectorArray) |
void |
CollectdConfiguration.setCollector(int index,
Collector vCollector) |
Modifier and Type | Method and Description |
---|---|
void |
CollectdConfiguration.setCollector(List<Collector> vCollectorList)
Sets the value of '_collectorList' by copying the given
Vector.
|
void |
CollectdConfiguration.setCollectorCollection(List<Collector> collectorList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<Collector> |
CollectorConfigDao.getCollectors()
getCollectors
|
Modifier and Type | Method and Description |
---|---|
void |
CollectdConfigVisitor.completeCollectorCollection(Collector collector)
completeCollectorCollection
|
void |
CollectdConfigVisitor.visitCollectorCollection(Collector collector)
visitCollectorCollection
|
Copyright © 2015. All Rights Reserved.