接口 NonPersistentPublisherStats
- 所有超级接口:
PublisherStats
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.PublisherStats
getAccessMode, getAddress, getAverageMsgSize, getChunkedMessageRate, getClientVersion, getConnectedSince, getMetadata, getMsgRateIn, getMsgThroughputIn, getProducerId, getProducerName, isSupportsPartialProducer
-
方法详细资料
-
getMsgDropRate
double getMsgDropRate()for non-persistent topic: broker drops msg if publisher publishes messages more than configured max inflight messages per connection.
-