Class InternalPortEvent


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

      Constructors 
      Modifier Constructor Description
      protected InternalPortEvent()  
      protected InternalPortEvent​(org.onosproject.net.provider.ProviderId providerId, org.onosproject.net.DeviceId deviceId, Timestamped<java.util.List<org.onosproject.net.device.PortDescription>> portDescriptions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.onosproject.net.DeviceId deviceId()  
      Timestamped<java.util.List<org.onosproject.net.device.PortDescription>> portDescriptions()  
      org.onosproject.net.provider.ProviderId providerId()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InternalPortEvent

        protected InternalPortEvent​(org.onosproject.net.provider.ProviderId providerId,
                                    org.onosproject.net.DeviceId deviceId,
                                    Timestamped<java.util.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<java.util.List<org.onosproject.net.device.PortDescription>> portDescriptions()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object