Class McastStoreKey
- java.lang.Object
-
- org.onosproject.segmentrouting.mcast.McastStoreKey
-
public class McastStoreKey extends Object
Key of multicast next objective store.
-
-
Constructor Summary
Constructors Constructor Description McastStoreKey(org.onlab.packet.IpAddress mcastIp, org.onosproject.net.DeviceId deviceId)Deprecated.in 1.12 ("Magpie") release.McastStoreKey(org.onlab.packet.IpAddress mcastIp, org.onosproject.net.DeviceId deviceId, org.onlab.packet.VlanId vlanId)Constructs the key of multicast next objective store.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.onosproject.net.DeviceIddeviceId()Returns the device ID of this key.booleanequals(Object o)inthashCode()org.onlab.packet.IpAddressmcastIp()Returns the multicast IP address of this key.StringtoString()org.onlab.packet.VlanIdvlanId()Returns the vlan ID of this key.
-
-
-
Constructor Detail
-
McastStoreKey
@Deprecated public McastStoreKey(org.onlab.packet.IpAddress mcastIp, org.onosproject.net.DeviceId deviceId)
Deprecated.in 1.12 ("Magpie") release.Constructs the key of multicast next objective store.- Parameters:
mcastIp- multicast group IP addressdeviceId- device ID
-
McastStoreKey
public McastStoreKey(org.onlab.packet.IpAddress mcastIp, org.onosproject.net.DeviceId deviceId, org.onlab.packet.VlanId vlanId)Constructs the key of multicast next objective store.- Parameters:
mcastIp- multicast group IP addressdeviceId- device IDvlanId- vlan id
-
-
Method Detail
-
mcastIp
public org.onlab.packet.IpAddress mcastIp()
Returns the multicast IP address of this key.- Returns:
- multicast IP
-
deviceId
public org.onosproject.net.DeviceId deviceId()
Returns the device ID of this key.- Returns:
- device ID
-
vlanId
public org.onlab.packet.VlanId vlanId()
Returns the vlan ID of this key.- Returns:
- vlan ID
-
-