Uses of Interface
org.apache.pulsar.common.policies.data.BrokerNamespaceIsolationData
-
Packages that use BrokerNamespaceIsolationData 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. -
-
Uses of BrokerNamespaceIsolationData in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return BrokerNamespaceIsolationData Modifier and Type Method Description BrokerNamespaceIsolationDataClusters. getBrokerWithNamespaceIsolationPolicy(java.lang.String cluster, java.lang.String broker)Returns active broker with namespace-isolation policies attached to it.Methods in org.apache.pulsar.client.admin that return types with arguments of type BrokerNamespaceIsolationData Modifier and Type Method Description java.util.List<BrokerNamespaceIsolationData>Clusters. getBrokersWithNamespaceIsolationPolicy(java.lang.String cluster)Returns list of active brokers with namespace-isolation policies attached to it.java.util.concurrent.CompletableFuture<java.util.List<BrokerNamespaceIsolationData>>Clusters. getBrokersWithNamespaceIsolationPolicyAsync(java.lang.String cluster)Returns list of active brokers with namespace-isolation policies attached to it asynchronously.java.util.concurrent.CompletableFuture<BrokerNamespaceIsolationData>Clusters. getBrokerWithNamespaceIsolationPolicyAsync(java.lang.String cluster, java.lang.String broker)Returns active broker with namespace-isolation policies attached to it asynchronously. -
Uses of BrokerNamespaceIsolationData in org.apache.pulsar.common.policies.data
Methods in org.apache.pulsar.common.policies.data that return BrokerNamespaceIsolationData Modifier and Type Method Description BrokerNamespaceIsolationDataBrokerNamespaceIsolationData.Builder. build()
-