Uses of Interface
org.opendaylight.graph.ConnectedVertexTrigger
Packages that use ConnectedVertexTrigger
Package
Description
-
Uses of ConnectedVertexTrigger in org.opendaylight.bgpcep.pcep.server.provider
Classes in org.opendaylight.bgpcep.pcep.server.provider that implement ConnectedVertexTriggerMethod parameters in org.opendaylight.bgpcep.pcep.server.provider with type arguments of type ConnectedVertexTriggerModifier and TypeMethodDescriptionvoid
PathManagerProvider.verifyVertex
(Collection<ConnectedVertexTrigger> triggers, ConnectedVertex current, Vertex next) -
Uses of ConnectedVertexTrigger in org.opendaylight.graph
Methods in org.opendaylight.graph with parameters of type ConnectedVertexTriggerModifier and TypeMethodDescriptionboolean
ConnectedVertex.registerTrigger
(ConnectedVertexTrigger trigger, String key) Register a trigger that is executed when a problem occurs on the Connected Vertex.boolean
ConnectedVertex.unRegisterTrigger
(ConnectedVertexTrigger trigger, String key) Un-register a trigger that is already registered on the Connected Vertex.Method parameters in org.opendaylight.graph with type arguments of type ConnectedVertexTriggerModifier and TypeMethodDescriptionvoid
ConnectedGraphTrigger.verifyVertex
(Collection<ConnectedVertexTrigger> triggers, @Nullable ConnectedVertex next, @Nullable Vertex current) This method verifies the next Vertex 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 ConnectedVertexTrigger in org.opendaylight.graph.impl
Methods in org.opendaylight.graph.impl that return types with arguments of type ConnectedVertexTriggerMethods in org.opendaylight.graph.impl with parameters of type ConnectedVertexTriggerModifier and TypeMethodDescriptionboolean
ConnectedVertexImpl.registerTrigger
(ConnectedVertexTrigger trigger, String key) boolean
ConnectedVertexImpl.unRegisterTrigger
(ConnectedVertexTrigger trigger, String key)