Uses of Class
org.onosproject.segmentrouting.mcast.McastRole
-
Packages that use McastRole Package Description org.onosproject.segmentrouting Segment routing application components.org.onosproject.segmentrouting.mcast Trellis Multicast service. -
-
Uses of McastRole in org.onosproject.segmentrouting
Methods in org.onosproject.segmentrouting that return types with arguments of type McastRole Modifier and Type Method Description Map<McastRoleStoreKey,McastRole>SegmentRoutingManager. getMcastRoles(org.onlab.packet.IpAddress mcastIp, org.onosproject.net.ConnectPoint sourcecp)Map<McastRoleStoreKey,McastRole>SegmentRoutingService. getMcastRoles(org.onlab.packet.IpAddress mcastIp, org.onosproject.net.ConnectPoint sourcecp)Returns the associated roles to the mcast groups. -
Uses of McastRole in org.onosproject.segmentrouting.mcast
Methods in org.onosproject.segmentrouting.mcast that return McastRole Modifier and Type Method Description static McastRoleMcastRole. valueOf(String name)Returns the enum constant of this type with the specified name.static McastRole[]McastRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.onosproject.segmentrouting.mcast that return types with arguments of type McastRole Modifier and Type Method Description Map<McastRoleStoreKey,McastRole>McastHandler. getMcastRoles(org.onlab.packet.IpAddress mcastIp, org.onosproject.net.ConnectPoint sourcecp)Returns the associated roles to the mcast groups.
-