Uses of Class
org.apache.pulsar.broker.namespace.NamespaceEphemeralData
Packages that use NamespaceEphemeralData
Package
Description
-
Uses of NamespaceEphemeralData in org.apache.pulsar.broker.loadbalance.extensions
Methods in org.apache.pulsar.broker.loadbalance.extensions that return types with arguments of type NamespaceEphemeralDataModifier and TypeMethodDescriptionExtensibleLoadManagerImpl.tryAcquiringOwnership(NamespaceBundle namespaceBundle) Method to get the current owner of theNamespaceBundleor set the local broker as the owner if absent. -
Uses of NamespaceEphemeralData in org.apache.pulsar.broker.loadbalance.extensions.data
Methods in org.apache.pulsar.broker.loadbalance.extensions.data that return NamespaceEphemeralData -
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.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.