Uses of Interface
org.apache.pulsar.common.policies.data.TopicStats
Packages that use TopicStats
Package
Description
Implementation of policies.
-
Uses of TopicStats in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return TopicStatsModifier and TypeMethodDescriptiondefault TopicStats
default TopicStats
default TopicStats
default TopicStats
Topics.getStats
(String topic, boolean getPreciseBacklog, boolean subscriptionBacklogSize, boolean getEarliestTimeInBacklog) Topics.getStats
(String topic, GetStatsOptions getStatsOptions) Get the stats for the topic.Methods in org.apache.pulsar.client.admin that return types with arguments of type TopicStatsModifier and TypeMethodDescriptiondefault CompletableFuture<TopicStats>
Topics.getStatsAsync
(String topic) Topics.getStatsAsync
(String topic, boolean getPreciseBacklog, boolean subscriptionBacklogSize, boolean getEarliestTimeInBacklog) Get the stats for the topic asynchronously. -
Uses of TopicStats in org.apache.pulsar.common.policies.data
Subinterfaces of TopicStats in org.apache.pulsar.common.policies.dataModifier and TypeInterfaceDescriptioninterface
Statistics for a non-persistent partitioned topic.interface
Statistics for a non-persistent topic.interface
Statistics for a partitioned topic.Methods in org.apache.pulsar.common.policies.data that return TopicStatsMethods in org.apache.pulsar.common.policies.data that return types with arguments of type TopicStatsModifier and TypeMethodDescriptionMap<String,
? extends TopicStats> PartitionedTopicStats.getPartitions()
Methods in org.apache.pulsar.common.policies.data with parameters of type TopicStats