Class AbstractExtCommunityHandler
java.lang.Object
org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.AbstractExtCommunityHandler
- Direct Known Subclasses:
 MatchExtCommunitySetHandler,SetExtCommunityHandler
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.google.common.cache.LoadingCache<String,List<ExtendedCommunities>>  - 
Constructor Summary
ConstructorsConstructorDescriptionAbstractExtCommunityHandler(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)  
 -