| Package | Description |
|---|---|
| org.onosproject.net.link |
Infrastructure link model & related services API definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLinkDescription
Default implementation of immutable link description entity.
|
| 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.
|
void |
LinkProviderService.linkDetected(LinkDescription linkDescription)
Signals that an infrastructure link has been detected.
|
void |
LinkProviderService.linkVanished(LinkDescription linkDescription)
Signals that an infrastructure link has disappeared.
|
Copyright © 2015. All rights reserved.