| 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.broker.transaction.buffer.impl |
The implementation of a transaction buffer.
|
| 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 |
|---|---|
NamespaceService |
PulsarService.getNamespaceService()
Get a reference of the current namespace service instance.
|
| Modifier and Type | Method and Description |
|---|---|
Supplier<NamespaceService> |
PulsarService.getNamespaceServiceProvider() |
| Constructor and Description |
|---|
OwnershipCache(PulsarService pulsar,
NamespaceBundleFactory bundleFactory,
NamespaceService namespaceService)
Constructor of
OwnershipCache |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.pulsar.client.api.transaction.TransactionBufferClient |
TransactionBufferClientImpl.create(NamespaceService namespaceService,
ConnectionPool connectionPool) |
| Constructor and Description |
|---|
TransactionBufferHandlerImpl(ConnectionPool connectionPool,
NamespaceService namespaceService) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Long> |
NamespaceBundleSplitAlgorithm.getSplitBoundary(NamespaceService service,
NamespaceBundle bundle) |
CompletableFuture<Long> |
TopicCountEquallyDivideBundleSplitAlgorithm.getSplitBoundary(NamespaceService service,
NamespaceBundle bundle) |
CompletableFuture<Long> |
RangeEquallyDivideBundleSplitAlgorithm.getSplitBoundary(NamespaceService service,
NamespaceBundle bundle) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.