| Package | Description |
|---|---|
| org.apache.pulsar.client.api |
Pulsar Client API.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Range> |
KeySharedPolicy.KeySharedPolicySticky.ranges |
| Modifier and Type | Method and Description |
|---|---|
Range |
Range.intersect(Range range) |
static Range |
Range.of(int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
KeySharedPolicy.KeySharedPolicySticky.getRanges() |
| Modifier and Type | Method and Description |
|---|---|
Range |
Range.intersect(Range range) |
ReaderBuilder<T> |
ReaderBuilder.keyHashRange(Range... ranges)
Set key hash range of the reader, broker will only dispatch messages which hash of the message key contains by
the specified key hash range.
|
KeySharedPolicy.KeySharedPolicySticky |
KeySharedPolicy.KeySharedPolicySticky.ranges(Range... ranges) |
| Modifier and Type | Method and Description |
|---|---|
KeySharedPolicy.KeySharedPolicySticky |
KeySharedPolicy.KeySharedPolicySticky.ranges(List<Range> ranges) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.