public interface TopicStats
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageMsgSize()
Average size of published messages (bytes).
|
long |
getBacklogSize()
Get estimated total unconsumed or backlog size in bytes.
|
long |
getBytesInCounter()
Total bytes published to the topic (bytes).
|
long |
getBytesOutCounter()
Total bytes delivered to consumer (bytes).
|
String |
getDeduplicationStatus() |
long |
getMsgInCounter()
Total messages published to the topic (msg).
|
long |
getMsgOutCounter()
Total messages delivered to consumer (msg).
|
double |
getMsgRateIn()
Total rate of messages published on the topic (msg/s).
|
double |
getMsgRateOut()
Total rate of messages dispatched for the topic (msg/s).
|
double |
getMsgThroughputIn()
Total throughput of messages published on the topic (byte/s).
|
double |
getMsgThroughputOut()
Total throughput of messages dispatched for the topic (byte/s).
|
int |
getNonContiguousDeletedMessagesRanges()
The number of non-contiguous deleted messages ranges.
|
int |
getNonContiguousDeletedMessagesRangesSerializedSize()
The serialized size of non-contiguous deleted messages ranges.
|
long |
getOffloadedStorageSize()
Space used to store the offloaded messages for the topic/.
|
List<? extends PublisherStats> |
getPublishers()
List of connected publishers on this topic w/ their stats.
|
Map<String,? extends ReplicatorStats> |
getReplication()
Map of replication statistics by remote cluster context.
|
long |
getStorageSize()
Space used to store the messages for the topic (bytes).
|
Map<String,? extends SubscriptionStats> |
getSubscriptions()
Map of subscriptions with their individual statistics.
|
Long |
getTopicEpoch()
The topic epoch or empty if not set.
|
int |
getWaitingPublishers() |
boolean |
isMsgChunkPublished()
Topic has chunked message published on it.
|
double getMsgRateIn()
double getMsgThroughputIn()
double getMsgRateOut()
double getMsgThroughputOut()
long getBytesInCounter()
long getMsgInCounter()
long getBytesOutCounter()
long getMsgOutCounter()
double getAverageMsgSize()
boolean isMsgChunkPublished()
long getStorageSize()
long getBacklogSize()
long getOffloadedStorageSize()
List<? extends PublisherStats> getPublishers()
int getWaitingPublishers()
Map<String,? extends SubscriptionStats> getSubscriptions()
Map<String,? extends ReplicatorStats> getReplication()
String getDeduplicationStatus()
Long getTopicEpoch()
int getNonContiguousDeletedMessagesRanges()
int getNonContiguousDeletedMessagesRangesSerializedSize()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.