Uses of Class
org.apache.pulsar.common.naming.NamespaceBundles
-
Packages that use NamespaceBundles Package Description org.apache.pulsar.broker.namespace Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.common.naming Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of NamespaceBundles in org.apache.pulsar.broker.namespace
Methods in org.apache.pulsar.broker.namespace with parameters of type NamespaceBundles Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>OwnershipCache. removeOwnership(NamespaceBundles bundles)Method to remove ownership of all owned bundles. -
Uses of NamespaceBundles in org.apache.pulsar.common.naming
Methods in org.apache.pulsar.common.naming that return NamespaceBundles Modifier and Type Method Description NamespaceBundlesNamespaceBundleFactory. getBundles(org.apache.pulsar.common.naming.NamespaceName nsname)NamespaceBundlesNamespaceBundleFactory. getBundles(org.apache.pulsar.common.naming.NamespaceName nsname, org.apache.pulsar.common.policies.data.BundlesData bundleData)Methods in org.apache.pulsar.common.naming that return types with arguments of type NamespaceBundles Modifier and Type Method Description java.util.concurrent.CompletableFuture<NamespaceBundles>NamespaceBundleFactory. getBundlesAsync(org.apache.pulsar.common.naming.NamespaceName nsname)java.util.Optional<NamespaceBundles>NamespaceBundleFactory. getBundlesIfPresent(org.apache.pulsar.common.naming.NamespaceName nsname)java.util.concurrent.CompletableFuture<org.apache.commons.lang3.tuple.Pair<NamespaceBundles,java.util.List<NamespaceBundle>>>NamespaceBundleFactory. splitBundles(NamespaceBundle targetBundle, int argNumBundles, java.lang.Long splitBoundary)FetchesNamespaceBundlesfrom cache for a given namespace.
-