| Modifier and Type | Method and Description | 
|---|---|
| static Community | CommunityUtil. create(ReferenceCache refCache,
      long asn,
      int semantics)Creates a new Community given AS number value and semantics using generated CommunitiesBuilder. | 
| static Community | CommunitiesAttributeParser. parseCommunity(ReferenceCache refCache,
              io.netty.buffer.ByteBuf buffer)Parse known Community, if unknown, a new one will be created. | 
| static Community | CommunityUtil. valueOf(ReferenceCache refCache,
       String string)Creates a Community from its String representation. | 
| Constructor and Description | 
|---|
| AggregatorAttributeParser(ReferenceCache refCache) | 
| AsPathAttributeParser(ReferenceCache refCache) | 
| CommunitiesAttributeParser(ReferenceCache refCache) | 
| CommunityUtil(ReferenceCache refCache) | 
| Modifier and Type | Method and Description | 
|---|---|
| ReferenceCache | BGPExtensionProviderContext. getReferenceCache()Get the context-wide cache for a particular object type. | 
| Modifier and Type | Method and Description | 
|---|---|
| ReferenceCache | SimpleBGPExtensionProviderContext. getReferenceCache() | 
| Modifier and Type | Method and Description | 
|---|---|
| ReferenceCache | RSVPExtensionProviderContext. getReferenceCache()Get the context-wide cache for a particular object type. | 
| Modifier and Type | Method and Description | 
|---|---|
| ReferenceCache | SimpleRSVPExtensionProviderContext. getReferenceCache() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NoopReferenceCacheA simple reference cache which actually does not cache anything. | 
Copyright © 2018 OpenDaylight. All rights reserved.