Class InternalPortEvent
- java.lang.Object
-
- org.onosproject.store.device.impl.InternalPortEvent
-
public class InternalPortEvent extends java.lang.ObjectInformation published by GossipDeviceStore to notify peers of a port change event.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInternalPortEvent()protectedInternalPortEvent(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.DeviceIddeviceId()Timestamped<java.util.List<org.onosproject.net.device.PortDescription>>portDescriptions()org.onosproject.net.provider.ProviderIdproviderId()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-