Class DeviceAntiEntropyRequest
- java.lang.Object
-
- org.onosproject.store.device.impl.DeviceAntiEntropyRequest
-
public class DeviceAntiEntropyRequest extends java.lang.ObjectMessage to request for other peers information.
-
-
Constructor Summary
Constructors Constructor Description DeviceAntiEntropyRequest(org.onosproject.cluster.NodeId sender, java.util.Collection<DeviceFragmentId> devices, java.util.Collection<PortFragmentId> ports)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<DeviceFragmentId>devices()java.util.Collection<PortFragmentId>ports()org.onosproject.cluster.NodeIdsender()
-
-
-
Constructor Detail
-
DeviceAntiEntropyRequest
public DeviceAntiEntropyRequest(org.onosproject.cluster.NodeId sender, java.util.Collection<DeviceFragmentId> devices, java.util.Collection<PortFragmentId> ports)
-
-
Method Detail
-
sender
public org.onosproject.cluster.NodeId sender()
-
devices
public java.util.Collection<DeviceFragmentId> devices()
-
ports
public java.util.Collection<PortFragmentId> ports()
-
-