接口的使用
org.apache.pulsar.common.policies.data.BrokerNamespaceIsolationData
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Implementation of policies.
-
org.apache.pulsar.client.admin中BrokerNamespaceIsolationData的使用
修饰符和类型方法说明Clusters.getBrokerWithNamespaceIsolationPolicy(String cluster, String broker) Returns active broker with namespace-isolation policies attached to it.返回变量类型为BrokerNamespaceIsolationData的类型的org.apache.pulsar.client.admin中的方法修饰符和类型方法说明Clusters.getBrokersWithNamespaceIsolationPolicy(String cluster) Returns list of active brokers with namespace-isolation policies attached to it.Clusters.getBrokersWithNamespaceIsolationPolicyAsync(String cluster) Returns list of active brokers with namespace-isolation policies attached to it asynchronously.Clusters.getBrokerWithNamespaceIsolationPolicyAsync(String cluster, String broker) Returns active broker with namespace-isolation policies attached to it asynchronously. -
org.apache.pulsar.common.policies.data中BrokerNamespaceIsolationData的使用