public interface RoutingTable<C,P extends org.opendaylight.yangtools.concepts.Path<P>,T>
Modifier and Type | Method and Description |
---|---|
T |
getDefaultRoute() |
C |
getIdentifier() |
T |
getRoute(P path) |
Map<P,T> |
getRoutes() |
Copyright © 2019 OpenDaylight. All rights reserved.