| 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 |
|---|---|
CompletableFuture<Void> |
NamespaceService.splitAndOwnBundle(NamespaceBundle bundle,
boolean unload,
NamespaceBundleSplitAlgorithm splitAlgorithm)
1.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RangeEquallyDivideBundleSplitAlgorithm
This algorithm divides the bundle into two parts with the same hash range size.
|
class |
TopicCountEquallyDivideBundleSplitAlgorithm
This algorithm divides the bundle into two parts with the same topics count.
|
| Modifier and Type | Field and Description |
|---|---|
static NamespaceBundleSplitAlgorithm |
NamespaceBundleSplitAlgorithm.rangeEquallyDivide |
static NamespaceBundleSplitAlgorithm |
NamespaceBundleSplitAlgorithm.topicCountEquallyDivide |
| Modifier and Type | Method and Description |
|---|---|
static NamespaceBundleSplitAlgorithm |
NamespaceBundleSplitAlgorithm.of(String algorithmName) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.