Uses of Class
org.opennms.netmgt.flows.api.FlowSource
-
Packages that use FlowSource Package Description org.opennms.netmgt.flows.api org.opennms.netmgt.flows.elastic -
-
Uses of FlowSource in org.opennms.netmgt.flows.api
Methods in org.opennms.netmgt.flows.api with parameters of type FlowSource Modifier and Type Method Description void
FlowRepository. persist(Collection<Flow> packets, FlowSource source)
-
Uses of FlowSource in org.opennms.netmgt.flows.elastic
Methods in org.opennms.netmgt.flows.elastic with parameters of type FlowSource Modifier and Type Method Description List<FlowDocument>
DocumentEnricher. enrich(Collection<Flow> flows, FlowSource source)
void
ElasticFlowRepository. persist(Collection<Flow> flows, FlowSource source)
void
InitializingFlowRepository. persist(Collection<Flow> flows, FlowSource source)
-