Class XConnectStoreKey


  • public class XConnectStoreKey
    extends Object
    Key of VLAN cross-connect next objective store.
    • Constructor Detail

      • XConnectStoreKey

        public XConnectStoreKey​(org.onosproject.net.DeviceId deviceId,
                                org.onlab.packet.VlanId vlanId)
        Constructs the key of cross-connect next objective store.
        Parameters:
        deviceId - device ID of the VLAN cross-connection
        vlanId - VLAN ID of the VLAN cross-connection
    • Method Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object