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 FailureCaseAbstractInstructionExecutor. 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 InstructionSchedulerDefaultInstructionSchedulerFactory. 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 InstructionSchedulerInstructionSchedulerFactory. createInstructionScheduler(String instructionId)Creates a unique InstructionScheduler.
-