Uses of Class
org.onosproject.segmentrouting.EcmpShortestPathGraph
-
Packages that use EcmpShortestPathGraph Package Description org.onosproject.segmentrouting Segment routing application components. -
-
Uses of EcmpShortestPathGraph in org.onosproject.segmentrouting
Methods in org.onosproject.segmentrouting that return types with arguments of type EcmpShortestPathGraph Modifier and Type Method Description com.google.common.collect.ImmutableMap<org.onosproject.net.DeviceId,EcmpShortestPathGraph>SegmentRoutingManager. getCurrentEcmpSpg()com.google.common.collect.ImmutableMap<org.onosproject.net.DeviceId,EcmpShortestPathGraph>SegmentRoutingService. getCurrentEcmpSpg()Returns the current ECMP shortest path graph in this controller instance.com.google.common.collect.ImmutableMap<org.onosproject.net.DeviceId,EcmpShortestPathGraph>DefaultRoutingHandler. getCurrentEmcpSpgMap()Returns an immutable copy of the current ECMP shortest-path graph as computed by this controller instance.
-