| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.util.flow |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowCache
FlowCache describes a set of cached attributes for a data flow. |
class |
VTNFlowBuilder
VTNFlowBuilder describes a request for adding a new VTN data flow. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FlowUtils.removeDataFlow(org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction tx,
String tname,
VTNDataFlow df)
Remove the given data flow from the MD-SAL datastore.
|
static void |
FlowUtils.removeIndex(org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction tx,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<VtnFlowTable> path,
VTNDataFlow df)
Remove the given data flow from all flow indices in the MD-SAL
datastore.
|
static void |
FlowUtils.removeIndex(org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction tx,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<VtnFlowTable> path,
VTNDataFlow df,
FlowIdListKey idKey)
Remove the given data flow from all flow indices in the MD-SAL
datastore.
|
Copyright © 2018 OpenDaylight. All rights reserved.