public abstract class AbstractNtfbenchProducer extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected int |
iterations |
protected Ntfbench |
ntf |
protected int |
ntfError |
protected int |
ntfOk |
protected NotificationPublishService |
publishService |
Constructor and Description |
---|
AbstractNtfbenchProducer(NotificationPublishService publishService,
int iterations,
int payloadSize) |
Modifier and Type | Method and Description |
---|---|
int |
getNtfError()
Return number of unsuccessful notifications.
|
int |
getNtfOk()
Return number of successful notifications.
|
protected final NotificationPublishService publishService
protected final int iterations
protected final Ntfbench ntf
protected int ntfOk
protected int ntfError
public AbstractNtfbenchProducer(NotificationPublishService publishService, int iterations, int payloadSize)
Copyright © 2019 OpenDaylight. All rights reserved.