public interface InstructionQueue
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module programming
grouping instruction-queue {
leaf instruction-queue-id {
type string;
}
list instruction {
key "id"
leaf id {
type instruction-id;
}
leaf status {
type instruction-status;
}
leaf deadline {
type nanotime;
}
}
}
The schema path to identify an instance is
programming/instruction-queue| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<Instruction> |
getInstruction()
List of all instructions known to the scheduler.
|
String |
getInstructionQueueId() |
String getInstructionQueueId()
java.lang.String instructionQueueId, or null if not presentList<Instruction> getInstruction()
java.util.List instruction, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.