Uses of Interface
org.opendaylight.bgpcep.programming.spi.InstructionScheduler
-
-
Uses of InstructionScheduler in org.opendaylight.bgpcep.pcep.topology.provider
Methods in org.opendaylight.bgpcep.pcep.topology.provider with parameters of type InstructionScheduler Modifier and Type Method Description static PCEPTopologyProvider
PCEPTopologyProvider. create(PCEPTopologyProviderDependencies dependenciesProvider, InstructionScheduler scheduler, PCEPTopologyConfiguration configDependencies)
-
Uses of InstructionScheduler in org.opendaylight.bgpcep.pcep.topology.spi
Methods in org.opendaylight.bgpcep.pcep.topology.spi with parameters of type InstructionScheduler Modifier and Type Method Description static FailureCase
AbstractInstructionExecutor. schedule(InstructionScheduler scheduler, AbstractInstructionExecutor fwd)
-
Uses of InstructionScheduler in org.opendaylight.bgpcep.programming.impl
Classes in org.opendaylight.bgpcep.programming.impl that implement InstructionScheduler Modifier and Type Class Description class
ProgrammingServiceImpl
Methods in org.opendaylight.bgpcep.programming.impl that return InstructionScheduler Modifier and Type Method Description InstructionScheduler
InstructionSchedulerFactoryImpl. createInstructionScheduler(String instructionId)
-
Uses of InstructionScheduler in org.opendaylight.bgpcep.programming.spi
Methods in org.opendaylight.bgpcep.programming.spi that return InstructionScheduler Modifier and Type Method Description InstructionScheduler
InstructionSchedulerFactory. createInstructionScheduler(String instructionId)
Creates a unique InstructionScheduler.
-