public class IntentInstaller extends Object
| Constructor and Description |
|---|
IntentInstaller(org.onosproject.core.ApplicationId appId,
org.onosproject.net.intent.IntentService intentService,
org.onosproject.routing.IntentSynchronizationService intentSynchronizer)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
installIntents(com.google.common.collect.SetMultimap<org.onlab.packet.VlanId,javafx.util.Pair<org.onosproject.net.ConnectPoint,org.onlab.packet.MacAddress>> confHostPresentCPoint)
Formats the requests for creating and submit intents.
|
public IntentInstaller(org.onosproject.core.ApplicationId appId,
org.onosproject.net.intent.IntentService intentService,
org.onosproject.routing.IntentSynchronizationService intentSynchronizer)
appId - the Application IDintentService - the intent serviceintentSynchronizer - the intent synchronizer serviceprotected void installIntents(com.google.common.collect.SetMultimap<org.onlab.packet.VlanId,javafx.util.Pair<org.onosproject.net.ConnectPoint,org.onlab.packet.MacAddress>> confHostPresentCPoint)
confHostPresentCPoint - A map of Connect Points with the eventual
MAC address of the host attached, by VLANCopyright © 2016. All rights reserved.