类的使用
org.apache.pulsar.common.policies.data.NamespaceOwnershipStatus
-
使用NamespaceOwnershipStatus的程序包 程序包 说明 org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
org.apache.pulsar.client.admin中NamespaceOwnershipStatus的使用
返回变量类型为NamespaceOwnershipStatus的类型的org.apache.pulsar.client.admin中的方法 修饰符和类型 方法 说明 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.
-