类 NonPersistentReplicatorStatsImpl
java.lang.Object
org.apache.pulsar.common.policies.data.stats.ReplicatorStatsImpl
org.apache.pulsar.common.policies.data.stats.NonPersistentReplicatorStatsImpl
- 所有已实现的接口:
NonPersistentReplicatorStats,ReplicatorStats
public class NonPersistentReplicatorStatsImpl
extends ReplicatorStatsImpl
implements NonPersistentReplicatorStats
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.stats.ReplicatorStatsImpl
connected, inboundConnectedSince, inboundConnection, msgRateExpired, msgRateIn, msgRateOut, msgThroughputIn, msgThroughputOut, outboundConnectedSince, outboundConnection, replicationBacklog, replicationDelayInSeconds -
构造器概要
构造器 -
方法概要
从类继承的方法 org.apache.pulsar.common.policies.data.stats.ReplicatorStatsImpl
add从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.pulsar.common.policies.data.NonPersistentReplicatorStats
getMsgDropRate从接口继承的方法 org.apache.pulsar.common.policies.data.ReplicatorStats
getInboundConnectedSince, getInboundConnection, getMsgRateExpired, getMsgRateIn, getMsgRateOut, getMsgThroughputIn, getMsgThroughputOut, getOutboundConnectedSince, getOutboundConnection, getReplicationBacklog, getReplicationDelayInSeconds, isConnected
-
字段详细资料
-
msgDropRate
public double msgDropRatefor non-persistent topic: broker drops msg for replicator if replicator connection is not writable.
-
-
构造器详细资料
-
NonPersistentReplicatorStatsImpl
public NonPersistentReplicatorStatsImpl()
-
-
方法详细资料
-
add
-