Uses of Class
org.apache.pulsar.broker.namespace.NamespaceService
-
Packages that use NamespaceService Package Description org.apache.pulsar.broker 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.org.apache.pulsar.common.naming Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of NamespaceService in org.apache.pulsar.broker
Methods in org.apache.pulsar.broker that return NamespaceService Modifier and Type Method Description NamespaceServicePulsarService. getNamespaceService()Get a reference of the current namespace service instance.Methods in org.apache.pulsar.broker that return types with arguments of type NamespaceService Modifier and Type Method Description java.util.function.Supplier<NamespaceService>PulsarService. getNamespaceServiceProvider() -
Uses of NamespaceService in org.apache.pulsar.broker.namespace
Constructors in org.apache.pulsar.broker.namespace with parameters of type NamespaceService Constructor Description OwnershipCache(PulsarService pulsar, NamespaceBundleFactory bundleFactory, NamespaceService namespaceService)Constructor ofOwnershipCache. -
Uses of NamespaceService in org.apache.pulsar.common.naming
Methods in org.apache.pulsar.common.naming with parameters of type NamespaceService Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Long>NamespaceBundleSplitAlgorithm. getSplitBoundary(NamespaceService service, NamespaceBundle bundle)java.util.concurrent.CompletableFuture<java.lang.Long>RangeEquallyDivideBundleSplitAlgorithm. getSplitBoundary(NamespaceService service, NamespaceBundle bundle)java.util.concurrent.CompletableFuture<java.lang.Long>TopicCountEquallyDivideBundleSplitAlgorithm. getSplitBoundary(NamespaceService service, NamespaceBundle bundle)
-