Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message.bgp.parameters.optional.capabilities.CParameters
Packages that use CParameters
Package
Description
-
Uses of CParameters in org.opendaylight.protocol.bgp.parser
Fields in org.opendaylight.protocol.bgp.parser declared as CParametersModifier and TypeFieldDescriptionstatic final CParameters
BgpExtendedMessageUtil.EXTENDED_MESSAGE_CAPABILITY
Methods in org.opendaylight.protocol.bgp.parser that return CParametersModifier and TypeMethodDescriptionstatic @NonNull CParameters
GracefulRestartUtil.gracefulRestartCapability
(Map<TablesKey, Tables> tables, int restartTime, boolean localRestarting) -
Uses of CParameters in org.opendaylight.protocol.bgp.parser.impl.message.open
Methods in org.opendaylight.protocol.bgp.parser.impl.message.open that return CParametersModifier and TypeMethodDescriptionAddPathCapabilityHandler.parseCapability
(io.netty.buffer.ByteBuf buffer) As4CapabilityHandler.parseCapability
(io.netty.buffer.ByteBuf buffer) BgpExtendedMessageCapabilityHandler.parseCapability
(io.netty.buffer.ByteBuf buffer) GracefulCapabilityHandler.parseCapability
(io.netty.buffer.ByteBuf buffer) LlGracefulCapabilityHandler.parseCapability
(io.netty.buffer.ByteBuf buffer) MultiProtocolCapabilityHandler.parseCapability
(io.netty.buffer.ByteBuf buffer) RouteRefreshCapabilityHandler.parseCapability
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bgp.parser.impl.message.open with parameters of type CParametersModifier and TypeMethodDescriptionvoid
AddPathCapabilityHandler.serializeCapability
(CParameters capability, io.netty.buffer.ByteBuf byteAggregator) void
As4CapabilityHandler.serializeCapability
(CParameters capability, io.netty.buffer.ByteBuf byteAggregator) void
BgpExtendedMessageCapabilityHandler.serializeCapability
(CParameters capability, io.netty.buffer.ByteBuf byteAggregator) void
GracefulCapabilityHandler.serializeCapability
(CParameters capability, io.netty.buffer.ByteBuf byteAggregator) void
LlGracefulCapabilityHandler.serializeCapability
(CParameters capability, io.netty.buffer.ByteBuf byteAggregator) void
MultiProtocolCapabilityHandler.serializeCapability
(CParameters capability, io.netty.buffer.ByteBuf byteAggregator) void
RouteRefreshCapabilityHandler.serializeCapability
(CParameters capability, io.netty.buffer.ByteBuf byteAggregator) -
Uses of CParameters in org.opendaylight.protocol.bgp.parser.spi
Fields in org.opendaylight.protocol.bgp.parser.spi declared as CParametersModifier and TypeFieldDescriptionstatic final CParameters
MultiprotocolCapabilitiesUtil.RR_CAPABILITY
Methods in org.opendaylight.protocol.bgp.parser.spi that return CParametersModifier and TypeMethodDescriptionCapabilityParser.parseCapability
(io.netty.buffer.ByteBuf buffer) CapabilityRegistry.parseCapability
(int type, io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type CParametersModifier and TypeMethodDescriptionvoid
CapabilityRegistry.serializeCapability
(CParameters capability, io.netty.buffer.ByteBuf bytes) void
CapabilitySerializer.serializeCapability
(CParameters capability, io.netty.buffer.ByteBuf byteAggregator) -
Uses of CParameters in org.opendaylight.protocol.bgp.rib.impl.config
Methods in org.opendaylight.protocol.bgp.rib.impl.config that return CParametersModifier and TypeMethodDescriptionstatic CParameters
GracefulRestartUtil.getGracefulCapability
(Map<TablesKey, Boolean> tables, int restartTime, boolean localRestarting) Deprecated.static CParameters
GracefulRestartUtil.getLlGracefulCapability
(Set<BgpPeerUtil.LlGracefulRestartDTO> llGracefulRestarts) Deprecated. -
Uses of CParameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message.bgp.parameters
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message.bgp.parameters that return CParametersModifier and TypeMethodDescriptionOptionalCapabilities.getCParameters()
Return cParameters, ornull
if it is not present.OptionalCapabilitiesBuilder.getCParameters()
Return current value associated with the property corresponding toOptionalCapabilities.getCParameters()
.@NonNull CParameters
OptionalCapabilities.nonnullCParameters()
Return cParameters, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message.bgp.parameters with parameters of type CParametersModifier and TypeMethodDescriptionOptionalCapabilitiesBuilder.setCParameters
(CParameters value) Set the property corresponding toOptionalCapabilities.getCParameters()
to the specified value. -
Uses of CParameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message.bgp.parameters.optional.capabilities
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message.bgp.parameters.optional.capabilities with type parameters of type CParametersModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<CParameters>>
E$$CParametersBuilder.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.bgp.parameters.optional.capabilities that return CParametersModifier and TypeMethodDescription@NonNull CParameters
CParametersBuilder.build()
A newCParameters
instance.static @NonNull CParameters
CParametersBuilder.empty()
Get empty instance of CParameters.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message.bgp.parameters.optional.capabilities that return types with arguments of type CParametersMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message.bgp.parameters.optional.capabilities with parameters of type CParametersModifier and TypeMethodDescriptionstatic boolean
CParameters.bindingEquals
(@NonNull CParameters thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
CParameters.bindingHashCode
(@NonNull CParameters obj) Default implementation ofObject.hashCode()
contract for this interface.static String
CParameters.bindingToString
(@NonNull CParameters 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.bgp.parameters.optional.capabilities with type arguments of type CParametersModifier and TypeMethodDescriptionCParametersBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<CParameters> augmentation) Add an augmentation to this builder's product.CParametersBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CParameters>> 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.bgp.parameters.optional.capabilities with parameters of type CParametersModifierConstructorDescriptionConstruct a builder initialized with state from specifiedCParameters
.