Interface NonPersistentReplicatorStats
- All Superinterfaces:
ReplicatorStats
Statistics for a non-persistent replicator.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
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
getInboundConnectedSince, getInboundConnection, 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.
-