| Package | Description |
|---|---|
| org.apache.pulsar.client.admin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
default PartitionedTopicStats |
Topics.getPartitionedStats(String topic,
boolean perPartition) |
PartitionedTopicStats |
Topics.getPartitionedStats(String topic,
boolean perPartition,
boolean getPreciseBacklog,
boolean subscriptionBacklogSize)
Get the stats for the partitioned topic
Response Example:
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PartitionedTopicStats> |
Topics.getPartitionedStatsAsync(String topic,
boolean perPartition) |
CompletableFuture<PartitionedTopicStats> |
Topics.getPartitionedStatsAsync(String topic,
boolean perPartition,
boolean getPreciseBacklog,
boolean subscriptionBacklogSize)
Get the stats for the partitioned topic asynchronously.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.