Uses of Interface
org.opendaylight.graph.ConnectedEdgeTrigger
Packages that use ConnectedEdgeTrigger
Package
Description
-
Uses of ConnectedEdgeTrigger in org.opendaylight.bgpcep.pcep.server.provider
Classes in org.opendaylight.bgpcep.pcep.server.provider that implement ConnectedEdgeTriggerMethod parameters in org.opendaylight.bgpcep.pcep.server.provider with type arguments of type ConnectedEdgeTriggerModifier and TypeMethodDescriptionvoid
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 ConnectedEdgeTriggerModifier and TypeMethodDescriptionboolean
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 ConnectedEdgeTriggerModifier and TypeMethodDescriptionvoid
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 ConnectedEdgeTriggerMethods in org.opendaylight.graph.impl with parameters of type ConnectedEdgeTriggerModifier and TypeMethodDescriptionboolean
ConnectedEdgeImpl.registerTrigger
(ConnectedEdgeTrigger trigger, String key) boolean
ConnectedEdgeImpl.unRegisterTrigger
(ConnectedEdgeTrigger trigger, String key)