| Package | Description |
|---|---|
| org.onosproject.net |
Network model entities & service API definitions.
|
| org.onosproject.net.topology |
Network topology model & related services API definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceId
Immutable representation of a device identity.
|
class |
HostId
Immutable representation of a host identity.
|
| Modifier and Type | Field and Description |
|---|---|
protected ElementId |
AbstractElement.id |
| Modifier and Type | Method and Description |
|---|---|
ElementId |
ConnectPoint.elementId()
Returns the network element identifier.
|
ElementId |
Element.id()
Returns the network element identifier.
|
| Constructor and Description |
|---|
AbstractElement(ProviderId providerId,
ElementId id,
Annotations... annotations)
Creates a network element attributed to the specified provider.
|
ConnectPoint(ElementId elementId,
PortNumber portNumber)
Creates a new connection point.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Path> |
PathService.getPaths(ElementId src,
ElementId dst)
Returns the set of all shortest paths, precomputed in terms of hop-count,
between the specified source and destination elements.
|
Set<Path> |
PathService.getPaths(ElementId src,
ElementId dst,
LinkWeight weight)
Returns the set of all shortest paths, computed using the supplied
edge-weight entity, between the specified source and destination
network elements.
|
Copyright © 2015. All rights reserved.