Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message.BgpParameters
Packages that use BgpParameters
Package
Description
-
Uses of BgpParameters in org.opendaylight.protocol.bgp.parser.impl.message.open
Methods in org.opendaylight.protocol.bgp.parser.impl.message.open that return BgpParametersModifier and TypeMethodDescriptionCapabilityParameterParser.parseParameter(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bgp.parser.impl.message.open with parameters of type BgpParametersModifier and TypeMethodDescriptionvoidCapabilityParameterParser.serializeExtendedParameter(BgpParameters parameter, io.netty.buffer.ByteBuf output) voidCapabilityParameterParser.serializeParameter(BgpParameters parameter, io.netty.buffer.ByteBuf output) -
Uses of BgpParameters in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that return BgpParametersMethods in org.opendaylight.protocol.bgp.parser.spi with parameters of type BgpParametersModifier and TypeMethodDescriptionParameterRegistry.findSerializer(BgpParameters parameter) Find a serializer for specified parameter.voidParameterSerializer.serializeExtendedParameter(BgpParameters parameter, io.netty.buffer.ByteBuf output) Serialize parameter using Extended Optional Parameters Length encoding.voidParameterSerializer.serializeParameter(BgpParameters parameter, io.netty.buffer.ByteBuf output) Serialize parameter using RFC4271 encoding.Method parameters in org.opendaylight.protocol.bgp.parser.spi with type arguments of type BgpParametersModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.RegistrationBGPExtensionProviderContext.registerParameterSerializer(Class<? extends BgpParameters> paramClass, ParameterSerializer serializer) -
Uses of BgpParameters in org.opendaylight.protocol.bgp.parser.spi.pojo
Method parameters in org.opendaylight.protocol.bgp.parser.spi.pojo with type arguments of type BgpParametersModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.RegistrationSimpleBGPExtensionProviderContext.registerParameterSerializer(Class<? extends BgpParameters> paramClass, ParameterSerializer serializer) -
Uses of BgpParameters in org.opendaylight.protocol.bgp.rib.impl.config
Methods in org.opendaylight.protocol.bgp.rib.impl.config that return BgpParametersModifier and TypeMethodDescriptionstatic BgpParametersGracefulRestartUtil.getGracefulBgpParameters(List<OptionalCapabilities> fixedCapabilities, Set<TablesKey> gracefulTables, Set<TablesKey> preservedTables, int gracefulRestartTimer, boolean localRestarting, Map<TablesKey, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.types.rev171204.Uint24> llGraceful, Predicate<TablesKey> llGracefulForwarding) Deprecated. -
Uses of BgpParameters in org.opendaylight.protocol.bgp.rib.impl.spi
Methods in org.opendaylight.protocol.bgp.rib.impl.spi that return types with arguments of type BgpParametersModifier and TypeMethodDescriptionBGPSessionPreferences.getParams()Gets a list of advertised bgp parameters.Method parameters in org.opendaylight.protocol.bgp.rib.impl.spi with type arguments of type BgpParametersModifier and TypeMethodDescriptionvoidBGPSessionStateListener.advertizeCapabilities(int holdTimerValue, @NonNull SocketAddress remoteAddress, @NonNull SocketAddress localAddress, @NonNull Set<BgpTableType> tableTypes, @NonNull List<BgpParameters> bgpParameters) Advertize Session capabilities.Constructor parameters in org.opendaylight.protocol.bgp.rib.impl.spi with type arguments of type BgpParametersModifierConstructorDescriptionBGPSessionPreferences(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber as, int hold, BgpId bgpId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber remoteAs, List<BgpParameters> params) BGPSessionPreferences(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber as, int hold, BgpId bgpId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber remoteAs, List<BgpParameters> params, Optional<byte[]> md5Password) Creates a new DTO for Open message. -
Uses of BgpParameters in org.opendaylight.protocol.bgp.rib.impl.state
Method parameters in org.opendaylight.protocol.bgp.rib.impl.state with type arguments of type BgpParametersModifier and TypeMethodDescriptionvoidBGPSessionStateImpl.advertizeCapabilities(int newHoldTimerValue, SocketAddress newRemoteAddress, SocketAddress localAddress, Set<BgpTableType> tableTypes, List<BgpParameters> bgpParameters) -
Uses of BgpParameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120 that return types with arguments of type BgpParametersModifier and TypeMethodDescriptionOpenBuilder.getBgpParameters()Return current value associated with the property corresponding toOpenMessage.getBgpParameters().@Nullable List<BgpParameters> OpenMessage.getBgpParameters()Return bgpParameters, ornullif it is not present.default @NonNull List<BgpParameters> OpenMessage.nonnullBgpParameters()Return bgpParameters, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120 with type arguments of type BgpParametersModifier and TypeMethodDescriptionOpenBuilder.setBgpParameters(List<BgpParameters> values) Set the property corresponding toOpenMessage.getBgpParameters()to the specified value. -
Uses of BgpParameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message with type parameters of type BgpParametersModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<BgpParameters>>
E$$BgpParametersBuilder.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.message.rev200120.open.message that return BgpParametersModifier and TypeMethodDescription@NonNull BgpParametersBgpParametersBuilder.build()A newBgpParametersinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message that return types with arguments of type BgpParametersModifier and TypeMethodDescriptiondefault Class<BgpParameters> BgpParameters.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message with parameters of type BgpParametersModifier and TypeMethodDescriptionstatic booleanBgpParameters.bindingEquals(@NonNull BgpParameters thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intBgpParameters.bindingHashCode(@NonNull BgpParameters obj) Default implementation ofObject.hashCode()contract for this interface.static StringBgpParameters.bindingToString(@NonNull BgpParameters obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message with type arguments of type BgpParametersModifier and TypeMethodDescriptionBgpParametersBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<BgpParameters> augmentation) Add an augmentation to this builder's product.BgpParametersBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<BgpParameters>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message with parameters of type BgpParametersModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBgpParameters. -
Uses of BgpParameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.pdu.tlvs
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.pdu.tlvs that return types with arguments of type BgpParametersModifier and TypeMethodDescriptionPduOpenTlvBuilder.getBgpParameters()Return current value associated with the property corresponding toOpenMessage.getBgpParameters().Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.pdu.tlvs with type arguments of type BgpParametersModifier and TypeMethodDescriptionPduOpenTlvBuilder.setBgpParameters(List<BgpParameters> values) Set the property corresponding toOpenMessage.getBgpParameters()to the specified value. -
Uses of BgpParameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up that return types with arguments of type BgpParametersModifier and TypeMethodDescriptionReceivedOpenBuilder.getBgpParameters()Return current value associated with the property corresponding toOpenMessage.getBgpParameters().SentOpenBuilder.getBgpParameters()Return current value associated with the property corresponding toOpenMessage.getBgpParameters().Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up with type arguments of type BgpParametersModifier and TypeMethodDescriptionReceivedOpenBuilder.setBgpParameters(List<BgpParameters> values) Set the property corresponding toOpenMessage.getBgpParameters()to the specified value.SentOpenBuilder.setBgpParameters(List<BgpParameters> values) Set the property corresponding toOpenMessage.getBgpParameters()to the specified value.