| Interface | Description |
|---|---|
| CancelInstructionInput |
This class represents the following YANG schema fragment defined in module programming
|
| CancelInstructionOutput |
This class represents the following YANG schema fragment defined in module programming
|
| CleanInstructionsInput |
This class represents the following YANG schema fragment defined in module programming
|
| CleanInstructionsOutput |
This class represents the following YANG schema fragment defined in module programming
|
| InstructionQueue |
The bare minimum run-time information which should be exposed by an
implementation of the instruction scheduler defined in this model
|
| InstructionsQueue |
This class represents the following YANG schema fragment defined in module programming
|
| InstructionStatusChanged |
This class represents the following YANG schema fragment defined in module programming
|
| ProgrammingData |
This module contains the basic programming model.
|
| ProgrammingListener |
Interface for receiving the following YANG notifications defined in module programming
|
| ProgrammingService |
Interface for implementing the following YANG RPCs defined in module programming
|
| SubmitInstructionInput |
Minimum required arguments needed for submitting an instruction into the
scheduler.
|
| SubmitInstructionOutput |
This class represents the following YANG schema fragment defined in module programming
|
| Class | Description |
|---|---|
| $YangModelBindingProvider | |
| $YangModuleInfoImpl | |
| CancelFailure |
The base identity of various reasons for an instruction cancellation to fail.
|
| CancelInstructionInputBuilder |
Class that builds
CancelInstructionInput instances. |
| CancelInstructionOutputBuilder |
Class that builds
CancelInstructionOutput instances. |
| CleanInstructionsInputBuilder |
Class that builds
CleanInstructionsInput instances. |
| CleanInstructionsOutputBuilder |
Class that builds
CleanInstructionsOutput instances. |
| DeadOnArrival |
The instruction was submitted after its deadline has passed, or one of its
dependencies resolved as non-sunccessful.
|
| DuplicateInstructionId |
Instruction ID clashes with an instruction with an already-queued instruction.
|
| InstructionId |
Instruction identifier.
|
| InstructionsQueueBuilder |
Class that builds
InstructionsQueue instances. |
| InstructionsQueueKey | |
| InstructionStatusChangedBuilder |
Class that builds
InstructionStatusChanged instances. |
| Nanotime |
Absolute number of nanoseconds since the start of the
UNIX epoch.
|
| SubmitFailure |
The base identity of various reasons for an instruction submission to fail.
|
| TooManyInstructions |
Instruction queue size exceeded.
|
| UncancellableInstruction |
The specified instruction is in process of being executed and cannot be
cancelled.
|
| UnknownInstruction |
The specified instruction ID has not been found in the queue.
|
| UnknownPreconditionId |
One of the instruction IDs specified in the precondition list is unknown.
|
| Enum | Description |
|---|---|
| InstructionStatus |
Copyright © 2017 OpenDaylight. All rights reserved.