Class AbstractExtCommunityHandler
java.lang.Object
org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.AbstractExtCommunityHandler
- Direct Known Subclasses:
MatchExtCommunitySetHandler
,SetExtCommunityHandler
-
Field Summary
Modifier and TypeFieldDescriptionprotected final com.google.common.cache.LoadingCache<String,
List<ExtendedCommunities>> -
Constructor Summary
ConstructorDescriptionAbstractExtCommunityHandler
(org.opendaylight.mdsal.binding.api.DataBroker databroker) -
Method Summary
-
Field Details
-
extCommunitySets
protected final com.google.common.cache.LoadingCache<String,List<ExtendedCommunities>> extCommunitySets
-
-
Constructor Details
-
AbstractExtCommunityHandler
public AbstractExtCommunityHandler(org.opendaylight.mdsal.binding.api.DataBroker databroker)
-