Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer.StatsBuilder
Package
Description
-
Uses of StatsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer
Modifier and TypeMethodDescriptionStatsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Stats> augmentation) Add an augmentation to this builder's product.StatsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Stats>> augmentationType) Remove an augmentation from this builder's product.StatsBuilder.setAdjRibsInRoutes
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Gauge64 value) Set the property corresponding toStats.getAdjRibsInRoutes()
to the specified value.StatsBuilder.setDuplicatePrefixAdvertisements
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 value) Set the property corresponding toStats.getDuplicatePrefixAdvertisements()
to the specified value.StatsBuilder.setDuplicateUpdates
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 value) Set the property corresponding toStats.getDuplicateUpdates()
to the specified value.StatsBuilder.setDuplicateWithdraws
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 value) Set the property corresponding toStats.getDuplicateWithdraws()
to the specified value.StatsBuilder.setInvalidatedAsConfedLoop
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 value) Set the property corresponding toStats.getInvalidatedAsConfedLoop()
to the specified value.StatsBuilder.setInvalidatedAsPathLoop
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 value) Set the property corresponding toStats.getInvalidatedAsPathLoop()
to the specified value.StatsBuilder.setInvalidatedClusterListLoop
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 value) Set the property corresponding toStats.getInvalidatedClusterListLoop()
to the specified value.StatsBuilder.setInvalidatedOriginatorId
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 value) Set the property corresponding toStats.getInvalidatedOriginatorId()
to the specified value.StatsBuilder.setLocRibRoutes
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Gauge64 value) Set the property corresponding toStats.getLocRibRoutes()
to the specified value.StatsBuilder.setPerAfiSafiAdjRibInRoutes
(PerAfiSafiAdjRibInRoutes value) Set the property corresponding toStats.getPerAfiSafiAdjRibInRoutes()
to the specified value.StatsBuilder.setPerAfiSafiLocRibRoutes
(PerAfiSafiLocRibRoutes value) Set the property corresponding toStats.getPerAfiSafiLocRibRoutes()
to the specified value.StatsBuilder.setPrefixesTreatedAsWithdraw
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 value) Set the property corresponding toStats.getPrefixesTreatedAsWithdraw()
to the specified value.StatsBuilder.setRejectedPrefixes
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 value) Set the property corresponding toStats.getRejectedPrefixes()
to the specified value.StatsBuilder.setTimestampMicro
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Timestamp value) Set the property corresponding toTimestamp.getTimestampMicro()
to the specified value.StatsBuilder.setTimestampSec
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Timestamp value) Set the property corresponding toTimestamp.getTimestampSec()
to the specified value.StatsBuilder.setUpdatesTreatedAsWithdraw
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 value) Set the property corresponding toStats.getUpdatesTreatedAsWithdraw()
to the specified value.