public final class FlowFinder extends Object
FlowFinder is used to find the VTN data flow associated with the
specified VTN flow ID.| Constructor and Description |
|---|
FlowFinder(org.opendaylight.controller.md.sal.binding.api.ReadTransaction rtx)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
IdentifiedData<VtnDataFlow> |
find(VtnFlowId flowId)
Search for the VTN data flow associated with the given ID.
|
public FlowFinder(org.opendaylight.controller.md.sal.binding.api.ReadTransaction rtx)
throws VTNException
rtx - A ReadTransaction instance.VTNException - An error occurred.public IdentifiedData<VtnDataFlow> find(VtnFlowId flowId) throws VTNException
flowId - Identifier for the VTN data flow.IdentifiedData instance which contains VTN data flow
if found. null if not found.VTNException - An error occurred.Copyright © 2018 OpenDaylight. All rights reserved.