Class NonPersistentPublisherStatsImpl
java.lang.Object
org.apache.pulsar.common.policies.data.stats.PublisherStatsImpl
org.apache.pulsar.common.policies.data.stats.NonPersistentPublisherStatsImpl
- All Implemented Interfaces:
org.apache.pulsar.common.policies.data.NonPersistentPublisherStats,org.apache.pulsar.common.policies.data.PublisherStats
public class NonPersistentPublisherStatsImpl
extends PublisherStatsImpl
implements org.apache.pulsar.common.policies.data.NonPersistentPublisherStats
Non-persistent publisher statistics.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoublefor non-persistent topic: broker drops msg if publisher publishes messages more than configured max inflight messages per connection.Fields inherited from class org.apache.pulsar.common.policies.data.stats.PublisherStatsImpl
accessMode, averageMsgSize, chunkedMessageRate, metadata, msgRateIn, msgThroughputIn, producerId, supportsPartialProducer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.pulsar.common.policies.data.stats.PublisherStatsImpl
add, getAddress, getClientVersion, getConnectedSince, getProducerName, setAddress, setClientVersion, setConnectedSince, setProducerNameMethods 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.NonPersistentPublisherStats
getMsgDropRateMethods inherited from interface org.apache.pulsar.common.policies.data.PublisherStats
getAccessMode, getAddress, getAverageMsgSize, getChunkedMessageRate, getClientVersion, getConnectedSince, getMetadata, getMsgRateIn, getMsgThroughputIn, getProducerId, getProducerName, isSupportsPartialProducer
-
Field Details
-
msgDropRate
public double msgDropRatefor 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
-
add
-