Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.Tlv
Packages that use Tlv
Package
Description
-
Uses of Tlv in org.opendaylight.protocol.bmp.parser.message
Methods in org.opendaylight.protocol.bmp.parser.message with parameters of type TlvModifier and TypeMethodDescriptionprotected void
InitiationHandler.addTlv
(TlvsBuilder builder, Tlv tlv) protected void
PeerUpHandler.addTlv
(InformationBuilder builder, Tlv tlv) protected void
RouteMirroringMessageHandler.addTlv
(TlvsBuilder builder, Tlv tlv) protected void
StatisticsReportHandler.addTlv
(TlvsBuilder builder, Tlv tlv) protected void
TerminationHandler.addTlv
(TlvsBuilder builder, Tlv tlv) -
Uses of Tlv in org.opendaylight.protocol.bmp.parser.tlv
Methods in org.opendaylight.protocol.bmp.parser.tlv that return TlvModifier and TypeMethodDescriptionDescriptionTlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) MirrorInformationTlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) NameTlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) ReasonTlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) StatType000TlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) StatType001TlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) StatType002TlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) StatType003TlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) StatType004TlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) StatType005TlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) StatType006TlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) StatType007TlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) StatType008TlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) StatType009TlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) StatType010TlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) StatType011TlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) StatType012TlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) StatType013TlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) StringTlvHandler.parseTlv
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bmp.parser.tlv with parameters of type TlvModifier and TypeMethodDescriptionvoid
DescriptionTlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
MirrorInformationTlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
NameTlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
ReasonTlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
StatType000TlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
StatType001TlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
StatType002TlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
StatType003TlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
StatType004TlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
StatType005TlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
StatType006TlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
StatType007TlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
StatType008TlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
StatType009TlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
StatType010TlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
StatType011TlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
StatType012TlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
StatType013TlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) void
StringTlvHandler.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) -
Uses of Tlv in org.opendaylight.protocol.bmp.spi.parser
Methods in org.opendaylight.protocol.bmp.spi.parser that return TlvModifier and TypeMethodDescriptionBmpTlvParser.parseTlv
(io.netty.buffer.ByteBuf buffer) BmpTlvRegistry.parseTlv
(int tlvType, io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bmp.spi.parser with parameters of type TlvModifier and TypeMethodDescriptionprotected void
protected final void
AbstractBmpMessageWithTlvParser.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf buffer) void
BmpTlvSerializer.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) -
Uses of Tlv in org.opendaylight.protocol.bmp.spi.registry
Methods in org.opendaylight.protocol.bmp.spi.registry that return TlvModifier and TypeMethodDescriptionSimpleBmpTlvRegistry.parseTlv
(int tlvType, io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bmp.spi.registry with parameters of type TlvModifier and TypeMethodDescriptionvoid
SimpleBmpTlvRegistry.serializeTlv
(Tlv tlv, io.netty.buffer.ByteBuf output) Method parameters in org.opendaylight.protocol.bmp.spi.registry with type arguments of type TlvModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
BmpExtensionProviderContext.registerBmpInitiationTlvSerializer
(Class<? extends Tlv> tlvClass, BmpTlvSerializer serializer) org.opendaylight.yangtools.concepts.Registration
SimpleBmpExtensionProviderContext.registerBmpInitiationTlvSerializer
(Class<? extends Tlv> tlvClass, BmpTlvSerializer serializer) org.opendaylight.yangtools.concepts.Registration
BmpExtensionProviderContext.registerBmpPeerUpTlvSerializer
(Class<? extends Tlv> tlvClass, BmpTlvSerializer serializer) org.opendaylight.yangtools.concepts.Registration
SimpleBmpExtensionProviderContext.registerBmpPeerUpTlvSerializer
(Class<? extends Tlv> tlvClass, BmpTlvSerializer serializer) org.opendaylight.yangtools.concepts.Registration
BmpExtensionProviderContext.registerBmpRouteMirroringTlvSerializer
(Class<? extends Tlv> tlvClass, BmpTlvSerializer serializer) org.opendaylight.yangtools.concepts.Registration
SimpleBmpExtensionProviderContext.registerBmpRouteMirroringTlvSerializer
(Class<? extends Tlv> tlvClass, BmpTlvSerializer serializer) org.opendaylight.yangtools.concepts.Registration
BmpExtensionProviderContext.registerBmpStatisticsTlvSerializer
(Class<? extends Tlv> tlvClass, BmpTlvSerializer serializer) org.opendaylight.yangtools.concepts.Registration
SimpleBmpExtensionProviderContext.registerBmpStatisticsTlvSerializer
(Class<? extends Tlv> tlvClass, BmpTlvSerializer serializer) org.opendaylight.yangtools.concepts.Registration
BmpExtensionProviderContext.registerBmpTerminationTlvSerializer
(Class<? extends Tlv> tlvClass, BmpTlvSerializer serializer) org.opendaylight.yangtools.concepts.Registration
SimpleBmpExtensionProviderContext.registerBmpTerminationTlvSerializer
(Class<? extends Tlv> tlvClass, BmpTlvSerializer serializer) org.opendaylight.yangtools.concepts.Registration
BmpTlvRegistrator.registerBmpTlvSerializer
(Class<? extends Tlv> tlvClass, BmpTlvSerializer serializer) org.opendaylight.yangtools.concepts.Registration
SimpleBmpTlvRegistry.registerBmpTlvSerializer
(Class<? extends Tlv> tlvClass, BmpTlvSerializer serializer) -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120Modifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module bmp-messageinterface
This class represents the following YANG schema fragment defined in module bmp-messageinterface
This class represents the following YANG schema fragment defined in module bmp-messageMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120 that return types with arguments of type Tlv -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.description.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.description.tlvConstructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.description.tlv with parameters of type TlvModifierConstructorDescriptionDescriptionTlvBuilder
(Tlv arg) Construct a new builder initialized from specifiedTlv
. -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.information.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.information.tlvConstructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.information.tlv with parameters of type Tlv -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.pdu.tlvs
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.pdu.tlvsModifier and TypeInterfaceDescriptioninterface
This class represents the following YANG schema fragment defined in module bmp-messageinterface
This class represents the following YANG schema fragment defined in module bmp-messageConstructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.pdu.tlvs with parameters of type TlvModifierConstructorDescriptionPduOpenTlvBuilder
(Tlv arg) Construct a new builder initialized from specifiedTlv
.PduUpdateTlvBuilder
(Tlv arg) Construct a new builder initialized from specifiedTlv
. -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.name.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.name.tlvConstructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.name.tlv with parameters of type TlvModifierConstructorDescriptionNameTlvBuilder
(Tlv arg) Construct a new builder initialized from specifiedTlv
. -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.reason.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.reason.tlvConstructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.reason.tlv with parameters of type TlvModifierConstructorDescriptionReasonTlvBuilder
(Tlv arg) Construct a new builder initialized from specifiedTlv
. -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvs
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvsModifier and TypeInterfaceDescriptioninterface
Stat Type = 7: (64-bit Gauge) Number of routes in Adj-RIBs-In.interface
Stat Type = 1: (32-bit Counter) Number of (known) duplicate prefix advertisements.interface
Stat Type = 13: (32-bit Counter) Number of duplicate update messages received.interface
Stat Type = 2: (32-bit Counter) Number of (known) duplicate withdraws.interface
Stat Type = 6: (32-bit Counter) Number of updates invalidated due to AS_CONFED loop.interface
Stat Type = 4: (32-bit Counter) Number of updates invalidated due to AS_PATH loop.interface
Stat Type = 3: (32-bit Counter) Number of updates invalidated due to CLUSTER_LIST loop.interface
Stat Type = 5: (32-bit Counter) Number of updates invalidated due to ORIGINATOR_ID.interface
Stat Type = 8: (64-bit Gauge) Number of routes in Loc-RIB.interface
Stat Type = 9: Number of routes in per-AFI/SAFI Adj-RIB-In.interface
Stat Type = 10: Number of routes in per-AFI/SAFI Loc-RIB.interface
Stat Type = 12: (32-bit Counter) Number of prefixes subjected to treat-as-withdraw treatment.interface
Stat Type = 0: (32-bit Counter) Number of prefixes rejected by inbound policy.interface
Stat Type = 11: (32-bit Counter) Number of updates subjected to treat-as-withdraw treatment.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.tlvs with parameters of type TlvModifierConstructorDescriptionConstruct a new builder initialized from specifiedTlv
.Construct a new builder initialized from specifiedTlv
.Construct a new builder initialized from specifiedTlv
.Construct a new builder initialized from specifiedTlv
.Construct a new builder initialized from specifiedTlv
.Construct a new builder initialized from specifiedTlv
.Construct a new builder initialized from specifiedTlv
.Construct a new builder initialized from specifiedTlv
.Construct a new builder initialized from specifiedTlv
.Construct a new builder initialized from specifiedTlv
.Construct a new builder initialized from specifiedTlv
.Construct a new builder initialized from specifiedTlv
.Construct a new builder initialized from specifiedTlv
.Construct a new builder initialized from specifiedTlv
. -
Uses of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.string.tlv
Subinterfaces of Tlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.string.tlvConstructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.string.tlv with parameters of type TlvModifierConstructorDescriptionStringTlvBuilder
(Tlv arg) Construct a new builder initialized from specifiedTlv
.