Class NonPersistentReplicatorStatsImpl
java.lang.Object
org.apache.pulsar.common.policies.data.stats.ReplicatorStatsImpl
org.apache.pulsar.common.policies.data.stats.NonPersistentReplicatorStatsImpl
- All Implemented Interfaces:
org.apache.pulsar.common.policies.data.NonPersistentReplicatorStats,org.apache.pulsar.common.policies.data.ReplicatorStats
public class NonPersistentReplicatorStatsImpl
extends ReplicatorStatsImpl
implements org.apache.pulsar.common.policies.data.NonPersistentReplicatorStats
Statistics for a non-persistent replicator.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoublefor non-persistent topic: broker drops msg for replicator if replicator connection is not writable.Fields inherited from class org.apache.pulsar.common.policies.data.stats.ReplicatorStatsImpl
connected, inboundConnectedSince, inboundConnection, msgRateExpired, msgRateIn, msgRateOut, msgThroughputIn, msgThroughputOut, outboundConnectedSince, outboundConnection, replicationBacklog, replicationDelayInSeconds -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.pulsar.common.policies.data.stats.ReplicatorStatsImpl
addMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pulsar.common.policies.data.NonPersistentReplicatorStats
getMsgDropRateMethods inherited from interface org.apache.pulsar.common.policies.data.ReplicatorStats
getInboundConnectedSince, getInboundConnection, getMsgRateExpired, getMsgRateIn, getMsgRateOut, getMsgThroughputIn, getMsgThroughputOut, getOutboundConnectedSince, getOutboundConnection, getReplicationBacklog, getReplicationDelayInSeconds, isConnected
-
Field Details
-
msgDropRate
public double msgDropRatefor non-persistent topic: broker drops msg for replicator if replicator connection is not writable.
-
-
Constructor Details
-
NonPersistentReplicatorStatsImpl
public NonPersistentReplicatorStatsImpl()
-
-
Method Details
-
add
-