Package org.onosproject.net.topology
Interface TopologyProviderService
-
- All Superinterfaces:
ProviderService<TopologyProvider>
public interface TopologyProviderService extends ProviderService<TopologyProvider>
Means for injecting topology information into the core.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
topologyChanged(GraphDescription graphDescription, java.util.List<Event> reasons)
Signals the core that some aspect of the topology has changed.-
Methods inherited from interface org.onosproject.net.provider.ProviderService
provider
-
-
-
-
Method Detail
-
topologyChanged
void topologyChanged(GraphDescription graphDescription, java.util.List<Event> reasons)
Signals the core that some aspect of the topology has changed.- Parameters:
graphDescription
- information about the network graphreasons
- events that triggered topology change
-
-