public class NonPersistentTopicStats extends TopicStats
| 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.
|
List<NonPersistentPublisherStats> |
publishers
List of connected publishers on this topic w/ their stats.
|
Map<String,NonPersistentReplicatorStats> |
replication
Map of replication statistics by remote cluster context.
|
Map<String,NonPersistentSubscriptionStats> |
subscriptions
Map of subscriptions with their individual statistics.
|
averageMsgSize, backlogSize, bytesInCounter, bytesOutCounter, deduplicationStatus, msgChunkPublished, msgInCounter, msgOutCounter, msgRateIn, msgRateOut, msgThroughputIn, msgThroughputOut, nonContiguousDeletedMessagesRanges, nonContiguousDeletedMessagesRangesSerializedSize, offloadedStorageSize, storageSize| Constructor and Description |
|---|
NonPersistentTopicStats() |
| Modifier and Type | Method and Description |
|---|---|
NonPersistentTopicStats |
add(NonPersistentTopicStats stats) |
List<NonPersistentPublisherStats> |
getPublishers() |
Map<String,NonPersistentReplicatorStats> |
getReplication() |
Map<String,NonPersistentSubscriptionStats> |
getSubscriptions() |
void |
reset() |
addpublic double msgDropRate
public List<NonPersistentPublisherStats> publishers
public Map<String,NonPersistentSubscriptionStats> subscriptions
public Map<String,NonPersistentReplicatorStats> replication
public void reset()
reset in class TopicStatspublic NonPersistentTopicStats add(NonPersistentTopicStats stats)
public List<NonPersistentPublisherStats> getPublishers()
public Map<String,NonPersistentSubscriptionStats> getSubscriptions()
public Map<String,NonPersistentReplicatorStats> getReplication()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.