Uses of Interface
org.apache.pulsar.common.policies.data.AutoTopicCreationOverride
-
Packages that use AutoTopicCreationOverride 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. -
-
Uses of AutoTopicCreationOverride in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin with parameters of type AutoTopicCreationOverride Modifier and Type Method Description voidNamespaces. setAutoTopicCreation(java.lang.String namespace, AutoTopicCreationOverride autoTopicCreationOverride)Sets the autoTopicCreation policy for a given namespace, overriding broker settings.java.util.concurrent.CompletableFuture<java.lang.Void>Namespaces. setAutoTopicCreationAsync(java.lang.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 AutoTopicCreationOverride Modifier and Type Field Description AutoTopicCreationOverridePolicies. autoTopicCreationOverrideMethods in org.apache.pulsar.common.policies.data that return AutoTopicCreationOverride Modifier and Type Method Description AutoTopicCreationOverrideAutoTopicCreationOverride.Builder. build() -
Uses of AutoTopicCreationOverride in org.apache.pulsar.common.policies.data.impl
Classes in org.apache.pulsar.common.policies.data.impl that implement AutoTopicCreationOverride Modifier and Type Class Description classAutoTopicCreationOverrideImplOverride of autoTopicCreation settings on a namespace level.Methods in org.apache.pulsar.common.policies.data.impl with parameters of type AutoTopicCreationOverride Modifier and Type Method Description static booleanAutoTopicCreationOverrideImpl. isValidOverride(AutoTopicCreationOverride override)
-