| Package | Description |
|---|---|
| org.onosproject.core |
ONOS Core API definitions.
|
| org.onosproject.net.intent |
Set of abstractions for conveying high-level intents for treatment of
selected network traffic by allowing applications to express the
what rather than the how.
|
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
CoreService.getIdGenerator(String topic)
Returns an id generator for a given topic.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Intent.bindIdGenerator(IdGenerator newIdGenerator)
Binds an id generator for unique intent id generation.
|
static void |
Intent.unbindIdGenerator(IdGenerator oldIdGenerator)
Unbinds an id generator.
|
Copyright © 2015. All rights reserved.