Interface NonPersistentReplicatorStats
- All Superinterfaces:
ReplicatorStats
Statistics for a non-persistent replicator.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Total number of messages dropped by the broker for the replicator.double
for non-persistent topic: broker drops msg for replicator if replicator connection is not writable.Methods inherited from interface org.apache.pulsar.common.policies.data.ReplicatorStats
getBytesInCount, getBytesOutCount, getInboundConnectedSince, getInboundConnection, getMsgExpiredCount, getMsgInCount, getMsgOutCount, getMsgRateExpired, getMsgRateIn, getMsgRateOut, getMsgThroughputIn, getMsgThroughputOut, getOutboundConnectedSince, getOutboundConnection, getReplicationBacklog, getReplicationDelayInSeconds, isConnected
-
Method Details
-
getMsgDropRate
double getMsgDropRate()for non-persistent topic: broker drops msg for replicator if replicator connection is not writable. -
getMsgDropCount
long getMsgDropCount()Total number of messages dropped by the broker for the replicator.
-