public interface LinkDiscoveryContext
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.device.DeviceService |
deviceService()
Returns the DeviceService reference.
|
String |
fingerprint()
Returns the cluster-wide unique identifier.
|
org.onosproject.mastership.MastershipService |
mastershipService()
Returns the shared mastership service reference.
|
org.onosproject.net.packet.PacketService |
packetService()
Returns the shared packet service reference.
|
long |
probeRate()
Returns the probe rate in millis.
|
org.onosproject.net.link.LinkProviderService |
providerService()
Returns the shared link provider service reference.
|
void |
touchLink(org.onosproject.net.LinkKey key)
Touches the link identified by the given key to indicate that it's active.
|
boolean |
useBddp()
Indicates whether to emit BDDP.
|
org.onosproject.mastership.MastershipService mastershipService()
org.onosproject.net.link.LinkProviderService providerService()
org.onosproject.net.packet.PacketService packetService()
org.onosproject.net.device.DeviceService deviceService()
long probeRate()
boolean useBddp()
void touchLink(org.onosproject.net.LinkKey key)
key - link keyString fingerprint()