| 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.
|
| Modifier and Type | Method and Description |
|---|---|
PersistentTopicInternalStats |
NonPersistentTopics.getInternalStats(String topic)
Deprecated.
Get the internal stats for the topic.
|
PersistentTopicInternalStats |
Topics.getInternalStats(String topic)
Get the internal stats for the topic.
|
PersistentTopicInternalStats |
Topics.getInternalStats(String topic,
boolean metadata)
Get the internal stats for the topic.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PersistentTopicInternalStats> |
NonPersistentTopics.getInternalStatsAsync(String topic)
Deprecated.
Get the internal stats for the topic asynchronously.
|
CompletableFuture<PersistentTopicInternalStats> |
Topics.getInternalStatsAsync(String topic)
Get the internal stats for the topic asynchronously.
|
CompletableFuture<PersistentTopicInternalStats> |
Topics.getInternalStatsAsync(String topic,
boolean metadata)
Get the internal stats for the topic asynchronously.
|
| Modifier and Type | Field and Description |
|---|---|
Map<String,PersistentTopicInternalStats> |
PartitionedTopicInternalStats.partitions |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.