Uses of Interface
org.apache.pulsar.common.policies.data.AutoTopicCreationOverride
Package
Description
Implementation of policies.
-
Uses of AutoTopicCreationOverride in org.apache.pulsar.client.admin
Modifier and TypeMethodDescriptionNamespaces.getAutoTopicCreation
(String namespace) Get the autoTopicCreation info within a namespace.Modifier and TypeMethodDescriptionNamespaces.getAutoTopicCreationAsync
(String namespace) Get the autoTopicCreation info within a namespace asynchronously.Modifier and TypeMethodDescriptionvoid
Namespaces.setAutoTopicCreation
(String namespace, AutoTopicCreationOverride autoTopicCreationOverride) Sets the autoTopicCreation policy for a given namespace, overriding broker settings.Namespaces.setAutoTopicCreationAsync
(String namespace, AutoTopicCreationOverride autoTopicCreationOverride) Sets the autoTopicCreation policy for a given namespace, overriding broker settings asynchronously. -
Uses of AutoTopicCreationOverride in org.apache.pulsar.common.policies.data
-
Uses of AutoTopicCreationOverride in org.apache.pulsar.common.policies.data.impl
Modifier and TypeClassDescriptionfinal class
Override of autoTopicCreation settings on a namespace level.Modifier and TypeMethodDescriptionstatic ValidateResult
AutoTopicCreationOverrideImpl.validateOverride
(AutoTopicCreationOverride override)