public interface L2Path
| Modifier and Type | Interface and Description |
|---|---|
static class |
L2Path.Metric
Identifies the metric used in computing shortest paths.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
compares(L2Path newPath) |
L2Cost |
cost()
Retrieves the cost of the path.
|
DataPathId |
from()
Retrieves the datapathid associated to a source device of the L2 Path.
|
L2Path.Metric |
metric()
Returns the type of metric used in computing shortest path.
|
List<Link> |
path()
Returns the sequence of
links, which comprise the path. |
DataPathId |
to()
Retrieves the datapathid associated to a destination device of the
L2Path.
|
DataPathId from()
DataPathId to()
List<Link> path()
links, which comprise the path.L2Path.Metric metric()
L2Cost cost()
boolean compares(L2Path newPath)
Copyright © 2014. All Rights Reserved.