public class TopicStats extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
averageMsgSize
Average size of published messages.
|
String |
deduplicationStatus |
double |
msgRateIn
Total rate of messages published on the topic.
|
double |
msgRateOut
Total rate of messages dispatched for the topic.
|
double |
msgThroughputIn
Total throughput of messages published on the topic.
|
double |
msgThroughputOut
Total throughput of messages dispatched for the topic.
|
List<PublisherStats> |
publishers
List of connected publishers on this topic w/ their stats
|
Map<String,ReplicatorStats> |
replication
Map of replication statistics by remote cluster context
|
long |
storageSize
Space used to store the messages for the topic.
|
Map<String,SubscriptionStats> |
subscriptions
Map of subscriptions with their individual statistics
|
| Constructor and Description |
|---|
TopicStats() |
| Modifier and Type | Method and Description |
|---|---|
TopicStats |
add(TopicStats stats) |
void |
reset() |
public double msgRateIn
public double msgThroughputIn
public double msgRateOut
public double msgThroughputOut
public double averageMsgSize
public long storageSize
public List<PublisherStats> publishers
public Map<String,SubscriptionStats> subscriptions
public Map<String,ReplicatorStats> replication
public String deduplicationStatus
public void reset()
public TopicStats add(TopicStats stats)
Copyright © 2017–2018 Apache Software Foundation. All rights reserved.