Uses of Interface
org.apache.pulsar.common.policies.data.TopicStats
-
Packages that use TopicStats Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.common.policies.data Implementation of policies. -
-
Uses of TopicStats in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return TopicStats Modifier and Type Method Description default TopicStatsTopics. getStats(java.lang.String topic)default TopicStatsTopics. getStats(java.lang.String topic, boolean getPreciseBacklog)TopicStatsTopics. getStats(java.lang.String topic, boolean getPreciseBacklog, boolean subscriptionBacklogSize)Get the stats for the topic.Methods in org.apache.pulsar.client.admin that return types with arguments of type TopicStats Modifier and Type Method Description default java.util.concurrent.CompletableFuture<TopicStats>Topics. getStatsAsync(java.lang.String topic)java.util.concurrent.CompletableFuture<TopicStats>Topics. getStatsAsync(java.lang.String topic, boolean getPreciseBacklog, boolean subscriptionBacklogSize)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.data Modifier and Type Interface Description interfaceNonPersistentTopicStatsStatistics for a non-persistent topic.interfacePartitionedTopicStatsStatistics for a partitioned topic.Methods in org.apache.pulsar.common.policies.data that return types with arguments of type TopicStats Modifier and Type Method Description java.util.Map<java.lang.String,TopicStats>PartitionedTopicStats. getPartitions()
-