Class RTCClientRouteCache
java.lang.Object
org.opendaylight.protocol.bgp.rib.impl.RTCClientRouteCache
- All Implemented Interfaces:
RTCCache
,ClientRouteTargetContrainCache
public final class RTCClientRouteCache
extends Object
implements ClientRouteTargetContrainCache, RTCCache
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheRoute
(Route route) Cache Route.Cache of RTC routes advertized per clients peers.void
uncacheRoute
(Route route) Uncache Route.
-
Constructor Details
-
RTCClientRouteCache
public RTCClientRouteCache()
-
-
Method Details
-
cacheRoute
Description copied from interface:ClientRouteTargetContrainCache
Cache Route.- Specified by:
cacheRoute
in interfaceClientRouteTargetContrainCache
- Parameters:
route
- target constrain
-
uncacheRoute
Description copied from interface:ClientRouteTargetContrainCache
Uncache Route.- Specified by:
uncacheRoute
in interfaceClientRouteTargetContrainCache
- Parameters:
route
- target constrain
-
getClientRouteTargetContrainCache
Description copied from interface:RTCCache
Cache of RTC routes advertized per clients peers.- Specified by:
getClientRouteTargetContrainCache
in interfaceRTCCache
- Returns:
- rtc cache
-