| 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 |
|---|---|
AutoTopicCreationOverride |
Namespaces.getAutoTopicCreation(String namespace)
Get the autoTopicCreation info within a namespace.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AutoTopicCreationOverride> |
Namespaces.getAutoTopicCreationAsync(String namespace)
Get the autoTopicCreation info within a namespace asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Namespaces.setAutoTopicCreation(String namespace,
AutoTopicCreationOverride autoTopicCreationOverride)
Sets the autoTopicCreation policy for a given namespace, overriding broker settings.
|
CompletableFuture<Void> |
Namespaces.setAutoTopicCreationAsync(String namespace,
AutoTopicCreationOverride autoTopicCreationOverride)
Sets the autoTopicCreation policy for a given namespace, overriding broker settings asynchronously.
|
| Modifier and Type | Field and Description |
|---|---|
AutoTopicCreationOverride |
Policies.autoTopicCreationOverride |
| Modifier and Type | Method and Description |
|---|---|
AutoTopicCreationOverride |
AutoTopicCreationOverride.Builder.build() |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoTopicCreationOverrideImpl
Override of autoTopicCreation settings on a namespace level.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidateResult |
AutoTopicCreationOverrideImpl.validateOverride(AutoTopicCreationOverride override) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.