Uses of Class
org.apache.pulsar.broker.namespace.NamespaceEphemeralData
Packages that use NamespaceEphemeralData
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 NamespaceEphemeralData in org.apache.pulsar.broker.lookup
Constructors in org.apache.pulsar.broker.lookup with parameters of type NamespaceEphemeralDataModifierConstructorDescriptionLookupResult(NamespaceEphemeralData namespaceEphemeralData) LookupResult(NamespaceEphemeralData namespaceEphemeralData, String nativeUrl, String nativeUrlTls) -
Uses of NamespaceEphemeralData in org.apache.pulsar.broker.namespace
Methods in org.apache.pulsar.broker.namespace that return types with arguments of type NamespaceEphemeralDataModifier and TypeMethodDescriptionMap<NamespaceBundle,org.apache.pulsar.metadata.api.coordination.ResourceLock<NamespaceEphemeralData>> OwnershipCache.getLocallyAcquiredLocks()NamespaceService.getOwner(NamespaceBundle bundle) NamespaceService.getOwnerAsync(NamespaceBundle bundle) OwnershipCache.getOwnerAsync(NamespaceBundle suName) Method to get the current owner of theServiceUnit.OwnershipCache.tryAcquiringOwnership(NamespaceBundle bundle) Method to get the current owner of theNamespaceBundleor set the local broker as the owner if absent.