Class McastPathStoreKey
- java.lang.Object
-
- org.onosproject.segmentrouting.mcast.McastPathStoreKey
-
public class McastPathStoreKey extends Object
Key of multicast path store.
-
-
Constructor Summary
Constructors Constructor Description McastPathStoreKey(org.onlab.packet.IpAddress mcastIp, org.onosproject.net.ConnectPoint source)Constructs the key of multicast path store.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()org.onlab.packet.IpAddressmcastIp()Returns the multicast IP address of this key.org.onosproject.net.ConnectPointsource()Returns the device ID of this key.StringtoString()
-