Uses of Interface
org.opendaylight.bgpcep.programming.spi.Instruction
-
Packages that use Instruction Package Description org.opendaylight.bgpcep.pcep.topology.spi org.opendaylight.bgpcep.programming.impl org.opendaylight.bgpcep.programming.spi -
-
Uses of Instruction in org.opendaylight.bgpcep.pcep.topology.spi
Methods in org.opendaylight.bgpcep.pcep.topology.spi with parameters of type Instruction Modifier and Type Method Description void
AbstractInstructionExecutor. onSuccess(Instruction insn)
-
Uses of Instruction in org.opendaylight.bgpcep.programming.impl
Methods in org.opendaylight.bgpcep.programming.impl that return types with arguments of type Instruction Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Instruction>
ProgrammingServiceImpl. scheduleInstruction(SubmitInstructionInput input)
-
Uses of Instruction in org.opendaylight.bgpcep.programming.spi
Methods in org.opendaylight.bgpcep.programming.spi that return types with arguments of type Instruction Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Instruction>
InstructionScheduler. scheduleInstruction(SubmitInstructionInput input)
Schedule a new instruction for execution.
-