public class OpticalPathProvisioner extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
OpticalPathProvisioner.InternalOpticalPathProvisioner |
| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.core.CoreService |
coreService |
protected org.onosproject.net.host.HostService |
hostService |
protected Map<org.onosproject.net.ConnectPoint,org.onosproject.net.intent.OpticalConnectivityIntent> |
inStatusTportMap |
protected Map<org.onosproject.net.ConnectPoint,Map<org.onosproject.net.ConnectPoint,org.onosproject.net.intent.Intent>> |
intentMap |
protected static org.slf4j.Logger |
log |
protected Map<org.onosproject.net.ConnectPoint,org.onosproject.net.intent.OpticalConnectivityIntent> |
outStatusTportMap |
protected org.onosproject.net.topology.PathService |
pathService |
| Constructor and Description |
|---|
OpticalPathProvisioner() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate() |
protected void |
deactivate() |
protected void |
initTport() |
protected static final org.slf4j.Logger log
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.topology.PathService pathService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.core.CoreService coreService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.host.HostService hostService
protected final Map<org.onosproject.net.ConnectPoint,org.onosproject.net.intent.OpticalConnectivityIntent> inStatusTportMap
protected final Map<org.onosproject.net.ConnectPoint,org.onosproject.net.intent.OpticalConnectivityIntent> outStatusTportMap
Copyright © 2015. All rights reserved.