Uses of Class
org.onosproject.segmentrouting.grouphandler.NextNeighbors
-
Packages that use NextNeighbors Package Description org.onosproject.segmentrouting Segment routing application components.org.onosproject.segmentrouting.grouphandler Segment routing group handling. -
-
Uses of NextNeighbors in org.onosproject.segmentrouting
Methods in org.onosproject.segmentrouting that return types with arguments of type NextNeighbors Modifier and Type Method Description org.onosproject.store.service.EventuallyConsistentMap<DestinationSetNextObjectiveStoreKey,NextNeighbors>SegmentRoutingManager. dsNextObjStore()Per device next objective ID store with (device id + destination set) as key.com.google.common.collect.ImmutableMap<DestinationSetNextObjectiveStoreKey,NextNeighbors>SegmentRoutingManager. getDstNextObjStore()com.google.common.collect.ImmutableMap<DestinationSetNextObjectiveStoreKey,NextNeighbors>SegmentRoutingService. getDstNextObjStore()Returns the destinatiomSet-NextObjective store contents. -
Uses of NextNeighbors in org.onosproject.segmentrouting.grouphandler
Fields in org.onosproject.segmentrouting.grouphandler with type parameters of type NextNeighbors Modifier and Type Field Description protected org.onosproject.store.service.EventuallyConsistentMap<DestinationSetNextObjectiveStoreKey,NextNeighbors>DefaultGroupHandler. dsNextObjStore
-