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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcacheRoute(Route route) Cache Route.Cache of RTC routes advertized per clients peers.voiduncacheRoute(Route route) Uncache Route. 
- 
Constructor Details
- 
RTCClientRouteCache
public RTCClientRouteCache() 
 - 
 - 
Method Details
- 
cacheRoute
Description copied from interface:ClientRouteTargetContrainCacheCache Route.- Specified by:
 cacheRoutein interfaceClientRouteTargetContrainCache- Parameters:
 route- target constrain
 - 
uncacheRoute
Description copied from interface:ClientRouteTargetContrainCacheUncache Route.- Specified by:
 uncacheRoutein interfaceClientRouteTargetContrainCache- Parameters:
 route- target constrain
 - 
getClientRouteTargetContrainCache
Description copied from interface:RTCCacheCache of RTC routes advertized per clients peers.- Specified by:
 getClientRouteTargetContrainCachein interfaceRTCCache- Returns:
 - rtc cache
 
 
 -