Class NonPersistentPublisherStatsImpl

java.lang.Object
org.apache.pulsar.common.policies.data.stats.PublisherStatsImpl
org.apache.pulsar.common.policies.data.stats.NonPersistentPublisherStatsImpl
All Implemented Interfaces:
NonPersistentPublisherStats, PublisherStats

public class NonPersistentPublisherStatsImpl extends PublisherStatsImpl implements NonPersistentPublisherStats
Non-persistent publisher statistics.
  • Field Details

    • msgDropRate

      public double msgDropRate
      for non-persistent topic: broker drops msg if publisher publishes messages more than configured max inflight messages per connection.
  • Constructor Details

    • NonPersistentPublisherStatsImpl

      public NonPersistentPublisherStatsImpl()
  • Method Details