| 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.
|
| org.apache.pulsar.common.policies.data.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
BundlesData |
Namespaces.getBundles(String namespace)
Get the list of bundles.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<BundlesData> |
Namespaces.getBundlesAsync(String namespace)
Get the list of bundles asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Namespaces.createNamespace(String namespace,
BundlesData bundlesData)
Create a new namespace.
|
CompletableFuture<Void> |
Namespaces.createNamespaceAsync(String namespace,
BundlesData bundlesData)
Create a new namespace asynchronously.
|
| Modifier and Type | Field and Description |
|---|---|
BundlesData |
Policies.bundles |
| Modifier and Type | Method and Description |
|---|---|
BundlesData |
BundlesData.Builder.build() |
| Modifier and Type | Class and Description |
|---|---|
class |
BundlesDataImpl
Holder for bundles.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.