| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.config |
This package contains classes that manages the global configurations for
the VTN Manager.
|
| org.opendaylight.vtn.manager.internal.flow.cond | |
| org.opendaylight.vtn.manager.internal.flow.stats | |
| org.opendaylight.vtn.manager.internal.inventory | |
| org.opendaylight.vtn.manager.internal.routing | |
| org.opendaylight.vtn.manager.internal.util | |
| org.opendaylight.vtn.manager.internal.util.flow | |
| org.opendaylight.vtn.manager.internal.util.pathmap | |
| org.opendaylight.vtn.manager.internal.vnode |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OperationalListener.onCreated(Void ectx,
IdentifiedData<VtnConfig> data)
Invoked when a new data has been created in the datastore.
|
protected void |
ConfigListener.onCreated(Void ectx,
IdentifiedData<VtnConfig> data)
Invoked when a new data has been created in the datastore.
|
protected void |
OperationalListener.onRemoved(Void ectx,
IdentifiedData<VtnConfig> data)
Invoked when a data has been removed from the datastore.
|
protected void |
ConfigListener.onRemoved(Void ectx,
IdentifiedData<VtnConfig> data)
Invoked when a data has been removed from the datastore.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FlowCondManager.onCreated(org.opendaylight.vtn.manager.internal.flow.cond.FlowCondChange ectx,
IdentifiedData<?> data)
Invoked when a new data has been created in the datastore.
|
protected void |
FlowCondManager.onRemoved(org.opendaylight.vtn.manager.internal.flow.cond.FlowCondChange ectx,
IdentifiedData<?> data)
Invoked when a data has been removed from the datastore.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddedFlowStats.add(IdentifiedData<org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow> data)
Add the given flow information into this instance.
|
protected void |
SalFlowIdResolver.onCreated(AddedFlowStats ectx,
IdentifiedData<org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow> data)
Invoked when a new data has been created in the datastore.
|
protected void |
SalFlowIdResolver.onRemoved(AddedFlowStats ectx,
IdentifiedData<org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow> data)
Invoked when a data has been removed from the datastore.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
VTNInventoryManager.onCreated(org.opendaylight.vtn.manager.internal.inventory.InventoryEvents ectx,
IdentifiedData<?> data)
Invoked when a new data has been created in the datastore.
|
protected void |
TopologyListener.onCreated(org.opendaylight.vtn.manager.internal.inventory.LinkUpdateTask ectx,
IdentifiedData<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Link> data)
Invoked when a new data has been created in the datastore.
|
protected void |
NodeListener.onCreated(org.opendaylight.vtn.manager.internal.inventory.NodeUpdateTask ectx,
IdentifiedData<org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode> data)
Invoked when a new data has been created in the datastore.
|
protected void |
NodeConnectorListener.onCreated(org.opendaylight.vtn.manager.internal.inventory.PortUpdateTask ectx,
IdentifiedData<org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector> data)
Invoked when a new data has been created in the datastore.
|
protected void |
StaticTopologyManager.onCreated(org.opendaylight.vtn.manager.internal.inventory.StaticLinkUpdateTask ectx,
IdentifiedData<?> data)
Invoked when a new data has been created in the datastore.
|
protected void |
VTNInventoryManager.onRemoved(org.opendaylight.vtn.manager.internal.inventory.InventoryEvents ectx,
IdentifiedData<?> data)
Invoked when a data has been removed from the datastore.
|
protected void |
TopologyListener.onRemoved(org.opendaylight.vtn.manager.internal.inventory.LinkUpdateTask ectx,
IdentifiedData<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Link> data)
Invoked when a data has been removed from the datastore.
|
protected void |
NodeListener.onRemoved(org.opendaylight.vtn.manager.internal.inventory.NodeUpdateTask ectx,
IdentifiedData<org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode> data)
Invoked when a data has been removed from the datastore.
|
protected void |
NodeConnectorListener.onRemoved(org.opendaylight.vtn.manager.internal.inventory.PortUpdateTask ectx,
IdentifiedData<org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector> data)
Invoked when a data has been removed from the datastore.
|
protected void |
StaticTopologyManager.onRemoved(org.opendaylight.vtn.manager.internal.inventory.StaticLinkUpdateTask ectx,
IdentifiedData<?> data)
Invoked when a data has been removed from the datastore.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PathMapManager.onCreated(org.opendaylight.vtn.manager.internal.routing.GlobalPathMapChange ectx,
IdentifiedData<VtnPathMap> data)
Invoked when a new data has been created in the datastore.
|
protected void |
VTNRoutingManager.onCreated(org.opendaylight.vtn.manager.internal.routing.TopologyEventContext ectx,
IdentifiedData<VtnLink> data)
Invoked when a new data has been created in the datastore.
|
protected void |
PathMapManager.onRemoved(org.opendaylight.vtn.manager.internal.routing.GlobalPathMapChange ectx,
IdentifiedData<VtnPathMap> data)
Invoked when a data has been removed from the datastore.
|
protected void |
VTNRoutingManager.onRemoved(org.opendaylight.vtn.manager.internal.routing.TopologyEventContext ectx,
IdentifiedData<VtnLink> data)
Invoked when a data has been removed from the datastore.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangedData<T extends org.opendaylight.yangtools.yang.binding.DataObject>
ChangedData describes a change of a data object in the MD-SAL
datastore. |
| Modifier and Type | Method and Description |
|---|---|
<D extends org.opendaylight.yangtools.yang.binding.DataObject> |
IdentifiedData.checkType(Class<D> type)
Check whether the target type of this instance matches the given type
or not.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
MultiDataStoreListener.onCreated(C ectx,
IdentifiedData<?> data)
Invoked when a new data has been created in the datastore.
|
protected abstract void |
DataStoreListener.onCreated(C ectx,
IdentifiedData<T> data)
Invoked when a new data has been created in the datastore.
|
protected abstract void |
MultiDataStoreListener.onRemoved(C ectx,
IdentifiedData<?> data)
Invoked when a data has been removed from the datastore.
|
protected abstract void |
DataStoreListener.onRemoved(C ectx,
IdentifiedData<T> data)
Invoked when a data has been removed from the datastore.
|
| Modifier and Type | Method and Description |
|---|---|
IdentifiedData<VtnDataFlow> |
FlowFinder.find(VtnFlowId flowId)
Search for the VTN data flow associated with the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PathMapUtils.log(org.slf4j.Logger logger,
IdentifiedData<?> data,
VtnUpdateType type)
Record an informational log message that indicates a path map has been
created or removed.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
VTenantManager.onCreated(org.opendaylight.vtn.manager.internal.vnode.VTenantChange ectx,
IdentifiedData<?> data)
Invoked when a new data has been created in the datastore.
|
protected void |
VTenantManager.onRemoved(org.opendaylight.vtn.manager.internal.vnode.VTenantChange ectx,
IdentifiedData<?> data)
Invoked when a data has been removed from the datastore.
|
Copyright © 2018 OpenDaylight. All rights reserved.