Package ntfbenchmark.impl
Class AbstractNtfbenchProducer
- java.lang.Object
-
- ntfbenchmark.impl.AbstractNtfbenchProducer
-
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
NtfbenchBlockingProducer,NtfbenchNonblockingProducer
public abstract class AbstractNtfbenchProducer extends Object implements Runnable
-
-
Field Summary
Fields Modifier and Type Field Description protected intiterationsprotected org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbench.payload.rev150709.Ntfbenchntfprotected intntfErrorprotected intntfOkprotected org.opendaylight.mdsal.binding.api.NotificationPublishServicepublishService
-
Constructor Summary
Constructors Constructor Description AbstractNtfbenchProducer(org.opendaylight.mdsal.binding.api.NotificationPublishService publishService, int iterations, int payloadSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNtfError()Return number of unsuccessful notifications.intgetNtfOk()Return number of successful notifications.
-
-
-
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
-
-