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