| Package | Description |
|---|---|
| org.onosproject.net.topology |
Network topology model & related services API definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGraphDescription
Default implementation of an immutable topology graph data carrier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyProviderService.topologyChanged(GraphDescription graphDescription,
List<Event> reasons)
Signals the core that some aspect of the topology has changed.
|
TopologyEvent |
TopologyStore.updateTopology(ProviderId providerId,
GraphDescription graphDescription,
List<Event> reasons)
Generates a new topology snapshot from the specified description.
|
Copyright © 2015. All rights reserved.