Uses of Interface
org.opendaylight.bgpcep.programming.spi.InstructionScheduler
-
Packages that use InstructionScheduler Package Description org.opendaylight.bgpcep.pcep.topology.spi org.opendaylight.bgpcep.programming.impl org.opendaylight.bgpcep.programming.spi -
-
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
Methods in org.opendaylight.bgpcep.programming.impl that return InstructionScheduler Modifier and Type Method Description InstructionScheduler
DefaultInstructionSchedulerFactory. 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.
-