类 NonPersistentPublisherStatsImpl
java.lang.Object
org.apache.pulsar.common.policies.data.stats.PublisherStatsImpl
org.apache.pulsar.common.policies.data.stats.NonPersistentPublisherStatsImpl
- 所有已实现的接口:
NonPersistentPublisherStats,PublisherStats
public class NonPersistentPublisherStatsImpl
extends PublisherStatsImpl
implements NonPersistentPublisherStats
Non-persistent publisher statistics.
-
字段概要
字段修饰符和类型字段说明doublefor non-persistent topic: broker drops msg if publisher publishes messages more than configured max inflight messages per connection.从类继承的字段 org.apache.pulsar.common.policies.data.stats.PublisherStatsImpl
accessMode, averageMsgSize, chunkedMessageRate, metadata, msgRateIn, msgThroughputIn, producerId, supportsPartialProducer -
构造器概要
构造器 -
方法概要
从类继承的方法 org.apache.pulsar.common.policies.data.stats.PublisherStatsImpl
add, getAddress, getClientVersion, getConnectedSince, getProducerName, setAddress, setClientVersion, setConnectedSince, setProducerName从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.pulsar.common.policies.data.NonPersistentPublisherStats
getMsgDropRate从接口继承的方法 org.apache.pulsar.common.policies.data.PublisherStats
getAccessMode, getAddress, getAverageMsgSize, getChunkedMessageRate, getClientVersion, getConnectedSince, getMetadata, getMsgRateIn, getMsgThroughputIn, getProducerId, getProducerName, isSupportsPartialProducer
-
字段详细资料
-
msgDropRate
public double msgDropRatefor non-persistent topic: broker drops msg if publisher publishes messages more than configured max inflight messages per connection.
-
-
构造器详细资料
-
NonPersistentPublisherStatsImpl
public NonPersistentPublisherStatsImpl()
-
-
方法详细资料
-
add
-