类 ReplicatorStatsImpl

java.lang.Object
org.apache.pulsar.common.policies.data.stats.ReplicatorStatsImpl
所有已实现的接口:
org.apache.pulsar.common.policies.data.ReplicatorStats
直接已知子类:
NonPersistentReplicatorStatsImpl

public class ReplicatorStatsImpl extends Object implements org.apache.pulsar.common.policies.data.ReplicatorStats
Statistics about a replicator.
  • 字段详细资料

    • msgRateIn

      public double msgRateIn
      Total rate of messages received from the remote cluster (msg/s).
    • msgThroughputIn

      public double msgThroughputIn
      Total throughput received from the remote cluster (bytes/s).
    • msgRateOut

      public double msgRateOut
      Total rate of messages delivered to the replication-subscriber (msg/s).
    • msgThroughputOut

      public double msgThroughputOut
      Total throughput delivered to the replication-subscriber (bytes/s).
    • msgRateExpired

      public double msgRateExpired
      Total rate of messages expired (msg/s).
    • replicationBacklog

      public long replicationBacklog
      Number of messages pending to be replicated to remote cluster.
    • connected

      public boolean connected
      is the replication-subscriber up and running to replicate to remote cluster.
    • replicationDelayInSeconds

      public long replicationDelayInSeconds
      Time in seconds from the time a message was produced to the time when it is about to be replicated.
    • inboundConnection

      public String inboundConnection
      Address of incoming replication connection.
    • inboundConnectedSince

      public String inboundConnectedSince
      Timestamp of incoming connection establishment time.
    • outboundConnection

      public String outboundConnection
      Address of outbound replication connection.
    • outboundConnectedSince

      public String outboundConnectedSince
      Timestamp of outbound connection establishment time.
  • 构造器详细资料

    • ReplicatorStatsImpl

      public ReplicatorStatsImpl()
  • 方法详细资料