public interface NonPersistentTopicStats extends TopicStats
| Modifier and Type | Method and Description |
|---|---|
double |
getMsgDropRate()
for non-persistent topic: broker drops msg if publisher publishes messages more than configured max inflight
messages per connection.
|
List<? extends NonPersistentPublisherStats> |
getPublishers()
List of connected publishers on this topic w/ their stats.
|
Map<String,? extends NonPersistentReplicatorStats> |
getReplication()
Map of replication statistics by remote cluster context.
|
Map<String,? extends NonPersistentSubscriptionStats> |
getSubscriptions()
Map of subscriptions with their individual statistics.
|
getAverageMsgSize, getBacklogSize, getBytesInCounter, getBytesOutCounter, getDeduplicationStatus, getMsgInCounter, getMsgOutCounter, getMsgRateIn, getMsgRateOut, getMsgThroughputIn, getMsgThroughputOut, getNonContiguousDeletedMessagesRanges, getNonContiguousDeletedMessagesRangesSerializedSize, getOffloadedStorageSize, getStorageSize, getTopicEpoch, getWaitingPublishers, isMsgChunkPublisheddouble getMsgDropRate()
List<? extends NonPersistentPublisherStats> getPublishers()
getPublishers in interface TopicStatsMap<String,? extends NonPersistentSubscriptionStats> getSubscriptions()
getSubscriptions in interface TopicStatsMap<String,? extends NonPersistentReplicatorStats> getReplication()
getReplication in interface TopicStatsCopyright © 2017–2021 Apache Software Foundation. All rights reserved.