Uses of Interface
org.opennms.netmgt.flows.api.EnrichedFlowForwarder
-
Packages that use EnrichedFlowForwarder Package Description org.opennms.netmgt.flows.elastic org.opennms.netmgt.flows.persistence -
-
Uses of EnrichedFlowForwarder in org.opennms.netmgt.flows.elastic
Constructors in org.opennms.netmgt.flows.elastic with parameters of type EnrichedFlowForwarder Constructor Description ElasticFlowRepository(com.codahale.metrics.MetricRegistry metricRegistry, io.searchbox.client.JestClient jestClient, IndexStrategy indexStrategy, DocumentEnricher documentEnricher, SessionUtils sessionUtils, NodeDao nodeDao, SnmpInterfaceDao snmpInterfaceDao, Identity identity, TracerRegistry tracerRegistry, EnrichedFlowForwarder enrichedFlowForwarder, IndexSettings indexSettings)
ElasticFlowRepository(com.codahale.metrics.MetricRegistry metricRegistry, io.searchbox.client.JestClient jestClient, IndexStrategy indexStrategy, DocumentEnricher documentEnricher, SessionUtils sessionUtils, NodeDao nodeDao, SnmpInterfaceDao snmpInterfaceDao, Identity identity, TracerRegistry tracerRegistry, EnrichedFlowForwarder enrichedFlowForwarder, IndexSettings indexSettings, int bulkSize, int bulkFlushMs)
-
Uses of EnrichedFlowForwarder in org.opennms.netmgt.flows.persistence
Classes in org.opennms.netmgt.flows.persistence that implement EnrichedFlowForwarder Modifier and Type Class Description class
KafkaFlowForwarder
-