Package org.opennms.netmgt.flows.api
Interface FlowRepository
-
- All Known Implementing Classes:
ElasticFlowRepository
,InitializingFlowRepository
public interface FlowRepository
Primary interface used to persist flows.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
persist(Collection<Flow> packets, FlowSource source)
-
-
-
Method Detail
-
persist
void persist(Collection<Flow> packets, FlowSource source) throws FlowException
- Throws:
FlowException
-
-