public interface Lookup
| Modifier and Type | Method and Description |
|---|---|
String |
getBundleRange(String topic)
Get a bundle range of a topic.
|
CompletableFuture<String> |
getBundleRangeAsync(String topic)
Get a bundle range of a topic asynchronously.
|
Map<String,String> |
lookupPartitionedTopic(String topic)
Lookup a partitioned topic.
|
CompletableFuture<Map<String,String>> |
lookupPartitionedTopicAsync(String topic)
Lookup a partitioned topic.
|
String |
lookupTopic(String topic)
Lookup a topic.
|
CompletableFuture<String> |
lookupTopicAsync(String topic)
Lookup a topic asynchronously.
|
String lookupTopic(String topic) throws PulsarAdminException
topic - PulsarAdminExceptionCompletableFuture<String> lookupTopicAsync(String topic)
topic - Map<String,String> lookupPartitionedTopic(String topic) throws PulsarAdminException
topic - PulsarAdminExceptionCompletableFuture<Map<String,String>> lookupPartitionedTopicAsync(String topic)
topic - String getBundleRange(String topic) throws PulsarAdminException
topic - PulsarAdminExceptionCompletableFuture<String> getBundleRangeAsync(String topic)
topic - Copyright © 2017–2021 Apache Software Foundation. All rights reserved.