| Package | Description |
|---|---|
| org.onosproject.net.behaviour |
Abstractions of various device configuration or device adaptation behaviours;
counterpart to the device driver subsystem.
|
| Modifier and Type | Method and Description |
|---|---|
QueueInfo |
QueueConfig.getQueue(com.google.common.primitives.UnsignedInteger queueId)
Obtain a specific queue given a queue id.
|
| Modifier and Type | Method and Description |
|---|---|
Set<QueueInfo> |
QueueConfig.getQueues()
Obtain all queues configured on a device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueueConfig.addQueue(QueueInfo queue)
Add a queue to a device.
|
Copyright © 2015. All rights reserved.