Uses of Class
org.opennms.netmgt.flows.api.FlowException
-
Packages that use FlowException Package Description org.opennms.netmgt.flows.api org.opennms.netmgt.flows.elastic -
-
Uses of FlowException in org.opennms.netmgt.flows.api
Subclasses of FlowException in org.opennms.netmgt.flows.api Modifier and Type Class Description class
DetailedFlowException
class
UnrecoverableFlowException
Methods in org.opennms.netmgt.flows.api that throw FlowException Modifier and Type Method Description void
FlowRepository. persist(Collection<Flow> packets, FlowSource source)
-
Uses of FlowException in org.opennms.netmgt.flows.elastic
Subclasses of FlowException in org.opennms.netmgt.flows.elastic Modifier and Type Class Description class
PersistenceException
class
QueryException
Methods in org.opennms.netmgt.flows.elastic that throw FlowException Modifier and Type Method Description void
ElasticFlowRepository. persist(Collection<Flow> flows, FlowSource source)
void
InitializingFlowRepository. persist(Collection<Flow> flows, FlowSource source)
void
ElasticFlowRepository. stop()
-