Class McastFilteringObjStoreKey
- java.lang.Object
-
- org.onosproject.segmentrouting.mcast.McastFilteringObjStoreKey
-
public class McastFilteringObjStoreKey extends Object
Key of multicast filtering objective store.
-
-
Constructor Summary
Constructors Constructor Description McastFilteringObjStoreKey(org.onosproject.net.ConnectPoint ingressCP, org.onlab.packet.VlanId vlanId, boolean isIpv4)Constructs the key of multicast filtering objective store.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()org.onosproject.net.ConnectPointingressCP()Returns the connect point.booleanisIpv4()Returns whether the filtering is for ipv4 mcast.StringtoString()org.onlab.packet.VlanIdvlanId()Returns the vlan ID of this key.
-
-
-
Constructor Detail
-
McastFilteringObjStoreKey
public McastFilteringObjStoreKey(org.onosproject.net.ConnectPoint ingressCP, org.onlab.packet.VlanId vlanId, boolean isIpv4)Constructs the key of multicast filtering objective store.- Parameters:
ingressCP- ingress ConnectPointvlanId- vlan idisIpv4- is Ipv4
-
-
Method Detail
-
ingressCP
public org.onosproject.net.ConnectPoint ingressCP()
Returns the connect point.- Returns:
- ingress connectpoint
-
isIpv4
public boolean isIpv4()
Returns whether the filtering is for ipv4 mcast.- Returns:
- isIpv4
-
vlanId
public org.onlab.packet.VlanId vlanId()
Returns the vlan ID of this key.- Returns:
- vlan ID
-
-