Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.MpReachNlri
Package
Description
-
Uses of MpReachNlri in org.opendaylight.protocol.bgp.evpn.impl.nlri
Modifier and TypeMethodDescriptionboolean
EvpnNlriParser.convertMpReachToMpUnReach
(MpReachNlri mpReachNlri, MpUnreachNlriBuilder builder) -
Uses of MpReachNlri in org.opendaylight.protocol.bgp.parser.spi
Modifier and TypeMethodDescriptionstatic MpReachNlri
MessageUtil.getMpReachNlri
(Attributes attrs) Finds MP-REACH-NLRI in Update message attributes.NlriRegistry.parseMpReach
(io.netty.buffer.ByteBuf buffer, @Nullable PeerSpecificParserConstraint constraint) Decode MP REACH NLRI Attribute.Modifier and TypeMethodDescriptiondefault boolean
NlriParser.convertMpReachToMpUnReach
(MpReachNlri mpReachNlri, MpUnreachNlriBuilder builder) Convert MP_REACH attribute and merge it to existing MpUnreachNlriBuilder.NlriRegistry.convertMpReachToMpUnReach
(MpReachNlri mpReachNlri, @Nullable MpUnreachNlri mpUnreachNlri) Convert MP_REACH attribute to MP_UNREACH attribute and merge it with original one if it exists.void
NlriRegistry.serializeMpReach
(MpReachNlri mpReachNlri, io.netty.buffer.ByteBuf byteAggregator) Encode BGP MP REACH NLRI Attribute. -
Uses of MpReachNlri in org.opendaylight.protocol.bgp.rib.impl
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.yang.data.api.schema.ContainerNode
CodecsImpl.serializeReachNlri
(MpReachNlri nlri) -
Uses of MpReachNlri in org.opendaylight.protocol.bgp.rib.impl.spi
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.yang.data.api.schema.ContainerNode
Codecs.serializeReachNlri
(MpReachNlri nlri) abstract Collection<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates>
RIBSupportContext.writeRoutes
(org.opendaylight.mdsal.dom.api.DOMDataTreeWriteTransaction tx, org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier tableId, MpReachNlri nlri, Attributes attributes) Writes supplied routes and attributes to RIB table using supplied transaction. -
Uses of MpReachNlri in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329
Modifier and TypeMethodDescriptionAttributesReach.getMpReachNlri()
Return mpReachNlri, ornull
if it is not present.AttributesReachBuilder.getMpReachNlri()
Return current value associated with the property corresponding toAttributesReach.getMpReachNlri()
.@NonNull MpReachNlri
AttributesReach.nonnullMpReachNlri()
Return mpReachNlri, or an empty instance if it is not present.Modifier and TypeMethodDescriptionAttributesReachBuilder.setMpReachNlri
(MpReachNlri value) Set the property corresponding toAttributesReach.getMpReachNlri()
to the specified value. -
Uses of MpReachNlri in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MpReachNlri>>
E$$MpReachNlriBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull MpReachNlri
MpReachNlriBuilder.build()
A newMpReachNlri
instance.static @NonNull MpReachNlri
MpReachNlriBuilder.empty()
Get empty instance of MpReachNlri.Modifier and TypeMethodDescriptionstatic boolean
MpReachNlri.bindingEquals
(@NonNull MpReachNlri thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
MpReachNlri.bindingHashCode
(@NonNull MpReachNlri obj) Default implementation ofObject.hashCode()
contract for this interface.static String
MpReachNlri.bindingToString
(@NonNull MpReachNlri obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionMpReachNlriBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<MpReachNlri> augmentation) Add an augmentation to this builder's product.MpReachNlriBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MpReachNlri>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMpReachNlri
.