Uses of Interface
org.opendaylight.protocol.util.ReferenceCache
Package
Description
-
Uses of ReferenceCache in org.opendaylight.protocol.bgp.parser.impl.message.update
Modifier 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.ModifierConstructorDescriptionAggregatorAttributeParser
(ReferenceCache refCache) AsPathAttributeParser
(ReferenceCache refCache) CommunitiesAttributeParser
(ReferenceCache refCache) CommunityUtil
(ReferenceCache refCache) -
Uses of ReferenceCache in org.opendaylight.protocol.bgp.parser.spi
Modifier and TypeMethodDescriptionBGPExtensionProviderContext.getReferenceCache()
Get the context-wide cache for a particular object type. -
Uses of ReferenceCache in org.opendaylight.protocol.bgp.parser.spi.pojo
-
Uses of ReferenceCache in org.opendaylight.protocol.rsvp.parser.spi
Modifier and TypeMethodDescriptionRSVPExtensionProviderContext.getReferenceCache()
Get the context-wide cache for a particular object type. -
Uses of ReferenceCache in org.opendaylight.protocol.rsvp.parser.spi.pojo
-
Uses of ReferenceCache in org.opendaylight.protocol.util
Modifier and TypeClassDescriptionfinal class
A simple reference cache which actually does not cache anything.