Uses of Interface
org.opendaylight.protocol.util.ReferenceCache
Packages that use ReferenceCache
Package
Description
-
Uses of ReferenceCache in org.opendaylight.protocol.bgp.parser.impl.message.update
Methods in org.opendaylight.protocol.bgp.parser.impl.message.update with parameters of type ReferenceCacheModifier and TypeMethodDescriptionstatic Community
CommunityUtil.create
(ReferenceCache refCache, long asn, int semantics) Creates a new Community given AS number value and semantics using generated CommunitiesBuilder.static Community
CommunityUtil.valueOf
(ReferenceCache refCache, String string) Creates a Community from its String representation.Constructors in org.opendaylight.protocol.bgp.parser.impl.message.update with parameters of type ReferenceCacheModifierConstructorDescriptionAggregatorAttributeParser
(ReferenceCache refCache) AsPathAttributeParser
(ReferenceCache refCache) CommunitiesAttributeParser
(ReferenceCache refCache) CommunityUtil
(ReferenceCache refCache) -
Uses of ReferenceCache in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that return ReferenceCacheModifier and TypeMethodDescriptionBGPExtensionProviderContext.getReferenceCache()
Get the context-wide cache for a particular object type. -
Uses of ReferenceCache in org.opendaylight.protocol.bgp.parser.spi.pojo
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo that return ReferenceCache -
Uses of ReferenceCache in org.opendaylight.protocol.rsvp.parser.spi
Methods in org.opendaylight.protocol.rsvp.parser.spi that return ReferenceCacheModifier and TypeMethodDescriptionRSVPExtensionProviderContext.getReferenceCache()
Get the context-wide cache for a particular object type. -
Uses of ReferenceCache in org.opendaylight.protocol.rsvp.parser.spi.pojo
Methods in org.opendaylight.protocol.rsvp.parser.spi.pojo that return ReferenceCache -
Uses of ReferenceCache in org.opendaylight.protocol.util
Classes in org.opendaylight.protocol.util that implement ReferenceCacheModifier and TypeClassDescriptionfinal class
A simple reference cache which actually does not cache anything.