Uses of Class
org.apache.pulsar.common.policies.data.NamespaceOwnershipStatus
-
Packages that use NamespaceOwnershipStatus Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of NamespaceOwnershipStatus in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return types with arguments of type NamespaceOwnershipStatus Modifier and Type Method Description java.util.Map<java.lang.String,NamespaceOwnershipStatus>Brokers. getOwnedNamespaces(java.lang.String cluster, java.lang.String brokerUrl)Get the map of owned namespaces and their status from a single broker in the cluster.java.util.concurrent.CompletableFuture<java.util.Map<java.lang.String,NamespaceOwnershipStatus>>Brokers. getOwnedNamespacesAsync(java.lang.String cluster, java.lang.String brokerUrl)Get the map of owned namespaces and their status from a single broker in the cluster asynchronously.
-