Uses of Class
org.apache.pulsar.common.naming.NamespaceBundles
Packages that use NamespaceBundles
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
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 NamespaceBundlesModifier and TypeMethodDescriptionOwnershipCache.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 NamespaceBundlesModifier and TypeMethodDescriptionNamespaceBundleFactory.getBundles(org.apache.pulsar.common.naming.NamespaceName nsname) NamespaceBundleFactory.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 NamespaceBundlesModifier and TypeMethodDescriptionNamespaceBundleFactory.getBundlesAsync(org.apache.pulsar.common.naming.NamespaceName nsname) NamespaceBundleFactory.getBundlesIfPresent(org.apache.pulsar.common.naming.NamespaceName nsname) CompletableFuture<org.apache.commons.lang3.tuple.Pair<NamespaceBundles,List<NamespaceBundle>>> NamespaceBundleFactory.splitBundles(NamespaceBundle targetBundle, int argNumBundles, List<Long> splitBoundaries) FetchesNamespaceBundlesfrom cache for a given namespace.