Uses of Interface
org.opendaylight.protocol.pcep.PCEPDispatcher
-
Packages that use PCEPDispatcher Package Description org.opendaylight.bgpcep.pcep.topology.provider org.opendaylight.protocol.pcep.impl -
-
Uses of PCEPDispatcher in org.opendaylight.bgpcep.pcep.topology.provider
Methods in org.opendaylight.bgpcep.pcep.topology.provider that return PCEPDispatcher Modifier and Type Method Description PCEPDispatcher
PCEPTopologyTracker. getPCEPDispatcher()
Constructors in org.opendaylight.bgpcep.pcep.topology.provider with parameters of type PCEPDispatcher Constructor Description PCEPTopologyTracker(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider singletonService, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProviderRegistry, PCEPDispatcher pcepDispatcher, InstructionSchedulerFactory instructionSchedulerFactory, org.opendaylight.bgpcep.pcep.topology.provider.TopologySessionStatsRegistry stateRegistry, PceServerProvider pceServerProvider)
-
Uses of PCEPDispatcher in org.opendaylight.protocol.pcep.impl
Classes in org.opendaylight.protocol.pcep.impl that implement PCEPDispatcher Modifier and Type Class Description class
PCEPDispatcherImpl
Implementation of PCEPDispatcher.
-