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 CommunityCommunityUtil. create(ReferenceCache refCache, long asn, int semantics)Creates a new Community given AS number value and semantics using generated CommunitiesBuilder.static CommunityCommunityUtil. 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 ReferenceCacheBGPExtensionProviderContext. 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 ReferenceCacheSimpleBGPExtensionProviderContext. 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 ReferenceCacheRSVPExtensionProviderContext. 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 ReferenceCacheSimpleRSVPExtensionProviderContext. getReferenceCache() -
Uses of ReferenceCache in org.opendaylight.protocol.util
Classes in org.opendaylight.protocol.util that implement ReferenceCache Modifier and Type Class Description classNoopReferenceCacheA simple reference cache which actually does not cache anything.
-