| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.flow.remove | |
| org.opendaylight.vtn.manager.internal.util.flow | |
| org.opendaylight.vtn.manager.internal.util.flow.action |
This package contains utility classes for flow action management.
|
| org.opendaylight.vtn.manager.internal.util.flow.match |
This package contains utility classes for flow match handling.
|
| Constructor and Description |
|---|
EdgeHostFlowRemover(String tname,
L2Host host)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
L2Host |
FlowCache.getSourceHost()
Return the source L2 host of the data flow.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.lang3.tuple.Pair<L2Host,L2Host> |
FlowCache.getEdgeHosts()
Get two
L2Host instances which represents host information
matched by edge flow entries. |
org.apache.commons.lang3.tuple.Pair<L2Host,L2Host> |
FlowCache.getEdgeHosts()
Get two
L2Host instances which represents host information
matched by edge flow entries. |
| Modifier and Type | Method and Description |
|---|---|
static L2Host |
FlowActionUtils.getDestinationHost(List<org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action> actions,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress mac,
int vlan)
Return the destination host configured in the given action list.
|
| Modifier and Type | Method and Description |
|---|---|
static L2Host |
FlowMatchUtils.getSourceHost(org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.Match match)
Return the source L2 host matched by the given MD-SAL match.
|
Copyright © 2018 OpenDaylight. All rights reserved.