Uses of Class
org.apache.pulsar.common.policies.data.PersistentTopicInternalStats
-
Packages that use PersistentTopicInternalStats 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 PersistentTopicInternalStats in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return PersistentTopicInternalStats Modifier and Type Method Description PersistentTopicInternalStatsNonPersistentTopics. getInternalStats(java.lang.String topic)Deprecated.Get the internal stats for the topic.PersistentTopicInternalStatsTopics. getInternalStats(java.lang.String topic)Get the internal stats for the topic.PersistentTopicInternalStatsTopics. getInternalStats(java.lang.String topic, boolean metadata)Get the internal stats for the topic.Methods in org.apache.pulsar.client.admin that return types with arguments of type PersistentTopicInternalStats Modifier and Type Method Description java.util.concurrent.CompletableFuture<PersistentTopicInternalStats>NonPersistentTopics. getInternalStatsAsync(java.lang.String topic)Deprecated.Get the internal stats for the topic asynchronously.java.util.concurrent.CompletableFuture<PersistentTopicInternalStats>Topics. getInternalStatsAsync(java.lang.String topic)Get the internal stats for the topic asynchronously.java.util.concurrent.CompletableFuture<PersistentTopicInternalStats>Topics. getInternalStatsAsync(java.lang.String topic, boolean metadata)Get the internal stats for the topic asynchronously. -
Uses of PersistentTopicInternalStats in org.apache.pulsar.common.policies.data
Fields in org.apache.pulsar.common.policies.data with type parameters of type PersistentTopicInternalStats Modifier and Type Field Description java.util.Map<java.lang.String,PersistentTopicInternalStats>PartitionedTopicInternalStats. partitions
-