public class NonPersistentPublisherStatsImpl extends PublisherStatsImpl implements NonPersistentPublisherStats
| Modifier and Type | Field and Description |
|---|---|
double |
msgDropRate
for non-persistent topic: broker drops msg if publisher publishes messages more than configured max inflight
messages per connection.
|
accessMode, averageMsgSize, chunkedMessageRate, metadata, msgRateIn, msgThroughputIn, producerId| Constructor and Description |
|---|
NonPersistentPublisherStatsImpl() |
| Modifier and Type | Method and Description |
|---|---|
NonPersistentPublisherStatsImpl |
add(NonPersistentPublisherStatsImpl stats) |
add, getAddress, getClientVersion, getConnectedSince, getProducerName, setAddress, setClientVersion, setConnectedSince, setProducerNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMsgDropRategetAccessMode, getAddress, getAverageMsgSize, getChunkedMessageRate, getClientVersion, getConnectedSince, getMetadata, getMsgRateIn, getMsgThroughputIn, getProducerId, getProducerNamepublic double msgDropRate
public NonPersistentPublisherStatsImpl add(NonPersistentPublisherStatsImpl stats)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.