Interface NonPersistentReplicatorStats
-
- All Superinterfaces:
ReplicatorStats
public interface NonPersistentReplicatorStats extends ReplicatorStats
Statistics for a non-persistent replicator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetMsgDropRate()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
-
-