Uses of Class
org.apache.pulsar.common.policies.data.PartitionedTopicInternalStats
-
Packages that use PartitionedTopicInternalStats Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of PartitionedTopicInternalStats in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return PartitionedTopicInternalStats Modifier and Type Method Description PartitionedTopicInternalStatsTopics. getPartitionedInternalStats(java.lang.String topic)Get the stats for the partitioned topic.Methods in org.apache.pulsar.client.admin that return types with arguments of type PartitionedTopicInternalStats Modifier and Type Method Description java.util.concurrent.CompletableFuture<PartitionedTopicInternalStats>Topics. getPartitionedInternalStatsAsync(java.lang.String topic)Get the stats-internal for the partitioned topic asynchronously.
-