| 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 |
|---|---|
static QueueInfo.Type |
QueueInfo.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueInfo.Type[] |
QueueInfo.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
QueueInfo(com.google.common.primitives.UnsignedInteger queueId,
QueueInfo.Type type,
long minRate,
long maxRate,
long burst,
long priority) |
Copyright © 2015. All rights reserved.