Uses of Class
org.apache.pulsar.client.api.Range
-
Packages that use Range Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of Range in org.apache.pulsar.client.api
Fields in org.apache.pulsar.client.api with type parameters of type Range Modifier and Type Field Description protected java.util.List<Range>
KeySharedPolicy.KeySharedPolicySticky. ranges
Methods in org.apache.pulsar.client.api that return Range Modifier and Type Method Description Range
Range. intersect(Range range)
static Range
Range. of(int start, int end)
Methods in org.apache.pulsar.client.api that return types with arguments of type Range Modifier and Type Method Description java.util.List<Range>
KeySharedPolicy.KeySharedPolicySticky. getRanges()
Methods in org.apache.pulsar.client.api with parameters of type Range Modifier and Type Method 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)
Method parameters in org.apache.pulsar.client.api with type arguments of type Range Modifier and Type Method Description KeySharedPolicy.KeySharedPolicySticky
KeySharedPolicy.KeySharedPolicySticky. ranges(java.util.List<Range> ranges)
-