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)default TopicStatsTopics. getStats(java.lang.String topic, boolean getPreciseBacklog, boolean subscriptionBacklogSize)default TopicStatsTopics. getStats(java.lang.String topic, boolean getPreciseBacklog, boolean subscriptionBacklogSize, boolean getEarliestTimeInBacklog)TopicStatsTopics. getStats(java.lang.String topic, GetStatsOptions getStatsOptions)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, 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.data Modifier and Type Interface Description interfaceNonPersistentPartitionedTopicStatsStatistics for a non-persistent partitioned topic.interfaceNonPersistentTopicStatsStatistics for a non-persistent topic.interfacePartitionedTopicStatsStatistics for a partitioned topic.Methods in org.apache.pulsar.common.policies.data that return TopicStats Modifier and Type Method Description TopicStatsPartitionedTopicStats. add(TopicStats ts)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,? extends TopicStats>PartitionedTopicStats. getPartitions()Methods in org.apache.pulsar.common.policies.data with parameters of type TopicStats Modifier and Type Method Description TopicStatsPartitionedTopicStats. add(TopicStats ts)
-