| 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 |
|---|---|
NamespaceIsolationData |
Clusters.getNamespaceIsolationPolicy(String cluster,
String policyName)
Get a single namespace isolation policy for a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,NamespaceIsolationData> |
Clusters.getNamespaceIsolationPolicies(String cluster)
Get the namespace isolation policies of a cluster.
|
CompletableFuture<Map<String,NamespaceIsolationData>> |
Clusters.getNamespaceIsolationPoliciesAsync(String cluster)
Get the namespace isolation policies of a cluster asynchronously.
|
CompletableFuture<NamespaceIsolationData> |
Clusters.getNamespaceIsolationPolicyAsync(String cluster,
String policyName)
Get a single namespace isolation policy for a cluster asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Clusters.createNamespaceIsolationPolicy(String cluster,
String policyName,
NamespaceIsolationData namespaceIsolationData)
Create a namespace isolation policy for a cluster.
|
CompletableFuture<Void> |
Clusters.createNamespaceIsolationPolicyAsync(String cluster,
String policyName,
NamespaceIsolationData namespaceIsolationData)
Create a namespace isolation policy for a cluster asynchronously.
|
void |
Clusters.updateNamespaceIsolationPolicy(String cluster,
String policyName,
NamespaceIsolationData namespaceIsolationData)
Update a namespace isolation policy for a cluster.
|
CompletableFuture<Void> |
Clusters.updateNamespaceIsolationPolicyAsync(String cluster,
String policyName,
NamespaceIsolationData namespaceIsolationData)
Update a namespace isolation policy for a cluster asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceIsolationData |
NamespaceIsolationData.Builder.build() |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.