Interface RouteKeyIdentifier<R extends Route & org.opendaylight.yangtools.yang.binding.Identifiable<I>,I extends org.opendaylight.yangtools.yang.binding.Identifier<R>>
-
- Type Parameters:
R
- Route Key Identifier for non add path route.I
- Route Key Identifier for add path route.
- All Known Implementing Classes:
AbstractAdvertizedRoute
,ActualBestPathRoutes
,AdvertizedRoute
public interface RouteKeyIdentifier<R extends Route & org.opendaylight.yangtools.yang.binding.Identifiable<I>,I extends org.opendaylight.yangtools.yang.binding.Identifier<R>>
Best Path Route Key Identifiers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I
getAddPathRouteKeyIdentifier()
I
getNonAddPathRouteKeyIdentifier()
-