public class VirtualNetworkIntentCompiler extends ConnectivityIntentCompiler<org.onosproject.incubator.net.virtual.VirtualNetworkIntent>
VirtualNetworkIntent.ConnectivityIntentCompiler.ConstraintBasedLinkWeight| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.net.intent.IntentService |
intentService |
protected static String |
KEY_FORMAT |
protected org.onosproject.incubator.net.virtual.VirtualNetworkService |
manager |
protected org.onlab.osgi.ServiceDirectory |
serviceDirectory |
protected org.onosproject.incubator.net.virtual.VirtualNetworkStore |
store |
intentManager, pathService, resourceService| Constructor and Description |
|---|
VirtualNetworkIntentCompiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
List<org.onosproject.net.intent.Intent> |
compile(org.onosproject.incubator.net.virtual.VirtualNetworkIntent intent,
List<org.onosproject.net.intent.Intent> installable) |
void |
deactivate() |
checkPath, getDisjointPath, getPath, weightprotected static final String KEY_FORMAT
protected org.onlab.osgi.ServiceDirectory serviceDirectory
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.incubator.net.virtual.VirtualNetworkService manager
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.intent.IntentService intentService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.incubator.net.virtual.VirtualNetworkStore store