Uses of Interface
org.opendaylight.protocol.util.ReferenceCache
-
-
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 ReferenceCache Modifier and Type Method 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
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 ReferenceCache Constructor Description AggregatorAttributeParser(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 ReferenceCache Modifier and Type Method Description ReferenceCache
BGPExtensionProviderContext. 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 Modifier and Type Method Description ReferenceCache
SimpleBGPExtensionProviderContext. getReferenceCache()
-
Uses of ReferenceCache in org.opendaylight.protocol.rsvp.parser.spi
Methods in org.opendaylight.protocol.rsvp.parser.spi that return ReferenceCache Modifier and Type Method Description ReferenceCache
RSVPExtensionProviderContext. 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 Modifier and Type Method Description ReferenceCache
SimpleRSVPExtensionProviderContext. getReferenceCache()
-
Uses of ReferenceCache in org.opendaylight.protocol.util
Classes in org.opendaylight.protocol.util that implement ReferenceCache Modifier and Type Class Description class
NoopReferenceCache
A simple reference cache which actually does not cache anything.
-