| 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 |
|---|---|
Map<String,NamespaceOwnershipStatus> |
Brokers.getOwnedNamespaces(String cluster,
String brokerUrl)
Get the map of owned namespaces and their status from a single broker in the cluster.
|
CompletableFuture<Map<String,NamespaceOwnershipStatus>> |
Brokers.getOwnedNamespacesAsync(String cluster,
String brokerUrl)
Get the map of owned namespaces and their status from a single broker in the cluster asynchronously.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.