接口 NonPersistentReplicatorStats
- 所有超级接口:
ReplicatorStats
Statistics for a non-persistent replicator.
-
方法概要
修饰符和类型方法说明doublefor non-persistent topic: broker drops msg for replicator if replicator connection is not writable.从接口继承的方法 org.apache.pulsar.common.policies.data.ReplicatorStats
getInboundConnectedSince, getInboundConnection, getMsgRateExpired, getMsgRateIn, getMsgRateOut, getMsgThroughputIn, getMsgThroughputOut, getOutboundConnectedSince, getOutboundConnection, getReplicationBacklog, getReplicationDelayInSeconds, isConnected
-
方法详细资料
-
getMsgDropRate
double getMsgDropRate()for non-persistent topic: broker drops msg for replicator if replicator connection is not writable.
-