Uses of Interface
org.opennms.netmgt.collection.api.CollectionSet
-
-
Uses of CollectionSet in org.opennms.core.collection.test
Methods in org.opennms.core.collection.test with parameters of type CollectionSet Modifier and Type Method Description static List<String>
CollectionSetUtils. flatten(CollectionSet collectionSet)
static Map<String,CollectionAttribute>
CollectionSetUtils. getAttributesByName(CollectionSet collectionSet)
static Map<String,Map<String,CollectionAttribute>>
CollectionSetUtils. getAttributesByNameByGroup(CollectionSet collectionSet)
static Map<String,CollectionResource>
CollectionSetUtils. getResourcesByLabel(CollectionSet collectionSet)
-
Uses of CollectionSet in org.opennms.features.apilayer.collectors
Methods in org.opennms.features.apilayer.collectors that return CollectionSet Modifier and Type Method Description static CollectionSet
CollectionSetMapper. buildCollectionSet(CollectionSetBuilder builder, org.opennms.integration.api.v1.collectors.CollectionSet collectionSet)
Maps @CollectionSet
from Integration API to @CollectionSet
and builds it.CollectionSet
ServiceCollectorImpl. collect(CollectionAgent agent, Map<String,Object> parameters)
Methods in org.opennms.features.apilayer.collectors with parameters of type CollectionSet Modifier and Type Method Description org.opennms.integration.api.v1.collectors.CollectionSet
CollectionSetMapper. buildCollectionSet(org.opennms.integration.api.v1.collectors.resource.immutables.ImmutableCollectionSet.Builder builder, CollectionSet collectionSet)
Maps @CollectionSet
to Integration API @CollectionSet
and builds it. -
Uses of CollectionSet in org.opennms.features.collection.persistence.osgi
Methods in org.opennms.features.collection.persistence.osgi with parameters of type CollectionSet Modifier and Type Method Description void
NullPersister. completeCollectionSet(CollectionSet set)
void
NullPersister. visitCollectionSet(CollectionSet set)
-
Uses of CollectionSet in org.opennms.features.kafka.producer.collection
Methods in org.opennms.features.kafka.producer.collection with parameters of type CollectionSet Modifier and Type Method Description CollectionSetProtos.CollectionSet
CollectionSetMapper. buildCollectionSetProtos(CollectionSet collectionSet)
void
KafkaPersister. completeCollectionSet(CollectionSet set)
void
KafkaPersister. visitCollectionSet(CollectionSet collectionSet)
visitCollectionSet -
Uses of CollectionSet in org.opennms.netmgt.collectd
Classes in org.opennms.netmgt.collectd that implement CollectionSet Modifier and Type Class Description class
SnmpCollectionSet
SnmpCollectionSet class.Methods in org.opennms.netmgt.collectd that return CollectionSet Modifier and Type Method Description abstract CollectionSet
AbstractSnmpCollector. collect(CollectionAgent agent, Map<String,Object> parameters)
Invokes a collection on the object.CollectionSet
HttpCollector. collect(CollectionAgent agent, Map<String,Object> parameters)
Invokes a collection on the object.CollectionSet
JdbcCollector. collect(CollectionAgent agent, Map<String,Object> parameters)
CollectionSet
JMXCollector. collect(CollectionAgent agent, Map<String,Object> map)
CollectionSet
SnmpCollector. collect(CollectionAgent agent, Map<String,Object> parameters)
Invokes a collection on the object.CollectionSet
SnmpCollectorNG. collect(CollectionAgent agent, Map<String,Object> parameters)
CollectionSet
VmwareCimCollector. collect(CollectionAgent agent, Map<String,Object> parameters)
This method collect the data for a given collection agent.CollectionSet
VmwareCollector. collect(CollectionAgent agent, Map<String,Object> parameters)
This method collect the data for a given collection agent.CollectionSet
WmiCollector. collect(CollectionAgent agent, Map<String,Object> parameters)
Invokes a collection on the object.CollectionSet
WsManCollector. collect(CollectionAgent agent, Map<String,Object> parameters)
CollectionSet
SnmpIfCollector. getCollectionSet()
getCollectionSet -
Uses of CollectionSet in org.opennms.netmgt.collectd.prometheus
Methods in org.opennms.netmgt.collectd.prometheus that return CollectionSet Modifier and Type Method Description CollectionSet
PrometheusCollector. collect(CollectionAgent agent, Map<String,Object> map)
protected static CollectionSet
PrometheusCollector. toCollectionSet(CollectionAgent agent, PrometheusCollectionRequest request, List<Metric> metrics)
-
Uses of CollectionSet in org.opennms.netmgt.collectd.tca
Methods in org.opennms.netmgt.collectd.tca that return CollectionSet Modifier and Type Method Description protected CollectionSet
TcaCollectionHandler. collect()
Collect.CollectionSet
TcaCollector. collect(CollectionAgent agent, Map<String,Object> parameters)
-
Uses of CollectionSet in org.opennms.netmgt.collection.api
Methods in org.opennms.netmgt.collection.api that return CollectionSet Modifier and Type Method Description CollectionSet
ServiceCollector. collect(CollectionAgent agent, Map<String,Object> parameters)
Invokes a collection on the object.Methods in org.opennms.netmgt.collection.api that return types with arguments of type CollectionSet Modifier and Type Method Description CompletableFuture<CollectionSet>
CollectorRequestBuilder. execute()
Methods in org.opennms.netmgt.collection.api with parameters of type CollectionSet Modifier and Type Method Description void
CollectionSetVisitor. completeCollectionSet(CollectionSet set)
completeCollectionSetvoid
CollectionSetVisitor. visitCollectionSet(CollectionSet set)
visitCollectionSet -
Uses of CollectionSet in org.opennms.netmgt.collection.client.rpc
Methods in org.opennms.netmgt.collection.client.rpc that return CollectionSet Modifier and Type Method Description CollectionSet
CollectorResponseDTO. getCollectionSet()
Methods in org.opennms.netmgt.collection.client.rpc that return types with arguments of type CollectionSet Modifier and Type Method Description CompletableFuture<CollectionSet>
CollectorRequestBuilderImpl. execute()
Constructors in org.opennms.netmgt.collection.client.rpc with parameters of type CollectionSet Constructor Description CollectorResponseDTO(CollectionSet collectionSet)
-
Uses of CollectionSet in org.opennms.netmgt.collection.core
Methods in org.opennms.netmgt.collection.core that return CollectionSet Modifier and Type Method Description CollectionSet
CollectionSpecification. collect(CollectionAgent agent)
collect -
Uses of CollectionSet in org.opennms.netmgt.collection.dto
Classes in org.opennms.netmgt.collection.dto that implement CollectionSet Modifier and Type Class Description class
CollectionSetDTO
-
Uses of CollectionSet in org.opennms.netmgt.collection.support
Classes in org.opennms.netmgt.collection.support that implement CollectionSet Modifier and Type Class Description class
AbstractCollectionSet
class
MultiResourceCollectionSet<T extends CollectionResource>
class
SingleResourceCollectionSet
This is a simpleCollectionSet
that is used to encapsulate the collection of a single resource.Methods in org.opennms.netmgt.collection.support with parameters of type CollectionSet Modifier and Type Method Description void
AbstractCollectionSetVisitor. completeCollectionSet(CollectionSet set)
completeCollectionSetvoid
CollectionSetVisitorWrapper. completeCollectionSet(CollectionSet set)
completeCollectionSetvoid
DelegatingPersister. completeCollectionSet(CollectionSet set)
void
AbstractCollectionSetVisitor. visitCollectionSet(CollectionSet set)
visitCollectionSetvoid
CollectionSetVisitorWrapper. visitCollectionSet(CollectionSet set)
visitCollectionSetvoid
DelegatingPersister. visitCollectionSet(CollectionSet set)
-
Uses of CollectionSet in org.opennms.netmgt.collection.test.api
Methods in org.opennms.netmgt.collection.test.api with parameters of type CollectionSet Modifier and Type Method Description static void
CollectorTestUtils. persistCollectionSet(RrdStrategy<?,?> rrdStrategy, ResourceStorageDao resourceStorageDao, CollectionSpecification spec, CollectionSet collectionSet)
-
Uses of CollectionSet in org.opennms.netmgt.mock
Methods in org.opennms.netmgt.mock with parameters of type CollectionSet Modifier and Type Method Description void
MockPersister. completeCollectionSet(CollectionSet set)
void
MockPersister. visitCollectionSet(CollectionSet set)
-
Uses of CollectionSet in org.opennms.netmgt.protocols.xmp.collector
Methods in org.opennms.netmgt.protocols.xmp.collector that return CollectionSet Modifier and Type Method Description CollectionSet
XmpCollector. collect(CollectionAgent agent, Map<String,Object> parameters)
Invokes a collection on the object. -
Uses of CollectionSet in org.opennms.netmgt.telemetry.protocols.collection
Methods in org.opennms.netmgt.telemetry.protocols.collection that return CollectionSet Modifier and Type Method Description CollectionSet
ScriptedCollectionSetBuilder. build(CollectionAgent agent, Object message, Long timestamp)
Builds a collection set from the given message.CollectionSet
CollectionSetWithAgent. getCollectionSet()
Constructors in org.opennms.netmgt.telemetry.protocols.collection with parameters of type CollectionSet Constructor Description CollectionSetWithAgent(CollectionAgent agent, CollectionSet collectionSet)
-
Uses of CollectionSet in org.opennms.netmgt.threshd
Methods in org.opennms.netmgt.threshd with parameters of type CollectionSet Modifier and Type Method Description void
ThresholdingSessionImpl. accept(CollectionSet collectionSet)
void
ThresholdingVisitorImpl. visitCollectionSet(CollectionSet set)
-
Uses of CollectionSet in org.opennms.netmgt.threshd.api
Methods in org.opennms.netmgt.threshd.api with parameters of type CollectionSet Modifier and Type Method Description void
ThresholdingSession. accept(CollectionSet collectionSet)
Accepts aCollectionSet
for threshold evaluation. -
Uses of CollectionSet in org.opennms.protocols.nsclient.collector
Methods in org.opennms.protocols.nsclient.collector that return CollectionSet Modifier and Type Method Description CollectionSet
NSClientCollector. collect(CollectionAgent agent, Map<String,Object> parameters)
Invokes a collection on the object. -
Uses of CollectionSet in org.opennms.protocols.xml.collector
Methods in org.opennms.protocols.xml.collector that return CollectionSet Modifier and Type Method 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.CollectionSet
XmlCollector. collect(CollectionAgent agent, Map<String,Object> parameters)
-
Uses of CollectionSet in org.opennms.protocols.xml.vtdxml
Methods in org.opennms.protocols.xml.vtdxml that return CollectionSet Modifier and Type Method Description CollectionSet
Sftp3gppVTDXmlCollectionHandler. collect(CollectionAgent agent, XmlDataCollection collection, Map<String,Object> parameters)
-