Uses of Interface
org.opendaylight.graph.ConnectedVertexTrigger
Package
Description
-
Uses of ConnectedVertexTrigger in org.opendaylight.bgpcep.pcep.server.provider
Modifier and TypeMethodDescriptionvoid
PathManagerProvider.verifyVertex
(Collection<ConnectedVertexTrigger> triggers, @Nullable ConnectedVertex current, @Nullable Vertex next) -
Uses of ConnectedVertexTrigger in org.opendaylight.graph
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionboolean
ConnectedVertexImpl.registerTrigger
(ConnectedVertexTrigger trigger, String key) boolean
ConnectedVertexImpl.unRegisterTrigger
(ConnectedVertexTrigger trigger, String key)