Uses of Class
org.apache.pulsar.broker.namespace.NamespaceService
Packages that use NamespaceService
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 NamespaceService in org.apache.pulsar.broker
Methods in org.apache.pulsar.broker that return NamespaceServiceModifier and TypeMethodDescriptionPulsarService.getNamespaceService()Get a reference of the current namespace service instance.Methods in org.apache.pulsar.broker that return types with arguments of type NamespaceService -
Uses of NamespaceService in org.apache.pulsar.broker.namespace
Constructors in org.apache.pulsar.broker.namespace with parameters of type NamespaceServiceModifierConstructorDescriptionOwnershipCache(PulsarService pulsar, NamespaceBundleFactory bundleFactory, NamespaceService namespaceService) Constructor ofOwnershipCache.