| 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 |
|---|---|
default TopicStats |
Topics.getStats(String topic) |
default TopicStats |
Topics.getStats(String topic,
boolean getPreciseBacklog) |
default TopicStats |
Topics.getStats(String topic,
boolean getPreciseBacklog,
boolean subscriptionBacklogSize) |
default TopicStats |
Topics.getStats(String topic,
boolean getPreciseBacklog,
boolean subscriptionBacklogSize,
boolean getEarliestTimeInBacklog) |
TopicStats |
Topics.getStats(String topic,
GetStatsOptions getStatsOptions)
Get the stats for the topic.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TopicStats> |
Topics.getStatsAsync(String topic) |
CompletableFuture<TopicStats> |
Topics.getStatsAsync(String topic,
boolean getPreciseBacklog,
boolean subscriptionBacklogSize,
boolean getEarliestTimeInBacklog)
Get the stats for the topic asynchronously.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NonPersistentPartitionedTopicStats
Statistics for a non-persistent partitioned topic.
|
interface |
NonPersistentTopicStats
Statistics for a non-persistent topic.
|
interface |
PartitionedTopicStats
Statistics for a partitioned topic.
|
| Modifier and Type | Method and Description |
|---|---|
TopicStats |
PartitionedTopicStats.add(TopicStats ts) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends TopicStats> |
PartitionedTopicStats.getPartitions() |
| Modifier and Type | Method and Description |
|---|---|
TopicStats |
PartitionedTopicStats.add(TopicStats ts) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.