| 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 |
|---|---|
BrokerNamespaceIsolationData |
Clusters.getBrokerWithNamespaceIsolationPolicy(String cluster,
String broker)
Returns active broker with namespace-isolation policies attached to it.
|
| Modifier and Type | Method and Description |
|---|---|
List<BrokerNamespaceIsolationData> |
Clusters.getBrokersWithNamespaceIsolationPolicy(String cluster)
Returns list of active brokers with namespace-isolation policies attached to it.
|
CompletableFuture<List<BrokerNamespaceIsolationData>> |
Clusters.getBrokersWithNamespaceIsolationPolicyAsync(String cluster)
Returns list of active brokers with namespace-isolation policies attached to it asynchronously.
|
CompletableFuture<BrokerNamespaceIsolationData> |
Clusters.getBrokerWithNamespaceIsolationPolicyAsync(String cluster,
String broker)
Returns active broker with namespace-isolation policies attached to it asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
BrokerNamespaceIsolationData |
BrokerNamespaceIsolationData.Builder.build() |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.