Uses of Class
org.apache.pulsar.broker.namespace.NamespaceEphemeralData
-
Packages that use NamespaceEphemeralData Package Description org.apache.pulsar.broker.lookup Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.namespace 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 NamespaceEphemeralData Constructor Description LookupResult(NamespaceEphemeralData namespaceEphemeralData)LookupResult(NamespaceEphemeralData namespaceEphemeralData, java.lang.String nativeUrl, java.lang.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 NamespaceEphemeralData Modifier and Type Method Description java.util.Map<NamespaceBundle,org.apache.pulsar.metadata.api.coordination.ResourceLock<NamespaceEphemeralData>>OwnershipCache. getLocallyAcquiredLocks()java.util.Optional<NamespaceEphemeralData>NamespaceService. getOwner(NamespaceBundle bundle)java.util.concurrent.CompletableFuture<java.util.Optional<NamespaceEphemeralData>>NamespaceService. getOwnerAsync(NamespaceBundle bundle)java.util.concurrent.CompletableFuture<java.util.Optional<NamespaceEphemeralData>>OwnershipCache. getOwnerAsync(NamespaceBundle suName)Method to get the current owner of theServiceUnit.java.util.concurrent.CompletableFuture<NamespaceEphemeralData>OwnershipCache. tryAcquiringOwnership(NamespaceBundle bundle)Method to get the current owner of theServiceUnitor set the local broker as the owner if absent.
-