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 PCEPTopologyProviderPCEPTopologyProvider. 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 FailureCaseAbstractInstructionExecutor. 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 classProgrammingServiceImplMethods in org.opendaylight.bgpcep.programming.impl that return InstructionScheduler Modifier and Type Method Description InstructionSchedulerInstructionSchedulerFactoryImpl. 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.
-