Uses of Class
org.apache.pulsar.common.policies.data.PersistentTopicInternalStats
Packages that use PersistentTopicInternalStats
Package
Description
Implementation of policies.
-
Uses of PersistentTopicInternalStats in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return PersistentTopicInternalStatsModifier and TypeMethodDescriptionNonPersistentTopics.getInternalStats
(String topic) Deprecated.Get the internal stats for the topic.Topics.getInternalStats
(String topic) Get the internal stats for the topic.Topics.getInternalStats
(String topic, boolean metadata) Get the internal stats for the topic.Methods in org.apache.pulsar.client.admin that return types with arguments of type PersistentTopicInternalStatsModifier and TypeMethodDescriptionNonPersistentTopics.getInternalStatsAsync
(String topic) Deprecated.Get the internal stats for the topic asynchronously.Topics.getInternalStatsAsync
(String topic) Get the internal stats for the topic asynchronously.Topics.getInternalStatsAsync
(String topic, boolean metadata) Get the internal stats for the topic asynchronously. -
Uses of PersistentTopicInternalStats in org.apache.pulsar.common.policies.data
Fields in org.apache.pulsar.common.policies.data with type parameters of type PersistentTopicInternalStats