| Package | Description |
|---|---|
| org.onosproject.store.device.impl |
Implementation of distributed device store using p2p synchronization protocol.
|
| org.onosproject.store.impl |
Common facilities for use by various distributed stores.
|
| org.onosproject.store.link.impl |
Implementation of distributed link store using p2p synchronization protocol.
|
| Modifier and Type | Method and Description |
|---|---|
Timestamped<org.onosproject.net.device.DeviceDescription> |
InternalDeviceEvent.deviceDescription() |
Timestamped<org.onosproject.net.device.PortDescription> |
InternalPortStatusEvent.portDescription() |
Timestamped<List<org.onosproject.net.device.PortDescription>> |
InternalPortEvent.portDescriptions() |
| Constructor and Description |
|---|
InternalDeviceEvent(org.onosproject.net.provider.ProviderId providerId,
org.onosproject.net.DeviceId deviceId,
Timestamped<org.onosproject.net.device.DeviceDescription> deviceDescription) |
InternalPortEvent(org.onosproject.net.provider.ProviderId providerId,
org.onosproject.net.DeviceId deviceId,
Timestamped<List<org.onosproject.net.device.PortDescription>> portDescriptions) |
InternalPortStatusEvent(org.onosproject.net.provider.ProviderId providerId,
org.onosproject.net.DeviceId deviceId,
Timestamped<org.onosproject.net.device.PortDescription> portDescription) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Timestamped.isNewer(Timestamped<T> other)
Tests if this timestamped value is newer than the other.
|
| Modifier and Type | Method and Description |
|---|---|
Timestamped<org.onosproject.net.link.LinkDescription> |
InternalLinkEvent.linkDescription() |
| Constructor and Description |
|---|
InternalLinkEvent(org.onosproject.net.provider.ProviderId providerId,
Timestamped<org.onosproject.net.link.LinkDescription> linkDescription) |
Copyright © 2015. All rights reserved.