Uses of Class
org.onosproject.segmentrouting.mcast.McastFilteringObjStoreKey
-
Packages that use McastFilteringObjStoreKey Package Description org.onosproject.segmentrouting Segment routing application components.org.onosproject.segmentrouting.mcast Trellis Multicast service. -
-
Uses of McastFilteringObjStoreKey in org.onosproject.segmentrouting
Methods in org.onosproject.segmentrouting that return types with arguments of type McastFilteringObjStoreKey Modifier and Type Method Description Map<org.onosproject.net.DeviceId,List<McastFilteringObjStoreKey>>SegmentRoutingManager. getMcastFilters()Map<org.onosproject.net.DeviceId,List<McastFilteringObjStoreKey>>SegmentRoutingService. getMcastFilters()Returns the mcast filtering obj. -
Uses of McastFilteringObjStoreKey in org.onosproject.segmentrouting.mcast
Methods in org.onosproject.segmentrouting.mcast that return types with arguments of type McastFilteringObjStoreKey Modifier and Type Method Description Map<org.onosproject.net.DeviceId,List<McastFilteringObjStoreKey>>McastHandler. getMcastFilters()Returns the mcast filtering obj.
-