Uses of Class
org.onosproject.segmentrouting.mcast.McastStoreKey
-
Packages that use McastStoreKey Package Description org.onosproject.segmentrouting Segment routing application components.org.onosproject.segmentrouting.mcast Trellis Multicast service. -
-
Uses of McastStoreKey in org.onosproject.segmentrouting
Methods in org.onosproject.segmentrouting that return types with arguments of type McastStoreKey Modifier and Type Method Description Map<McastStoreKey,Integer>SegmentRoutingManager. getMcastNextIds(org.onlab.packet.IpAddress mcastIp)Map<McastStoreKey,Integer>SegmentRoutingService. getMcastNextIds(org.onlab.packet.IpAddress mcastIp)Returns the associated next ids to the mcast groups or to the single group if mcastIp is present. -
Uses of McastStoreKey in org.onosproject.segmentrouting.mcast
Methods in org.onosproject.segmentrouting.mcast that return types with arguments of type McastStoreKey Modifier and Type Method Description Map<McastStoreKey,Integer>McastHandler. getNextIds(org.onlab.packet.IpAddress mcastIp)Returns the associated next ids to the mcast groups or to the single group if mcastIp is present.
-