Uses of Interface
org.apache.pulsar.common.policies.data.AutoTopicCreationOverride
Packages that use 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
Methods in org.apache.pulsar.client.admin that return AutoTopicCreationOverrideModifier and TypeMethodDescriptionNamespaces.getAutoTopicCreation
(String namespace) Get the autoTopicCreation info within a namespace.Methods in org.apache.pulsar.client.admin that return types with arguments of type AutoTopicCreationOverrideModifier and TypeMethodDescriptionNamespaces.getAutoTopicCreationAsync
(String namespace) Get the autoTopicCreation info within a namespace asynchronously.Methods in org.apache.pulsar.client.admin with parameters of type AutoTopicCreationOverrideModifier 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
Fields in org.apache.pulsar.common.policies.data declared as AutoTopicCreationOverrideMethods in org.apache.pulsar.common.policies.data that return AutoTopicCreationOverride -
Uses of AutoTopicCreationOverride in org.apache.pulsar.common.policies.data.impl
Classes in org.apache.pulsar.common.policies.data.impl that implement AutoTopicCreationOverrideModifier and TypeClassDescriptionfinal class
Override of autoTopicCreation settings on a namespace level.Methods in org.apache.pulsar.common.policies.data.impl with parameters of type AutoTopicCreationOverrideModifier and TypeMethodDescriptionstatic ValidateResult
AutoTopicCreationOverrideImpl.validateOverride
(AutoTopicCreationOverride override)