Uses of Interface
org.apache.pulsar.client.api.ProducerStats
Packages that use ProducerStats
-
Uses of ProducerStats in org.apache.pulsar.client.api
Subinterfaces of ProducerStats in org.apache.pulsar.client.apiModifier and TypeInterfaceDescriptioninterface
Partitioned topic Producer statistics recorded by client.Methods in org.apache.pulsar.client.api that return ProducerStatsModifier and TypeMethodDescriptionConsumerStats.getDeadLetterProducerStats()
Deprecated.ConsumerStats.getRetryLetterProducerStats()
Deprecated.Producer.getStats()
Get statistics for the producer.Methods in org.apache.pulsar.client.api that return types with arguments of type ProducerStatsModifier and TypeMethodDescriptionPartitionedTopicProducerStats.getPartitionStats()
default Map
<String, ProducerStats> ProducerStats.getPartitionStats()
Deprecated.