Uses of Interface
org.apache.pulsar.common.policies.data.TopicStats
Package
Description
Implementation of policies.
-
Uses of TopicStats in org.apache.pulsar.client.admin
Modifier 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.Modifier 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.Topics.getStatsAsync
(String topic, GetStatsOptions getStatsOptions) -
Uses of TopicStats in org.apache.pulsar.common.policies.data
Modifier and TypeInterfaceDescriptioninterface
Statistics for a non-persistent partitioned topic.interface
Statistics for a non-persistent topic.interface
Statistics for a partitioned topic.Modifier and TypeMethodDescriptionMap<String,
? extends TopicStats> PartitionedTopicStats.getPartitions()