Uses of Interface
org.apache.pulsar.common.policies.data.PartitionedTopicStats
Package
Description
Implementation of policies.
-
Uses of PartitionedTopicStats in org.apache.pulsar.client.admin
Modifier and TypeMethodDescriptiondefault PartitionedTopicStats
Topics.getPartitionedStats
(String topic, boolean perPartition) Topics.getPartitionedStats
(String topic, boolean perPartition, boolean getPreciseBacklog, boolean subscriptionBacklogSize, boolean getEarliestTimeInBacklog) Get the stats for the partitioned topicModifier and TypeMethodDescriptiondefault CompletableFuture<PartitionedTopicStats>
Topics.getPartitionedStatsAsync
(String topic, boolean perPartition) Topics.getPartitionedStatsAsync
(String topic, boolean perPartition, boolean getPreciseBacklog, boolean subscriptionBacklogSize, boolean getEarliestTimeInBacklog) Get the stats for the partitioned topic asynchronously. -
Uses of PartitionedTopicStats in org.apache.pulsar.common.policies.data
Modifier and TypeInterfaceDescriptioninterface
Statistics for a non-persistent partitioned topic.