| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.util.flow.cond |
This package contains utility classes for flow condition management.
|
| org.opendaylight.vtn.manager.internal.util.flow.filter |
This package contains utility classes for flow filter management.
|
| org.opendaylight.vtn.manager.internal.vnode |
| Modifier and Type | Method and Description |
|---|---|
static VTNFlowCondition |
VTNFlowCondition.create(VtnFlowCondition vfc)
Convert the given
VtnFlowCondition instance into a
VTNFlowCondition instance. |
VTNFlowCondition |
FlowCondReader.get(String name)
Get the flow condition specified by the name.
|
static VTNFlowCondition |
FlowCondUtils.readFlowCondition(org.opendaylight.controller.md.sal.binding.api.ReadTransaction rtx,
String name)
Read the flow condition specified by the given name from the MD-SAL
datastore.
|
| Modifier and Type | Method and Description |
|---|---|
static List<VTNFlowCondition> |
FlowCondUtils.readFlowConditions(org.opendaylight.controller.md.sal.binding.api.ReadTransaction rtx)
Read all the flow conditions from the MD-SAL datastore.
|
| Modifier and Type | Method and Description |
|---|---|
VTNFlowCondition |
FlowFilterContext.getFlowCondition(VTNFlowFilter ff)
Return a
VTNFlowCondition instance which determines whether the
specified flow filter needs to be applied to the packet. |
| Modifier and Type | Method and Description |
|---|---|
VTNFlowCondition |
PacketContext.getFlowCondition(VTNFlowFilter ff)
Return a
VTNFlowCondition instance which determines whether the
specified flow filter needs to be applied to the packet. |
Copyright © 2018 OpenDaylight. All rights reserved.