| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceBundleFactory |
NamespaceService.getNamespaceBundleFactory() |
| Modifier and Type | Method and Description |
|---|---|
static NamespaceBundle |
ServiceUnitZkUtils.suBundleFromPath(String path,
NamespaceBundleFactory factory) |
| Constructor and Description |
|---|
OwnershipCache(PulsarService pulsar,
NamespaceBundleFactory bundleFactory,
NamespaceService namespaceService)
Constructor of
OwnershipCache |
| Modifier and Type | Method and Description |
|---|---|
static NamespaceBundleFactory |
NamespaceBundleFactory.createFactory(PulsarService pulsar,
com.google.common.hash.HashFunction hashFunc) |
NamespaceBundleFactory |
NamespaceBundle.getNamespaceBundleFactory() |
| Constructor and Description |
|---|
NamespaceBundle(org.apache.pulsar.common.naming.NamespaceName nsname,
com.google.common.collect.Range<Long> keyRange,
NamespaceBundleFactory factory) |
NamespaceBundles(org.apache.pulsar.common.naming.NamespaceName nsname,
long[] partitions,
NamespaceBundleFactory factory) |
NamespaceBundles(org.apache.pulsar.common.naming.NamespaceName nsname,
long[] partitions,
NamespaceBundleFactory factory,
long version) |
NamespaceBundles(org.apache.pulsar.common.naming.NamespaceName nsname,
SortedSet<Long> partitionsSet,
NamespaceBundleFactory factory) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.