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