Uses of Interface
org.apache.pulsar.common.policies.data.PublisherStats
-
Packages that use PublisherStats Package Description org.apache.pulsar.common.policies.data Implementation of policies. -
-
Uses of PublisherStats in org.apache.pulsar.common.policies.data
Subinterfaces of PublisherStats in org.apache.pulsar.common.policies.data Modifier and Type Interface Description interfaceNonPersistentPublisherStatsNon-persistent publisher statistics.Methods in org.apache.pulsar.common.policies.data that return types with arguments of type PublisherStats Modifier and Type Method Description java.util.List<? extends PublisherStats>TopicStats. getPublishers()List of connected publishers on this topic w/ their stats.
-