Uses of Interface
org.apache.pulsar.common.policies.data.NonPersistentTopicStats
-
Packages that use NonPersistentTopicStats Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of NonPersistentTopicStats in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return NonPersistentTopicStats Modifier and Type Method Description NonPersistentTopicStatsNonPersistentTopics. getStats(java.lang.String topic)Deprecated.Get the stats for the topic.Methods in org.apache.pulsar.client.admin that return types with arguments of type NonPersistentTopicStats Modifier and Type Method Description java.util.concurrent.CompletableFuture<NonPersistentTopicStats>NonPersistentTopics. getStatsAsync(java.lang.String topic)Deprecated.Get the stats for the topic asynchronously.
-