Uses of Interface
org.apache.pulsar.common.policies.data.AutoTopicCreationOverride
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Implementation of policies.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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)