Uses of Class
org.apache.pulsar.common.policies.data.Policies
-
Packages that use Policies Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of Policies in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return Policies Modifier and Type Method Description PoliciesNamespaces. getPolicies(java.lang.String namespace)Get policies for a namespace.Methods in org.apache.pulsar.client.admin that return types with arguments of type Policies Modifier and Type Method Description java.util.concurrent.CompletableFuture<Policies>Namespaces. getPoliciesAsync(java.lang.String namespace)Get policies for a namespace asynchronously.Methods in org.apache.pulsar.client.admin with parameters of type Policies Modifier and Type Method Description voidNamespaces. createNamespace(java.lang.String namespace, Policies policies)Create a new namespace.java.util.concurrent.CompletableFuture<java.lang.Void>Namespaces. createNamespaceAsync(java.lang.String namespace, Policies policies)Create a new namespace asynchronously.
-