Uses of Interface
org.apache.pulsar.common.policies.data.PartitionedTopicStats
-
Packages that use PartitionedTopicStats Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of PartitionedTopicStats in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return PartitionedTopicStats Modifier and Type Method Description default PartitionedTopicStatsTopics. getPartitionedStats(java.lang.String topic, boolean perPartition)PartitionedTopicStatsTopics. getPartitionedStats(java.lang.String topic, boolean perPartition, boolean getPreciseBacklog, boolean subscriptionBacklogSize)Get the stats for the partitioned topicMethods in org.apache.pulsar.client.admin that return types with arguments of type PartitionedTopicStats Modifier and Type Method Description default java.util.concurrent.CompletableFuture<PartitionedTopicStats>Topics. getPartitionedStatsAsync(java.lang.String topic, boolean perPartition)java.util.concurrent.CompletableFuture<PartitionedTopicStats>Topics. getPartitionedStatsAsync(java.lang.String topic, boolean perPartition, boolean getPreciseBacklog, boolean subscriptionBacklogSize)Get the stats for the partitioned topic asynchronously.
-