接口 NonPersistentReplicatorStats
-
- 所有超级接口:
ReplicatorStats
public interface NonPersistentReplicatorStats extends ReplicatorStats
Statistics for a non-persistent replicator.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 doublegetMsgDropRate()for 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
-
-