| Package | Description |
|---|---|
| org.onosproject.net.link |
Infrastructure link model & related services API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
LinkEvent |
LinkStore.createOrUpdateLink(ProviderId providerId,
LinkDescription linkDescription)
Creates a new link, or updates an existing one, based on the given
information.
|
LinkEvent |
LinkStore.removeLink(ConnectPoint src,
ConnectPoint dst)
Removes the link based on the specified information.
|
LinkEvent |
LinkStore.removeOrDownLink(ConnectPoint src,
ConnectPoint dst)
Removes the link, or marks it as inactive if the link is durable,
based on the specified information.
|
Copyright © 2015. All rights reserved.