| Package | Description |
|---|---|
| org.onosproject.store.device.impl |
Implementation of distributed device store using p2p synchronization protocol.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PortFragmentId> |
DeviceAntiEntropyRequest.ports() |
Map<PortFragmentId,org.onosproject.store.Timestamp> |
DeviceAntiEntropyAdvertisement.ports() |
| Constructor and Description |
|---|
DeviceAntiEntropyAdvertisement(org.onosproject.cluster.NodeId sender,
Map<DeviceFragmentId,org.onosproject.store.Timestamp> devices,
Map<PortFragmentId,org.onosproject.store.Timestamp> ports,
Map<org.onosproject.net.DeviceId,org.onosproject.store.Timestamp> offline) |
DeviceAntiEntropyRequest(org.onosproject.cluster.NodeId sender,
Collection<DeviceFragmentId> devices,
Collection<PortFragmentId> ports) |
Copyright © 2015. All rights reserved.