Uses of Class
org.apache.pulsar.common.policies.data.Policies
Packages that use Policies
Package
Description
Implementation of policies.
-
Uses of Policies in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return PoliciesModifier and TypeMethodDescriptionNamespaces.getPolicies(String namespace) Get policies for a namespace.Methods in org.apache.pulsar.client.admin that return types with arguments of type PoliciesModifier and TypeMethodDescriptionNamespaces.getPoliciesAsync(String namespace) Get policies for a namespace asynchronously.Methods in org.apache.pulsar.client.admin with parameters of type PoliciesModifier and TypeMethodDescriptionvoidNamespaces.createNamespace(String namespace, Policies policies) Create a new namespace.Namespaces.createNamespaceAsync(String namespace, Policies policies) Create a new namespace asynchronously. -
Uses of Policies in org.apache.pulsar.common.policies.data
Methods in org.apache.pulsar.common.policies.data with parameters of type PoliciesModifier and TypeMethodDescriptionstatic booleanPolicies.checkNewAllowedClusters(Policies oldNsPolicies, Set<String> newAllowedClusters) Allowed cluster should contain all clusters that are defined in replication clusters.static booleanPolicies.checkNewReplicationClusters(Policies oldNsPolicies, Set<String> newReplicationClusters) Replication clusters should be included in allowed clusters.