public class DeviceAntiEntropyRequest extends Object
| Constructor and Description |
|---|
DeviceAntiEntropyRequest(org.onosproject.cluster.NodeId sender,
Collection<DeviceFragmentId> devices,
Collection<PortFragmentId> ports) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DeviceFragmentId> |
devices() |
Collection<PortFragmentId> |
ports() |
org.onosproject.cluster.NodeId |
sender() |
public DeviceAntiEntropyRequest(org.onosproject.cluster.NodeId sender,
Collection<DeviceFragmentId> devices,
Collection<PortFragmentId> ports)
public org.onosproject.cluster.NodeId sender()
public Collection<DeviceFragmentId> devices()
public Collection<PortFragmentId> ports()
Copyright © 2016. All rights reserved.