Uses of Class
org.apache.pulsar.broker.namespace.OwnedBundle
-
Packages that use OwnedBundle Package Description org.apache.pulsar.broker.namespace Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of OwnedBundle in org.apache.pulsar.broker.namespace
Methods in org.apache.pulsar.broker.namespace that return OwnedBundle Modifier and Type Method Description OwnedBundleOwnershipCache. getOwnedBundle(NamespaceBundle bundle)Return theOwnedBundleinstance from the local cache.Methods in org.apache.pulsar.broker.namespace that return types with arguments of type OwnedBundle Modifier and Type Method Description java.util.Optional<java.util.concurrent.CompletableFuture<OwnedBundle>>OwnershipCache. getOwnedBundleAsync(NamespaceBundle bundle)java.util.Map<NamespaceBundle,OwnedBundle>OwnershipCache. getOwnedBundles()Method to access the map of allServiceUnitobjects owned by the local broker.
-