Class InternalPortEvent


  • public class InternalPortEvent
    extends Object
    Information published by GossipDeviceStore to notify peers of a port change event.
    • Constructor Detail

      • InternalPortEvent

        protected InternalPortEvent​(org.onosproject.net.provider.ProviderId providerId,
                                    org.onosproject.net.DeviceId deviceId,
                                    Timestamped<List<org.onosproject.net.device.PortDescription>> portDescriptions)
      • InternalPortEvent

        protected InternalPortEvent()
    • Method Detail

      • deviceId

        public org.onosproject.net.DeviceId deviceId()
      • providerId

        public org.onosproject.net.provider.ProviderId providerId()
      • portDescriptions

        public Timestamped<List<org.onosproject.net.device.PortDescription>> portDescriptions()