Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability.AddressFamilies
Packages that use AddressFamilies
Package
Description
-
Uses of AddressFamilies in org.opendaylight.protocol.bgp.parser.spi.pojo
Method parameters in org.opendaylight.protocol.bgp.parser.spi.pojo with type arguments of type AddressFamiliesModifier and TypeMethodDescriptionstatic MultiPathSupport
MultiPathSupportImpl.createParserMultiPathSupport
(@NonNull List<AddressFamilies> addPathCapabilities) Creates instance ofMultiPathSupport
holder to be used as a parser constraint, hence only "send" add-path capabilities are taken into the account. -
Uses of AddressFamilies in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl that return types with arguments of type AddressFamilies -
Uses of AddressFamilies in org.opendaylight.protocol.bgp.rib.spi
Methods in org.opendaylight.protocol.bgp.rib.spi that return types with arguments of type AddressFamiliesModifier and TypeMethodDescription@NonNull List
<AddressFamilies> BGPSession.getAdvertisedAddPathTableTypes()
Return a list with Add Path tables supported advertised and corresponding SendReceive mode. -
Uses of AddressFamilies in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities that return types with arguments of type AddressFamiliesModifier and TypeMethodDescription@Nullable List
<AddressFamilies> AddPathCapability.getAddressFamilies()
Return addressFamilies, ornull
if it is not present.AddPathCapabilityBuilder.getAddressFamilies()
Return current value associated with the property corresponding toAddPathCapability.getAddressFamilies()
.default @NonNull List
<AddressFamilies> AddPathCapability.nonnullAddressFamilies()
Return addressFamilies, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities with type arguments of type AddressFamiliesModifier and TypeMethodDescriptionAddPathCapabilityBuilder.setAddressFamilies
(List<AddressFamilies> values) Set the property corresponding toAddPathCapability.getAddressFamilies()
to the specified value. -
Uses of AddressFamilies in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability with type parameters of type AddressFamiliesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<AddressFamilies>>
E$$AddressFamiliesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability that return AddressFamiliesModifier and TypeMethodDescription@NonNull AddressFamilies
AddressFamiliesBuilder.build()
A newAddressFamilies
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability that return types with arguments of type AddressFamiliesModifier and TypeMethodDescriptiondefault Class
<AddressFamilies> AddressFamilies.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability with parameters of type AddressFamiliesModifier and TypeMethodDescriptionstatic boolean
AddressFamilies.bindingEquals
(@NonNull AddressFamilies thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
AddressFamilies.bindingHashCode
(@NonNull AddressFamilies obj) Default implementation ofObject.hashCode()
contract for this interface.static String
AddressFamilies.bindingToString
(@NonNull AddressFamilies obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability with type arguments of type AddressFamiliesModifier and TypeMethodDescriptionAddressFamiliesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<AddressFamilies> augmentation) Add an augmentation to this builder's product.AddressFamiliesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<AddressFamilies>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability with parameters of type AddressFamiliesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedAddressFamilies
.