Uses of Interface
org.opendaylight.graph.ConnectedEdgeTrigger
-
Packages that use ConnectedEdgeTrigger Package Description org.opendaylight.bgpcep.pcep.server.provider org.opendaylight.graph org.opendaylight.graph.impl -
-
Uses of ConnectedEdgeTrigger in org.opendaylight.bgpcep.pcep.server.provider
Classes in org.opendaylight.bgpcep.pcep.server.provider that implement ConnectedEdgeTrigger Modifier and Type Class Description class
ManagedTePath
Method parameters in org.opendaylight.bgpcep.pcep.server.provider with type arguments of type ConnectedEdgeTrigger Modifier and Type Method Description void
PathManagerProvider. verifyEdge(Collection<ConnectedEdgeTrigger> triggers, @Nullable ConnectedEdge current, @Nullable Edge next)
-
Uses of ConnectedEdgeTrigger in org.opendaylight.graph
Methods in org.opendaylight.graph with parameters of type ConnectedEdgeTrigger Modifier and Type Method Description boolean
ConnectedEdge. registerTrigger(ConnectedEdgeTrigger trigger, String key)
Register a trigger that is executed when a problem occurs on the Connected Edge.boolean
ConnectedEdge. unRegisterTrigger(ConnectedEdgeTrigger trigger, String key)
Un-register a trigger that is already registered on the Connected Edge.Method parameters in org.opendaylight.graph with type arguments of type ConnectedEdgeTrigger Modifier and Type Method Description void
ConnectedGraphTrigger. verifyEdge(Collection<ConnectedEdgeTrigger> triggers, @Nullable ConnectedEdge next, @Nullable Edge current)
This method verifies the next Edge attributes against the current one to determine if is necessary to launch correction which are left at the discretion of the class which implements this method. -
Uses of ConnectedEdgeTrigger in org.opendaylight.graph.impl
Methods in org.opendaylight.graph.impl that return types with arguments of type ConnectedEdgeTrigger Modifier and Type Method Description List<ConnectedEdgeTrigger>
ConnectedEdgeImpl. getTriggers()
Methods in org.opendaylight.graph.impl with parameters of type ConnectedEdgeTrigger Modifier and Type Method Description boolean
ConnectedEdgeImpl. registerTrigger(ConnectedEdgeTrigger trigger, String key)
boolean
ConnectedEdgeImpl. unRegisterTrigger(ConnectedEdgeTrigger trigger, String key)
-