Uses of Interface
org.opendaylight.graph.ConnectedVertexTrigger
-
Packages that use ConnectedVertexTrigger Package Description org.opendaylight.bgpcep.pcep.server.provider org.opendaylight.graph org.opendaylight.graph.impl -
-
Uses of ConnectedVertexTrigger in org.opendaylight.bgpcep.pcep.server.provider
Classes in org.opendaylight.bgpcep.pcep.server.provider that implement ConnectedVertexTrigger Modifier and Type Class Description class
ManagedTePath
Method parameters in org.opendaylight.bgpcep.pcep.server.provider with type arguments of type ConnectedVertexTrigger Modifier and Type Method Description void
PathManagerProvider. verifyVertex(Collection<ConnectedVertexTrigger> triggers, @Nullable ConnectedVertex current, @Nullable Vertex next)
-
Uses of ConnectedVertexTrigger in org.opendaylight.graph
Methods in org.opendaylight.graph with parameters of type ConnectedVertexTrigger Modifier and Type Method Description boolean
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 ConnectedVertexTrigger Modifier and Type Method Description void
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 ConnectedVertexTrigger Modifier and Type Method Description List<ConnectedVertexTrigger>
ConnectedVertexImpl. getTriggers()
Methods in org.opendaylight.graph.impl with parameters of type ConnectedVertexTrigger Modifier and Type Method Description boolean
ConnectedVertexImpl. registerTrigger(ConnectedVertexTrigger trigger, String key)
boolean
ConnectedVertexImpl. unRegisterTrigger(ConnectedVertexTrigger trigger, String key)
-