Class AbstractNtfbenchProducer

    • Field Detail

      • publishService

        protected final org.opendaylight.mdsal.binding.api.NotificationPublishService publishService
      • iterations

        protected final int iterations
      • ntf

        protected final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbench.payload.rev150709.Ntfbench ntf
      • ntfOk

        protected int ntfOk
      • ntfError

        protected int ntfError
    • Constructor Detail

      • AbstractNtfbenchProducer

        public AbstractNtfbenchProducer​(org.opendaylight.mdsal.binding.api.NotificationPublishService publishService,
                                        int iterations,
                                        int payloadSize)
    • Method Detail

      • getNtfOk

        public int getNtfOk()
        Return number of successful notifications.
        Returns:
        the ntfOk
      • getNtfError

        public int getNtfError()
        Return number of unsuccessful notifications.
        Returns:
        the ntfError